Commit Graph

1757 Commits

Author SHA1 Message Date
Greg Neagle 58d8a07dec Clean up the tmpdir on exit of iconimporter, makepkginfo and munkiimport 2015-01-09 15:08:52 -08:00
Greg Neagle a621238272 Bumping version to 2.1.1 2015-01-09 06:27:37 -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 3238ce4ded Add main window frame autosave attribute to .xib and remove it from MSCMainWindowController.py; this way window frame is restored as the window is displayed instead of shortly after. 2014-12-08 10:18:24 -08:00
Greg Neagle 2a0005d788 Use NSWindow's setWindowFrameAutosaveName: method to cause the main window's rectangle to be automatically saved and restored. 2014-12-05 08:53:14 -08:00
Richard Lafontaine a6e6818b40 Fix for issue #428 (only valid for French translation) - typo. 2014-12-05 09:08:30 -05:00
Richard Lafontaine 443738b021 Fix for issue #428 (only valid for French translation). 2014-12-05 08:58:24 -05:00
Greg Neagle 34b08ddf45 Merge pull request #427 from little2112/patch-2
InfoPlist RU
2014-12-03 08:24:09 -08:00
little2112 ad00691d9e InfoPlist RU
Just a tiny bit to complete Russian localization. ;)
2014-12-03 18:47:49 +03:00
little2112 864c6af585 Main Menu RU
The only thing I didn't get is just what on Earth is there "Narrow
Space" for and thus how to interpret it... Also "AMainMenu" seems more
like an error to me...
The rest is pretty much straight forward.

Greg, would you please shed some light on Narrow Space and stuff? ;)
2014-12-03 18:44:01 +03:00
Greg Neagle b7a54a952c Updated Russian localization. Thanks to little2112@gmail.com 2014-12-03 07:08:45 -08:00
Greg Neagle 7e6556fe2c More error checking around converting a string into a buffer object. 2014-12-02 07:00:01 -08:00
Greg Neagle 716071ec8a Do not ignore unattended_installs when the RestartAction is literally 'None'. 2014-12-02 06:58:56 -08:00
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 ec3489d8b8 Bug fix: os.mkdirs() should be os.makedirs() Silly Python. 2014-11-21 06:17:28 -08:00
Greg Neagle 719429747d Warn if client is using the default repo, which is insecure. 2014-11-12 10:38:12 -08:00
Samuel Keeley 0637de069c change google code text to github 2014-11-06 11:14:00 -08:00
Michael Lynn a8d5fe7f8a Updating Info.plist
Correcting URL to current project URL
2014-11-06 11:08:11 -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 ec1d37864d Remove unneeded import of re module 2014-11-04 07:12:58 -08:00
Greg Neagle e97514afc2 MSC.app: Don't try to convert text to HTML for descriptions if it contains one or more HTML entities; assume it is already valid HTML. 2014-11-04 07:11:21 -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
Richard Lafontaine ee09721a2d Fix to FR translation 2014-11-03 13:00:18 -05: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 05b82c1c43 More Italian localization bits for MunkiStatus.app 2014-10-28 10:02:55 -07:00
Greg Neagle c81b467155 Change 'Applicazione' labels to 'Applicazioni' in Italian localization 2014-10-28 09:58:56 -07:00
Greg Neagle 432e0d2939 New Italian localization for MSC.app courtesy Dino Libertino 2014-10-28 09:40: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 e31733ba5a PyLint cleanups 2014-10-28 08:42:58 -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