summaryrefslogtreecommitdiff
path: root/scheduler
Commit message (Expand)AuthorAgeFilesLines
* Don't install/remove private headers for internal libraries.Michael R Sweet2018-10-181-28/+12
* Move debug printfs to internal usage only.Michael R Sweet2018-10-1810-243/+190
* Don't install headers for libcupcgi, libcupsmime, or libcupsppdc.Michael R Sweet2018-10-171-5/+0
* Remove dependency on zlib headers outside of libcups.Michael R Sweet2018-10-171-4/+5
* Search for codesign/true, use LDFLAGS for shared libraries (Issue #5411)Michael R Sweet2018-10-151-3/+3
* Migrate Windows conditional code to _WIN32 define.Michael R Sweet2018-10-102-3/+3
* Fix test suite with shared libraries on macOS.Michael R Sweet2018-10-021-0/+1
* Set QoS priority class for the main thread when running from launchd.Michael R Sweet2018-09-271-0/+9
* Code signing changes.Michael R Sweet2018-09-181-39/+0
* Add code signing for macOS Mojave.Michael R Sweet2018-09-182-14/+54
* Fix a scheduler crash bug (rdar://42198057)Michael R Sweet2018-08-271-12/+7
* Fix memory leaks found by Coverity (Issue #5375)Michael R Sweet2018-08-211-20/+20
* Fix regression in fix for rdar://40436080.Michael R Sweet2018-08-191-12/+1
* Sync up with changes from 2.2.x.Michael R Sweet2018-08-181-11/+10
* The scheduler was being backgrounded on macOS, causing applications to spinMichael R Sweet2018-07-173-21/+15
* Replace the rest of the uses of __attribute__ that need to be portable (Issue...Michael R Sweet2018-07-097-13/+11
* Move away from using __attribute__ directly (Issue #5349)Michael R Sweet2018-07-093-21/+15
* Fix whitespace issues.Michael R Sweet2018-06-291-10/+10
* Fix whitespace issues.Michael R Sweet2018-06-291-3/+3
* Authentication in the web interface did not work on macOS (rdar://41444473)Michael R Sweet2018-06-291-4/+3
* Fix auto-debug logging of job errors with systemd (Issue #5337)Michael R Sweet2018-06-181-45/+40
* Fix crash when AccessLog is NULL (Issue #5309)Michael R Sweet2018-06-181-4/+5
* Support idle exit, even when printer sharing is enabled but no printers are s...Michael R Sweet2018-06-181-6/+17
* Restore default cups-lpd settings for macOS.Michael R Sweet2018-06-181-1/+1
* Fix A6 crash bug in Epson 24-pin driver (Issue #5323)Michael R Sweet2018-06-181-1/+1
* Report all supported Job Creation attributes and their values (Issue #5340)Michael R Sweet2018-06-182-9/+62
* Fix local privilege escalation to root and sandbox bypasses in schedulerMichael R Sweet2018-06-054-86/+163
* Validate notify-recipient-uri values.Michael R Sweet2018-06-051-1/+1
* Mirror validation changes from 2.2 branch.Michael R Sweet2018-05-111-89/+75
* Always use Negotiate or PeerCred for Kerberized printing.Michael R Sweet2018-05-101-3/+5
* Allow cupsd daemon to exit on idleFedericoYundt2018-04-181-1/+1
* Fix policy limits using All (Issue #5296)Michael R Sweet2018-04-171-14/+25
* - Added a workaround for certain web browsers that do not support multipleMichael R Sweet2018-04-162-8/+22
* Fix another CUPS-Create-Local-Printer crash (Issue #5290)Michael R Sweet2018-04-091-0/+4
* Try another fix for Avahi crash (Issue #5268)Michael R Sweet2018-03-211-5/+9
* Try another fix for Avahi crash (Issue #5268)Michael R Sweet2018-03-211-1/+2
* Remove redundant check of srv value.Michael R Sweet2018-03-191-8/+5
* Fix systemd integration with cupsd (Issue #5263)Michael R Sweet2018-03-121-0/+1
* The scheduler could crash while adding an IPP Everywhere printer (Issue #5258)Michael R Sweet2018-03-081-0/+4
* Add missing cups-lpd service file (needs to be present for Xcode project to beMichael R Sweet2018-02-281-0/+39
* Fix builds without PAM (Issue #5253)Michael R Sweet2018-02-231-131/+6
* Fix "make clean" - wasn't cleaning cups-driverd.o.Michael R Sweet2018-02-221-4/+5
* Update copyrights and license text on files that were missed.Michael R Sweet2018-02-205-36/+21
* Changelog and dependencies updates.Michael R Sweet2018-02-201-194/+181
* Support IPP/1.1 printers with CUPS-Create-Local-Printer operation (Issue #5241)Michael R Sweet2018-02-201-1/+25
* Additional changes for the scheduler to substitute default values for invalidMichael R Sweet2018-01-311-317/+266
* Same as Lutz Heermann, but for PageLog - respect PageLog configuration when c...Zdenek Dohnal2018-01-291-1/+1
* Move libcupsimage to the "cups" subdirectory, along with its unit tests andMichael R Sweet2018-01-182-128/+124
* Update copyright.Michael R Sweet2018-01-111-1/+1
* Fix DNS-SD host name for shared printers on macOS.Michael Sweet2018-01-101-6/+16