Commit Graph

1711 Commits

Author SHA1 Message Date
Greg Neagle c4017c9aef PyLint cleanups 2014-10-26 11:34:09 -07:00
Greg Neagle ee80615460 PyLint cleanups 2014-10-26 11:03:01 -07:00
Greg Neagle e6e58ad933 PyLint cleanups 2014-10-26 10:56:49 -07:00
Greg Neagle 5ce9d2a5e2 PyLint cleanups 2014-10-26 10:13:04 -07:00
Greg Neagle e14fc7ace7 PyLint cleanups 2014-10-26 09:56:17 -07:00
Greg Neagle c841f33dbc PyLint cleanups 2014-10-26 09:39:04 -07:00
Greg Neagle 9ec51563ca PyLint cleanups 2014-10-26 08:51:14 -07:00
Greg Neagle c80b9a1041 PyLint cleanups; implement connection_willSendRequestForAuthenticationChallenge_ delegate method since it replaces two other method depreacted in 10.10 (connection_canAuthenticateAgainstProtectionSpace_, connection_didReceiveAuthenticationChallenge_) 2014-10-26 08:37:27 -07:00
Greg Neagle a3f137da33 PyLint formatting cleanup for munkilib.utils.py 2014-10-25 11:47:00 -07:00
Greg Neagle 69aa144886 Warn that adding a component package is currently not implemented/broken 2014-10-25 10:12:12 -07:00
Greg Neagle 95c542cb2a Bump version to 2.1.0 to reflect non-trivial NSURL changes 2014-10-25 10:10:35 -07:00
Greg Neagle e2e4a3967a Merge branch 'NSURL' 2014-10-25 10:08:48 -07:00
Greg Neagle 564e4ac368 Change munkicommon.tmpdir to a function so that importing munkicommon does not create orphaned munki-foo directories in /tmp 2014-10-25 10:06:37 -07:00
Greg Neagle 2b4e04159f use os.makedirs() instead of os.makedir() when creating our cache directory in case ~/Library/Caches doesn't exist. Addresses issue #408 2014-10-24 11:36:06 -07:00
Greg Neagle 2d6add8499 Merge branch 'master' of https://github.com/munki/munki 2014-10-24 11:35:31 -07:00
Greg Neagle 135fa8f2d3 use os.makedirs() instead of os.makedir() when creating our cache directory in case ~/Library/Caches doesn't exist. Addresses issue #408 2014-10-24 11:35:17 -07:00
Greg Neagle f61bf432c8 Merge pull request #404 from jlrgraham/master
Sort catalog and manifest lists in manifestutil.
2014-10-24 11:12:08 -07:00
Greg Neagle 9a2130055d If custom resources zip is an invalid zip file, ignore it instead of causing MSC to become inoperative. 2014-10-24 11:10:37 -07:00
Greg Neagle 542a42264b If custom resources zip is an invalid zip file, ignore it instead of causing MSC to become inoperative. 2014-10-24 11:08:57 -07:00
Greg Neagle 2b46ebebf5 Work around PyObjC issue on 10.6 by converting an NSData object to a string a different way 2014-10-24 09:32:36 -07:00
Greg Neagle bb6615ea32 Don't check for existence of client_cert_path if client_cert_path is None 2014-10-24 09:31:27 -07:00
Greg Neagle 3ae29f125f Merge branch 'master' into NSURL 2014-10-23 16:21:44 -07:00
Greg Neagle 4f486f06bf Merge pull request #409 from bochoven/master
Update MainMenu.strings
2014-10-23 16:21:09 -07:00
Greg Neagle d5bb566e4b Merge branch 'master' into NSURL 2014-10-23 15:17:48 -07:00
Greg Neagle 50b4418de8 Merge pull request #412 from bartreardon/master
fix preinstall_alert and preuninstall_alert unicode support
2014-10-23 15:17:19 -07:00
bartreardon 77879453f7 removed incorrect usage of NSLocalisedString 2014-10-24 09:12:04 +11:00
Greg Neagle 653eb85d29 Merge branch 'master' into NSURL 2014-10-23 14:56:49 -07:00
Greg Batye 7bff4281dd Adding uninstall description pkginfo key 2014-10-23 14:48:52 -07:00
Greg Neagle 4e79aa60a5 Merge branch 'master' into NSURL 2014-10-23 14:22:49 -07:00
Justin L R Graham 6f8aa360d8 More explicit help string for items argument to iconimporter.
As per discussion in pull request #413.
2014-10-23 15:41:48 -05:00
Greg Neagle f670bcc1fd More debugging output from munkilib/keychain.py 2014-10-23 13:38:41 -07:00
Justin L R Graham 5878275821 Added options to restrict run to specified repo items. 2014-10-23 14:21:39 -05:00
bartreardon 4f7d74231d fix preinstall_alert and preuninstall_alert unicode support 2014-10-23 15:38:21 +11:00
Greg Neagle 43de90f8b0 Remove keychain operations from appleupdates.py. We'll need to revisit this if people use client cert authentication against their Apple Software Update server 2014-10-22 17:04:45 -07:00
Greg Neagle 69fd00beeb Rebuild the client keychain if the client cert or key is newer than the keychain 2014-10-22 14:33:38 -07:00
Greg Neagle 38ebbf79ec Move more code from makekeychain to munkilib.keychain; attempt to build keychain on demand; should not need to run makekeychain at all 2014-10-22 11:59:32 -07:00
Greg Neagle fa22d8aad7 Add CA certs as trusted to System keychain. When deriving the site_url from Munki's preferences, make sure it ends with a trailing slash 2014-10-21 14:55:28 -07:00
Arjen van Bochoven 5024a88c9b Update MainMenu.strings 2014-10-21 19:45:42 +02:00
Greg Neagle ba00e77654 Merge branch 'master' into NSURL 2014-10-20 15:52:12 -07:00
Greg Neagle 53edd6a050 Adjust munkitools distribution script so that launchd pkg is installed during an OS X install (for example as part of a NetInstall set or inside a createOSXinstallPkg package) 2014-10-20 15:50:27 -07:00
Greg Neagle 22e816010b Bump version to 2.0.1 2014-10-17 08:17:05 -07:00
Greg Neagle 7fe7ada571 Spaces can be important! 2014-10-17 08:16:19 -07:00
Greg Neagle 78d2dabf58 Update make_munki_mpkg_from_git.sh to pull from GitHub 2014-10-17 08:13:12 -07:00
Greg Neagle 8c780d10b1 Add Yosemite SUS catalog to list of default catalogs. 2014-10-17 08:07:47 -07:00
Justin L R Graham da85ea032b Sort catalog and manifest lists in manifestutil. 2014-10-16 13:06:25 -05:00
Greg Neagle e232c1b955 New attempt to use NSURLConnection + keychain to replace curl 2014-10-15 16:39:38 -07:00
Pepijn Bruienne 42d2a211fb Change order of file discovery to match original order. 2014-10-15 11:20:22 -04:00
Pepijn Bruienne d300f043a3 Refactoring getFlatPackageInfo - Only extract the Distribution file or PackageInfo file(s) instead of the entire package. Works around an issue with bad xar compression with certain flat packages. 2014-10-15 10:31:36 -04:00
Pepijn Bruienne f967727d63 Refactor getFlatPackageInfo to better deal with bad xar compression. 2014-10-14 16:17:48 -04:00
Greg Neagle 17a8cdc853 Merge pull request #395 from bartreardon/user_agreement
Add optional preinstall_alert key to pkginfo plist.
2014-10-07 08:55:32 -07:00