]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler
Don't create the full name twice (<rdar://problem/23144358>)
[thirdparty/cups.git] / scheduler /
2015-11-11  msweetMake sure to delete temporary file on failed install...
2015-10-26  msweetCleanup some DEBUG2 log messages (<rdar://problem/23135...
2015-10-26  msweetStrip trailing ? and / before checking for .ppd (<rdar...
2015-10-26  msweetMake sure /icons/printer.png and /ppds/printer.ppd...
2015-10-23  msweetUse constant time comparison function for local certifi...
2015-10-23  msweetEscape strings in error_log output (<rdar://problem...
2015-10-23  msweetReally fix it.
2015-10-23  msweetFix infinite loop on bad PUT (<rdar://problem/23132803>)
2015-10-23  msweetLimit size of chunked requests (<rdar://problem/23132353>)
2015-10-19  msweetInterface scripts are no longer supported for security...
2015-10-08  msweetThe cupsd domain socket is no longer world-accessible...
2015-08-31  msweetFix another journald issue, and partially revert the...
2015-08-31  msweetUpdate jobs.cache after expiring job files (STR #4706)
2015-08-28  msweetThe scheduler did not use the ConfigFilePerm setting...
2015-08-13  msweetFix another "new logging" bug for journald only this...
2015-08-10  msweetFix another bug in the new logging code (STR #4687)
2015-07-31  msweet<Limit All> in <Policy> sections now applies to all...
2015-07-30  msweetMore journald/asl logging bug fixes (STR #4661)
2015-07-07  msweetThe scheduler incorrectly started jobs while canceling...
2015-07-02  msweetFix logging of printer URI (STR #4658)
2015-07-02  msweetFix journald support (STR #4655)
2015-06-24  msweetThe scheduler did not start all pending jobs at once...
2015-06-24  msweetFix redirection in the web interface (STR #4538)
2015-06-12  msweetBring back PWG white paper support for 3D print queues...
2015-06-08  msweetBack out PWG white paper support from mainline CUPS.
2015-06-08  msweetStart of 3D printer support (infrastructure only)
2015-06-08  msweetSecurity: Fix CERT VU #810572 exploiting the dynamic...
2015-06-04  msweetFix build errors on Linux for new journald logging.
2015-06-03  msweetAdd support for logging to stderr (STR #4505)
2015-06-03  msweetAdd support for ASL and journald when doing "syslog...
2015-05-27  msweetAdd support for job-impressions[-completed].
2015-05-25  msweetSupport many new attributes and fix some IPP conformanc...
2015-05-19  msweetFix compiler warnings.
2015-05-06  msweetThe scheduler now validates ErrorPolicy values in confi...
2015-05-06  msweetCheck the return value of rename() (STR #4589)
2015-05-06  msweetThe scheduler could get caught in a busy loop (STR...
2015-05-06  msweetThe cups-lpd mini-daemon did not check for request...
2015-05-05  msweetUpdate copyright.
2015-05-05  msweetFixed <Limit> inside <Location> (STR #4575)
2015-05-05  msweetFix weak-link check.
2015-04-03  msweetFix some clang issues.
2015-03-30  msweetFix a gzip processing bug (STR #4602)
2015-02-27  msweetFixed logging of configuration errors to show up as...
2015-02-18  msweetEliminate usage of sprintf.
2015-02-17  msweetFix empty stdin open...
2015-02-17  msweetRevert SDKROOT changes for OS X.
2015-02-12  msweetLast bits of IPP Everywhere PPD support - web interface...
2015-02-06  msweetThe scheduler no longer listens on the loopback interfa...
2015-02-06  msweetSet ProcessType in launchd plists (<rdar://problem...
2015-02-06  msweetEnable transaction and pressured exit support (<rdar...
2015-02-06  msweetAdd support for SDKROOT on OS X.
2015-02-01  msweetAnother change for OpenBSD (STR #4526)
2015-01-30  msweetThe scheduler did not always log which configuration...
2015-01-30  msweetThe scheduler could crash during shutdown if Avahi...
2015-01-29  msweetUpdate copyrights...
2015-01-29  msweetDrop support for "Sandboxing off" when running as root...
2015-01-28  msweetDon't forget to close RequestRoot directory.
2015-01-28  msweetcupsd takes the slow path when loading job history...
2015-01-27  msweetFix copyright.
2015-01-27  msweetBackends needing to load OS X kernel extensions did...
2014-12-15  msweetDon't try to talk to colord unless we are running as...
2014-12-09  msweet...
2014-12-09  msweetAdditional fix for STR #4531.
2014-12-09  msweetMirror change.
2014-12-04  msweetThe scheduler incorrectly aborted jobs after a job...
2014-11-19  msweetThe scheduler incorrectly cleared the MakeModel string...
2014-11-14  msweetThe web interface did not work on OpenBSD (STR #4496)
2014-11-12  msweetFix compiles on unsupported platforms (STR #4510)
2014-11-12  msweetFix a random crash in the scheduler when not using...
2014-11-03  msweetSave work.
2014-10-21  msweetFix a DBUS crash if colord is not running (STR #4496)
2014-10-21  msweetThe scheduler did not honor the FatalErrors directive...
2014-10-21  msweetAdd systemd support for cups-lpd (STR #4493)
2014-10-20  msweetPrinter sharing did not work when systemd was being...
2014-10-20  msweetImplement SSLOptions in cupsd.conf and client.conf...
2014-09-30  msweetFix build issues when we don't have systemd or launchd.
2014-09-30  msweetUpdate the list of operations to match what CUPS supports.
2014-09-03  msweetThe scheduler did not preserve listener sockets from...
2014-08-30  msweetRe-introduce dark wake support, but this time while...
2014-08-29  msweetMake sure CachDir is only readable by root and lp.
2014-08-28  msweetFix Linux builds without normal prerequisite libraries...
2014-08-25  msweetAllow access to cupsd-created files with non-world...
2014-08-20  msweetAdd read access to /private/var/tmp, socket access...
2014-08-04  msweetFree the sockets array returned by launch_activate_socket.
2014-08-04  msweetDon't call launch_activate_socket multiple times (...
2014-07-31  msweetPerformance fixes for Get-Jobs (STR #2913)
2014-07-30  msweetThe scheduler now returns completed jobs in the correct...
2014-07-22  msweetAlso add the world-readable check.
2014-07-22  msweetSecurity: Addressed some more situations where symlinke...
2014-07-18  msweetFix CGI scripts (STR #4454)
2014-07-16  msweetFix authorization (and other error) text from CGIs.
2014-07-16  msweetFix cookie handling for web interface.
2014-07-15  msweetInitial work on SSPI support in 2.0.
2014-07-08  msweetAllow more paths in sandbox.
2014-07-03  msweetMake sure we send a 0-length chunk for CGI output,...
2014-07-03  msweetDon't serve symlinked or non-world-readable files ...
2014-07-02  msweetMore tweaks to sandbox profiles.
2014-07-01  msweetTweak the sandbox profiles for filters.
2014-06-25  msweet<rdar://problem/17307802> SEED: BUG: Increased sandboxi...
2014-06-24  msweetFix IPP read error messages (STR #4440)
next