summaryrefslogtreecommitdiff
path: root/scheduler/client.c
Commit message (Expand)AuthorAgeFilesLines
* Update CGI documentation and add testable examples for CGI support (Issue #5940)Michael R Sweet2021-09-091-3/+2
* Fix bug that removes language instead of country codeAlfonso Gregory2021-08-301-3/+4
* Import all of the bug fixes from the OpenPrinting CUPS repository.Michael R Sweet2021-04-051-28/+22
* Fix handling of printer resource files (Issue #5652)Michael R Sweet2019-10-021-10/+23
* Multiple security/disclosure issues:Michael R Sweet2019-08-151-11/+12
* Explain the "forbidden" error better (Issue #5547)Michael R Sweet2019-05-151-1/+10
* Stop advertising the HTTP methods that are supported (Issue #5540)Michael R Sweet2019-03-111-2/+0
* Fix online help through web interface...Michael R Sweet2019-01-241-1/+9
* Update usage and localized message about the URL to use for secure access.Michael R Sweet2019-01-241-12/+3
* Authentication in the web interface did not work on macOS (rdar://41444473)Michael R Sweet2018-06-291-4/+3
* Always use Negotiate or PeerCred for Kerberized printing.Michael R Sweet2018-05-101-3/+5
* - Added a workaround for certain web browsers that do not support multipleMichael R Sweet2018-04-161-5/+17
* Generate strings files for localizing PPD options (Issue #5194)Michael R Sweet2017-12-191-377/+175
* Fix authentication issues.Michael R Sweet2017-12-151-1/+3
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-071-5/+1
* Support the latest HTTP Digest authentication specification (Issue #4862)Michael R Sweet2017-11-061-7/+20
* Drop hard-coded CGI scripting language support (Issue #5124)Michael R Sweet2017-11-011-111/+0
* The scheduler did not run with a high enough priority, causing problems onMichael Sweet2017-10-021-4/+6
* The web interface did not support newer language identifiers used by MicrosoftMichael Sweet2017-08-281-34/+4
* Allow "Negotiate" as an AuthType/DefaultAuthType, even on systems that don'tMichael Sweet2017-03-091-4/+2
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-161-1/+1
* Add reporting of HTTP state (as well as status) in cupsdReadClient, in hopes ofMichael R Sweet2017-01-041-2/+2
* Don't treat "localhost.localdomain" as an allowed replacement for localhost, ...Michael R Sweet2017-01-031-3/+0
* Update all references to OS X to macOS.Michael R Sweet2016-06-201-1/+1
* Remove all of the Subversion keywords from various source files.Michael R Sweet2016-04-111-7/+0
* The scheduler did not return non-shared printers to local clients unlessmsweet2016-03-091-1/+6
* Fix access to resource files when the web interface was disabled (STR #4755)msweet2016-01-261-37/+21
* Scheduler logging change (STR #4728)msweet2015-11-171-1/+1
* Make sure to delete temporary file on failed install of cupsd.confmsweet2015-11-111-4/+15
* Cleanup some DEBUG2 log messages (<rdar://problem/23135122>)msweet2015-10-261-74/+18
* Make sure /icons/printer.png and /ppds/printer.ppd point to real queues.msweet2015-10-261-2/+35
* Really fix it.msweet2015-10-231-2/+5
* Fix infinite loop on bad PUT (<rdar://problem/23132803>)msweet2015-10-231-0/+2
* Limit size of chunked requests (<rdar://problem/23132353>)msweet2015-10-231-0/+28
* Fix redirection in the web interface (STR #4538)msweet2015-06-241-0/+7
* Security: Fix CERT VU #810572 exploiting the dynamic linker (STR #4609)msweet2015-06-081-2/+7
* The scheduler could get caught in a busy loop (STR #4605)msweet2015-05-061-6/+11
* Eliminate usage of sprintf.msweet2015-02-181-1/+1
* Fix Linux builds without normal prerequisite libraries installed.msweet2014-08-281-3/+3
* Allow access to cupsd-created files with non-world-readable permissions via themsweet2014-08-251-4/+17
* Also add the world-readable check.msweet2014-07-221-0/+11
* Security: Addressed some more situations where symlinked files would be servedmsweet2014-07-221-7/+17
* Fix CGI scripts (STR #4454)msweet2014-07-181-6/+1
* Fix authorization (and other error) text from CGIs.msweet2014-07-161-3/+14
* Fix cookie handling for web interface.msweet2014-07-161-6/+6
* Make sure we send a 0-length chunk for CGI output, even for things like "Stat...msweet2014-07-031-1/+5
* Don't serve symlinked or non-world-readable files (STR #4450)msweet2014-07-031-3/+24
* Fix IPP read error messages (STR #4440)msweet2014-06-241-0/+3
* Drop lppasswd and (server-side) Digest authentication (STR #4321)msweet2014-03-281-4/+1
* Add systemd support to cupsd (STR #3282)msweet2014-03-211-1/+1