]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler
Changelog.
[thirdparty/cups.git] / scheduler /
2013-04-26  msweetKerberos credentials could get truncated when printing...
2013-04-25  msweetMake sure we fill the output buffer, otherwise we can...
2013-04-18  mikeMake sure we still register a profile slot on OS X...
2013-04-09  mikeThe scheduler now supports PPD lookups for classes...
2013-04-09  mikeFix authentication/delayed read bug.
2013-04-09  mikeDon't do Kerberos over the loopback interface.
2013-04-03  mikeThe cupsfilter program did not set the FINAL_CONTENT_TY...
2013-04-03  mikePrefer clang over GCC.
2013-04-01  mikeFix auth key defaults on OS X.
2013-03-27  mikeDon't do hostname lookups unless we have been asked...
2013-03-20  mikeFix paid printing.
2013-03-19  mikeNeed to ignore trailing printer/foo null filter...
2013-03-19  mikeThe scheduler incorrectly computed the final content...
2013-03-11  mikehttpSeparateURI() did not reject URIs containing raw...
2013-03-11  mikeDon't use _cupsStrRetain since some of the PWG media...
2013-03-08  mikeTwo more spots we should be using cupsdUnlinkOrRemoveFile.
2013-03-08  mikeAdd new cupsdUnlinkOrRemoveFile function and use it...
2013-03-07  mikeFix some clang-reported issues.
2013-03-05  mikeLog path and PID of client over domain sockets.
2013-02-22  mikeUse INFO log level for unexpected job description attri...
2013-02-22  mikeFix several issues with cupsd reading when there is...
2013-02-21  mikeFix some state transition stuff in the scheduler now...
2013-02-19  mikeThe scheduler did not support long MIME media types...
2013-02-19  mikeFix a regression introduced by the fix for STR #4232...
2013-02-19  mikeThe cupsfilter command did not set the CHARSET environm...
2013-02-04  mikeDon't copy private Job/Document attributes to clients.
2013-01-31  mikeAdd PWG Raster printing tests to IPP Everywhere test...
2013-01-21  mikeWhen the web interface is turned off, clients cannot...
2013-01-21  mikeAdd support for "-x" option, now "cancel -a" does not...
2013-01-16  mikeUpdate Server and User-Agent strings.
2013-01-15  mikeMake sure we pass job-authorization-uri as needed.
2012-12-20  mikeRework the HTTP reader code to better support compresse...
2012-12-17  mikeFixed a problem with local Kerberos authentication...
2012-12-17  mikeSome minor changes to get TOT building on Linux again.
2012-12-17  mikeClean up Kerberos support to only need GSSAPI.
2012-12-14  mikeDon't allow /private/tmp or /tmp for TempDir on OS X.
2012-12-14  mikeIgnore empty STATE: messages.
2012-12-14  mikeMake sure we run dsymutil on all libraries, too.
2012-12-13  mikeCoverity scan: fixed some minor issues (STR #4242)
2012-12-13  mikeThe scheduler did not remove color profiles after delet...
2012-12-13  mikeCheck whether job->state is NULL, which can happen...
2012-12-12  mikeThe scheduler did not delete job control backup files...
2012-12-12  mikeMore changes for STR #4223:
2012-12-12  mikeDon't set auth-info-required all of the time (STR ...
2012-12-11  mikeStrip trailing slash from regex paths to prevent sandbo...
2012-12-11  mikeCheck all support files at the start of a job.
2012-12-11  mikeDon't put specific length checks in ippReadIO, instead...
2012-12-07  mikeFix some clang errors.
2012-12-06  mikeFix logging about FileDevice.
2012-12-04  mikeRun dsymutil if we are installing symbol-rich binaries...
2012-11-30  mikeMore fixes for STR #4223...
2012-11-26  mikeMissed this file for some reason (STR #4223)
2012-11-26  mikeOne more fix for STR #4223 - default cups-files.conf...
2012-11-26  mikeMove file, directory, user, and group configuration...
2012-11-16  mikeFix HTTP PUT issues preventing cupsctl from working.
2012-11-10  mikeFix up http_t state stuff now that we are tracking...
2012-11-06  mikeFix check for ippusb:
2012-11-02  mikeImplement httpReadRequest and httpWriteResponse.
2012-11-02  mikeFix error reporting.
2012-11-01  mikeSupport gzip/deflate on HTTP connections.
2012-10-25  mikeAlso need to pass job-password-encryption...
2012-10-22  mikeAdvertise correct TLS versions in Upgrade header.
2012-10-19  mikeDon't cancel a job after pausing the print queue.
2012-10-17  mikeFix another Avahi-caused crash (STR #4213)
2012-10-17  mikeUSB is both usb: and ippusb: now...
2012-10-16  mikeFinal bits of changes to support paid printing, release...
2012-10-15  mikeNext part of paid printing support - job-authorization...
2012-10-03  mikeFix another spot where Avahi crashes cupsd because...
2012-10-01  mikeDon't use userland pthread hack on newer versions of...
2012-10-01  mikeDrop support for IRIX (STR #4092)
2012-10-01  mikeFix build on OpenBSD (STR #4196)
2012-10-01  mikeFix crash on shutdown caused by broken Avahi config...
2012-10-01  mikePrevent crash due to NULL host name or FQDN from Avahi...
2012-09-27  mikeDon't crash on PPD files with no size information.
2012-09-26  mikeThe scheduler no longer accepts or sends job descriptio...
2012-09-18  mikeSupport new auth-info-default attribute to track defaul...
2012-09-16  mikeOne more fix for STR #4072 - wasn't skipping extra...
2012-09-15  mikeThe scheduler no longer allows job-name values that...
2012-09-07  mikeStop using strcpy.
2012-08-30  mikeAdd support for higher-level PIN printing, external...
2012-08-29  mikeThe scheduler did not recognize dnssd: or ipps: URIs...
2012-08-28  mikeSome Bonjour features were not available on systems...
2012-06-20  mikeFix a regression in copy handling in cups-lpd (STR...
2012-06-20  mikeSilence deprecation warnings since they cause build...
2012-05-25  mikeDon't try registering via ColorSync if we are not root...
2012-05-23  mikeThe scheduler now consolidates all PPD updates from...
2012-05-23  mikeMake sure we log the Create-Job but no Send-Document...
2012-05-23  mikeFix the profiles not registered for existing printers...
2012-05-21  mikeFix typo.
2012-05-21  mikeImplement support for colord (STR #3808)
2012-05-21  mikeFirst part of color management overhaul - restructure...
2012-05-21  mikeClean up some clang warnings.
2012-05-18  mikeThe scheduler now sets the CUPS_MAX_MESSAGE environment...
2012-05-18  mikeAdd new StrictConformance directive, fix more usage...
2012-05-18  mikeFix compile error - signed vs. unsigned comparison.
2012-05-18  mikeFix compile issues with DNS-SD enabled on OS X.
2012-05-16  mikeCleanup builds without DNS-SD (STR #4087)
2012-05-16  mikeDon't allow multiple jobs to be started on the same...
2012-05-07  mikeSupport both IPP and IPPS URIs for shared printers.
2012-05-07  mikeClean up ".local" domain checking - would fail for...
next