Greg Neagle
|
cacb4524fa
|
Merge pull request #415 from jlrgraham/munkiimport_icon
munkiimport: Add argument to specify package icon
|
2014-12-01 21:43:10 -08:00 |
|
Greg Neagle
|
a8b805320c
|
Merge pull request #424 from erikng/master
Increase network wait time before Munki run.
|
2014-12-01 15:17:59 -08:00 |
|
Erik Gomez
|
19524fe259
|
Update managedsoftwareupdate
Refresh time now one second.
|
2014-11-25 10:16:41 -06:00 |
|
Greg Neagle
|
1f058ffdc3
|
Don't check installeritem path if we are importing an Apple metadata item.
|
2014-11-24 19:20:12 -08:00 |
|
Greg Neagle
|
63a3b69775
|
Always return a plist when --verify-options-only is given. Fixes issues with --apple-update and --nopkg when given to munkiimport.
|
2014-11-24 18:51:10 -08:00 |
|
Erik Gomez
|
130152b801
|
Update managedsoftwareupdate
|
2014-11-22 23:54:44 -06:00 |
|
Erik Gomez
|
8b444133ec
|
Update managedsoftwareupdate
Extend time up to 30 seconds, checking every half second.
|
2014-11-22 23:50:59 -06:00 |
|
Greg Neagle
|
719429747d
|
Warn if client is using the default repo, which is insecure.
|
2014-11-12 10:38:12 -08:00 |
|
Greg Neagle
|
816dcb5c12
|
Change Munki URL in startup text printed when running managedsoftwareupdate.
|
2014-11-04 15:36:13 -08:00 |
|
Greg Neagle
|
b347e22ba4
|
When downloading uninstalleritem, use the size of the uninstaller item when determining if there is enough space
|
2014-11-04 14:47:45 -08:00 |
|
Greg Neagle
|
a6955fd0d4
|
Initial explict support for Adobe CCP packages. Use to import a CCP installer and uninstaller.
|
2014-11-03 14:01:20 -08:00 |
|
Greg Neagle
|
cf64135a07
|
Remove makekeychain as it is no longer needed
|
2014-10-29 08:27:54 -07:00 |
|
Greg Neagle
|
801cc39a34
|
Fix installer.py error calling munkistatus.message() with multiple arguments
|
2014-10-29 06:39:18 -07:00 |
|
Greg Neagle
|
5306755552
|
Don't attempt to check mtime of client key unless it exists!
|
2014-10-28 08:55:38 -07:00 |
|
Greg Neagle
|
b8d19f147b
|
PyLint cleanups
|
2014-10-27 09:55:44 -07:00 |
|
Greg Neagle
|
7fd3512552
|
PyLint cleanups
|
2014-10-27 09:55:17 -07:00 |
|
Greg Neagle
|
284bdd346a
|
PyLint cleanups
|
2014-10-27 08:19:15 -07:00 |
|
Greg Neagle
|
7fcb4bf79c
|
PyLint cleanups
|
2014-10-26 22:44:51 -07:00 |
|
Greg Neagle
|
423ec8b790
|
PyLint cleanup: replace all unused_foo variables with dummy_foo variables to make PyLint happy
|
2014-10-26 11:42:33 -07:00 |
|
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
|
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
|
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
|
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 |
|
Justin L R Graham
|
5cf8319705
|
Added command line option to specify an icon file.
|
2014-10-23 23:41:10 -05:00 |
|
Justin L R Graham
|
ce199f9b9d
|
Move common icon installation code to a function.
|
2014-10-23 23:40:32 -05: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 |
|
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 |
|
Greg Neagle
|
ba00e77654
|
Merge branch 'master' into NSURL
|
2014-10-20 15:52:12 -07:00 |
|
Greg Neagle
|
22e816010b
|
Bump version to 2.0.1
|
2014-10-17 08:17:05 -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 |
|