Greg Neagle
|
41ef4ac741
|
Convert Exception objects to unicode before passing them to munkicommon.display_* functions. Addresses issue #584
|
2016-03-30 10:50:00 -07:00 |
|
Greg Neagle
|
2abb90bba8
|
Remove more cases of premature str() conversion for munkicommon.display_*() functions. Addresses potential unicode issues.
|
2016-03-18 11:19:17 -07:00 |
|
Greg Neagle
|
12d4f0d27e
|
Update copyright info on files; remove abandoned tools from code/tools
|
2016-03-15 09:32:28 -07:00 |
|
Samuel Keeley
|
5c12185da4
|
Replace http://www.apache.org/licenses/LICENSE-2.0 with https://www.apache.org/licenses/LICENSE-2.0
|
2015-11-13 20:35:24 -08:00 |
|
Greg Neagle
|
fc8ab4a438
|
Since there are now more possible triggers that require building a new munki.keychain, always build a new munki.keychain if a client cert exists.
|
2015-01-08 14:09:10 -08:00 |
|
Greg Neagle
|
aeee99ee84
|
Add identity preferences for all URLs defined in Munki's preferences, not just SoftwareRepoURL
|
2015-01-08 11:17:52 -08:00 |
|
Greg Neagle
|
2afd2606a8
|
Don't print message about adding CA certs to System.keychain since we might do this every single run
|
2014-12-16 10:06:03 -08: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
|
9ec51563ca
|
PyLint cleanups
|
2014-10-26 08:51:14 -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
|
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
|
f670bcc1fd
|
More debugging output from munkilib/keychain.py
|
2014-10-23 13:38:41 -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
|
e232c1b955
|
New attempt to use NSURLConnection + keychain to replace curl
|
2014-10-15 16:39:38 -07:00 |
|