summaryrefslogtreecommitdiff
path: root/scheduler/client.c
Commit message (Expand)AuthorAge
* Fix scheduler cupsd.conf loadTill Kamppeter2020-11-04
* Eliminate a bunch of sprintf usage (all looked safe, but I'm puzzled why theseMichael R Sweet2020-10-17
* Fix handling of printer resource files (Issue #5652)Michael R Sweet2019-10-02
* Multiple security/disclosure issues:Michael R Sweet2019-08-15
* Explain the "forbidden" error better (Issue #5547)Michael R Sweet2019-05-15
* Stop advertising the HTTP methods that are supported (Issue #5540)Michael R Sweet2019-03-11
* Fix online help through web interface...Michael R Sweet2019-01-24
* Update usage and localized message about the URL to use for secure access.Michael R Sweet2019-01-24
* Authentication in the web interface did not work on macOS (rdar://41444473)Michael R Sweet2018-06-29
* Always use Negotiate or PeerCred for Kerberized printing.Michael R Sweet2018-05-10
* - Added a workaround for certain web browsers that do not support multipleMichael R Sweet2018-04-16
* Generate strings files for localizing PPD options (Issue #5194)Michael R Sweet2017-12-19
* Fix authentication issues.Michael R Sweet2017-12-15
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-07
* Support the latest HTTP Digest authentication specification (Issue #4862)Michael R Sweet2017-11-06
* Drop hard-coded CGI scripting language support (Issue #5124)Michael R Sweet2017-11-01
* The scheduler did not run with a high enough priority, causing problems onMichael Sweet2017-10-02
* The web interface did not support newer language identifiers used by MicrosoftMichael Sweet2017-08-28
* Allow "Negotiate" as an AuthType/DefaultAuthType, even on systems that don'tMichael Sweet2017-03-09
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-16
* Add reporting of HTTP state (as well as status) in cupsdReadClient, in hopes ofMichael R Sweet2017-01-04
* Don't treat "localhost.localdomain" as an allowed replacement for localhost, ...Michael R Sweet2017-01-03
* Update all references to OS X to macOS.Michael R Sweet2016-06-20
* Remove all of the Subversion keywords from various source files.Michael R Sweet2016-04-11
* The scheduler did not return non-shared printers to local clients unlessmsweet2016-03-09
* Fix access to resource files when the web interface was disabled (STR #4755)msweet2016-01-26
* Scheduler logging change (STR #4728)msweet2015-11-17
* Make sure to delete temporary file on failed install of cupsd.confmsweet2015-11-11
* Cleanup some DEBUG2 log messages (<rdar://problem/23135122>)msweet2015-10-26
* Make sure /icons/printer.png and /ppds/printer.ppd point to real queues.msweet2015-10-26
* Really fix it.msweet2015-10-23
* Fix infinite loop on bad PUT (<rdar://problem/23132803>)msweet2015-10-23
* Limit size of chunked requests (<rdar://problem/23132353>)msweet2015-10-23
* Fix redirection in the web interface (STR #4538)msweet2015-06-24
* Security: Fix CERT VU #810572 exploiting the dynamic linker (STR #4609)msweet2015-06-08
* The scheduler could get caught in a busy loop (STR #4605)msweet2015-05-06
* Eliminate usage of sprintf.msweet2015-02-18
* Fix Linux builds without normal prerequisite libraries installed.msweet2014-08-28
* Allow access to cupsd-created files with non-world-readable permissions via themsweet2014-08-25
* Also add the world-readable check.msweet2014-07-22
* Security: Addressed some more situations where symlinked files would be servedmsweet2014-07-22
* Fix CGI scripts (STR #4454)msweet2014-07-18
* Fix authorization (and other error) text from CGIs.msweet2014-07-16
* Fix cookie handling for web interface.msweet2014-07-16
* Make sure we send a 0-length chunk for CGI output, even for things like "Stat...msweet2014-07-03
* Don't serve symlinked or non-world-readable files (STR #4450)msweet2014-07-03
* Fix IPP read error messages (STR #4440)msweet2014-06-24
* Drop lppasswd and (server-side) Digest authentication (STR #4321)msweet2014-03-28
* Add systemd support to cupsd (STR #3282)msweet2014-03-21
* The scheduler did not handle GET requests for the log files properly (STR #3265)msweet2014-02-20