]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/process.c
One more fix for STR #4223 - default cups-files.conf location and warn about
[thirdparty/cups.git] / scheduler / process.c
2012-04-23  mikeUpdate copyrights on all documentation.
2011-05-19  mikeFix use of "user" variable and simplify process group...
2011-05-18  mikeDon't use fprintf from child process since that call...
2011-05-18  mikeFix fix for STR #2829.
2011-05-18  mikeThe scheduler now sets the process group for child...
2011-05-18  mikeDon't log sandbox deny's unless debug logging is enabled.
2011-04-22  mikeMove scheduler's cupsdCheckProgram to libcups as _cupsF...
2011-04-16  mikeNormalize the permission checking code, and check permi...
2011-03-30  mikeDon't set the cups-insecure-filter-warning keyword...
2011-03-18  mikeFix reporting of permissions issues.
2011-02-18  mikeClean up and normalize the filter permission messages.
2011-02-18  mikeWarn about filters with group write permissions.
2011-01-19  mikeFix email notifications on Mac OS X.
2011-01-18  mikeFix process name that is reported.
2010-12-22  mikeWhitespace.
2010-12-22  mikeAdd a new "cups-exec" helper program to apply security...
2010-08-16  mikeAllow filters to stat RequestRoot; this eliminates...
2010-04-22  mikeDon't log sandbox deny's unless debugging is enabled.
2010-04-11  mikeAdd support for multi-threaded apps on Windows.
2010-03-02  mikeTweak the sandbox profile to allow writing to /Users...
2009-12-19  mikeFix "make check" failure - can't fail on setgroup/setgr...
2009-12-18  mikeUse arc4random, when available.
2009-11-16  mikeThe scheduler did not reset the SIGPIPE handler of...
2009-11-15  mikeWhen not running as root, don't enforce permissions.
2009-10-15  mikeDon't allow filters and backends to have group write...
2009-05-16  mikeFix OpenBSD hangs, plus some minor portability changes...
2009-04-15  mikeAlso do a notification when we set these reasons...
2009-04-14  mikeAlso check "owned by root" when running as root.
2009-04-02  mikeAdd missing printer filters, and track the cups-insecur...
2009-03-07  mikeAdd some "private" command-line options for testing...
2009-02-25  mikeFix the printer-uri passed in a Get-Jobs request for...
2009-02-24  mikeMore debug2 cleanup.
2009-02-22  mikeDon't track process job pointer, but instead use the...
2009-02-18  mikeThe scheduler could consume 100% CPU when jobs were...
2009-02-10  mikeFix log message for insecure permissions issues, and...
2009-02-04  mikeDon't run programs with insecure permissions.
2008-11-20  mikeFix build error.
2008-01-25  mikeAllow writes to /Library/Caches.
2008-01-19  mikeSet the error string pointer to NULL before calling...
2008-01-17  mikeAllow normal access to the spool directory itself,...
2008-01-17  mikeFix profile creation - wasn't providing the job_id...
2008-01-17  mikeAssign the sandbox profile before we change users.
2007-12-20  mikeRemove unused variable.
2007-12-19  mikeFix TempDir and CacheDir rules.
2007-12-19  mike/etc is really /private/etc...
2007-12-19  mikeMerge Mac OS X seatbelt support onto trunk.
2007-09-25  mikeAlways set the pid, even on error.
2007-08-10  mikeAdd checks for required path names and for the existenc...
2007-07-11  mikeMass change of copyright to CUPS' new owner, Apple...
2007-03-11  mikeUpdate launchd stuff to not reload and to use a KeepAli...
2007-01-03  mikeRemove more compiler warnings.
2007-01-02  mikeMerge changes from side-channel branch into trunk.
2006-04-06  mikeOnly set CFProcessPath if envp is not NULL.
2006-04-06  mikeAdded --with-printcap configure option.
2006-02-09  mikeChange CFProcessPath code to just replace the first...
2006-02-02  mikeMacOS X 10.2.x compile fixes.
2006-02-01  mikeAdd CFProcessPath symlink handling for pre-10.4 MacOS...
2006-02-01  mikeUpdate backend interface so that backends with mode...
2006-01-31  mikeAdd process name lookup array for better debugging...
2005-09-28  mikeCleanup.
2005-09-28  mikeRename all types and functions to use cupsd prefix.
2005-09-22  mikeUpdate scheduler to use new environment variable API...
2005-06-21  mikeFix infinite recursion problem when deleting empty...
2005-06-06  mikeUse cupsdEndProcess API everywhere it makes sense to.
2005-06-06  mikeAdd new cupsdStartProcess and cupsdEndProcess APIs...