Commit Graph

343 Commits

Author SHA1 Message Date
Greg Neagle
7a46746a32 Part of previous commit; moving some functions so as not to cause too many 'cascading' dependencies 2025-04-30 14:04:32 -07:00
Greg Neagle
829af4d16f Implement installhelper 2025-04-30 14:02:58 -07:00
Greg Neagle
39cc462dcc supervisor: add some comments, remove a no-longer-needed source dependency 2025-04-28 15:08:55 -07:00
Greg Neagle
bc6af98195 Add logging to supervisor 2025-04-28 14:56:17 -07:00
Greg Neagle
991d90ee7d use new log rotation function 2025-04-28 14:55:53 -07:00
Greg Neagle
ed11b103ce munkilog: add function to rotate log files above a certain size; remove dependency on fileutils 2025-04-28 14:55:09 -07:00
Greg Neagle
05886832b7 Move printConfigPlist() function so every tool that needs prefs functions doesn't also need plistutils 2025-04-28 14:52:09 -07:00
Greg Neagle
93d4bfceaa Basic implementation of supervisor binary 2025-04-28 13:40:36 -07:00
Greg Neagle
2dafcc6f0a Implement precache_agent 2025-04-28 09:58:11 -07:00
Greg Neagle
cc53e46c84 Rewrite autorun pkg postinstall script in sh because Pythom modules will not be available 2025-04-28 09:57:01 -07:00
Greg Neagle
52968f2328 Change all targets to build with 'sign to run locally' 2025-04-27 08:28:55 -07:00
Greg Neagle
6e7903ca6d Address some issues with signal handling in munkiimport 2025-04-26 19:54:10 -07:00
Greg Neagle
6349ca69e4 manifestutil: Moving to sync rather than async 2025-04-26 19:53:01 -07:00
Greg Neagle
27cef648fc Moving to sync rather than async for a few tasks 2025-04-26 19:52:21 -07:00
Greg Neagle
bb53d164ad manifestutil: disable mentions of interactive use for now 2025-04-18 19:32:14 -07:00
Greg Neagle
b1cf025a61 manifestutil: implement 'find' subcommand 2025-04-15 14:10:48 -07:00
Greg Neagle
a9c4ac426f manifestutil: implement add-included-manifest and remove-included-manifest 2025-04-15 09:52:44 -07:00
Greg Neagle
b1839e3c55 manifestutil: implement move-install-to-uninstall 2025-04-14 19:20:53 -07:00
Greg Neagle
a524fb6237 manifestutil help tweak 2025-04-14 17:09:21 -07:00
Greg Neagle
a369901592 Implement more of manifestutil 2025-04-14 17:04:11 -07:00
Greg Neagle
c07511a249 More generalized manifest editing functions 2025-04-14 16:26:47 -07:00
Greg Neagle
834f272dc0 Implement more of manifestutil 2025-04-14 16:00:21 -07:00
Greg Neagle
2dbc418f7d manifestutil: implement more subcommands 2025-04-14 11:06:01 -07:00
Greg Neagle
e2d137ef5d manifestutil: swiftformat fixes; do recursion when expanding included manifests 2025-04-14 09:26:26 -07:00
Greg Neagle
63e6442a77 Implement more of manifestutil 2025-04-13 20:52:54 -07:00
Greg Neagle
56f399ff1d Implement 'list-catalogs' subcommand for manifestutil 2025-04-13 18:18:22 -07:00
Greg Neagle
402e6a8a9f Begin implementation of manifestutil 2025-04-13 16:13:00 -07:00
Greg Neagle
5cf8d83d98 Fix for saving changed admin tool preferences 2025-04-13 16:09:39 -07:00
Greg Neagle
443142ebec Tweaking log file location for Debug builds 2025-04-13 16:08:43 -07:00
Greg Neagle
790261b405 scriptPath should be a let variable instead of var 2025-04-13 16:07:15 -07:00
Greg Neagle
4299716555 Fix for configure prompts for munkiimport (and manifestutil) 2025-04-13 16:06:09 -07:00
Greg Neagle
db46fcab7a Fix backwards implementation of dirName() 2025-04-12 14:51:41 -07:00
Greg Neagle
7bbdf10561 Debug builds can use alternate BUNDLE_ID by setting MUNKI_BUNDLE_ID environment variable 2025-04-12 11:55:49 -07:00
Greg Neagle
02f8c14099 Update some TODO comments 2025-04-12 11:02:39 -07:00
Greg Neagle
daead42556 Add keychain debug logging to fetch/getURL 2025-04-12 11:01:37 -07:00
Greg Neagle
f99fec6ca8 Add more logging to appusaged/unusedsoftware operations 2025-04-12 11:00:44 -07:00
Greg Neagle
ada003a6ac Add more debug output when fetching a URL 2025-04-11 16:56:07 -07:00
Greg Neagle
683e71627a Fix calculation of disk space needed by additional items to be installed; add more debug output around this 2025-04-11 15:12:40 -07:00
Greg Neagle
eb8891295a Implement client cert authentication 2025-04-09 16:55:07 -07:00
Greg Neagle
0b571f063d More careful handling of parsing results of Distribution and PackageInfo files 2025-04-02 09:39:55 -07:00
Greg Neagle
5ca2fedb39 Fix installation check on staged_os_installer items 2025-03-30 10:21:09 -07:00
Greg Neagle
e2658e67d3 Update copyright dates in managedsoftwareupdate's greeting message 2025-03-30 09:59:05 -07:00
Greg Neagle
4a06a0a59e Updated implementation for getInput() to match input behavior in the Python version 2025-03-29 22:07:59 -07:00
Greg Neagle
7f822c3da1 Implement using client cert common name as ClientIdentifier 2025-03-16 15:22:56 -07:00
Greg Neagle
82a97f36a7 Add keychain and cert functions 2025-03-16 15:19:32 -07:00
Greg Neagle
f0c843c23a Add dirName() function to fileutils 2025-03-16 15:18:42 -07:00
Greg Neagle
131feb1771 Allow for passing of custom environment to more of the functions that run subprocesses 2025-03-16 15:17:49 -07:00
Greg Neagle
2b243d0deb WIP client cert code 2025-02-10 10:37:55 -08:00
Greg Neagle
0d772beb0a Skip user notifications if it appears the user might be in a Zoom/Teams/etc meeting or might be presenting with Keynote or PowerPoint 2025-02-06 17:29:46 -08:00
Greg Neagle
94c9e91e2d Add some functions to check PowerManager assertions 2025-02-06 13:53:05 -08:00