summaryrefslogtreecommitdiff
path: root/scheduler/ipp.c
Commit message (Expand)AuthorAgeFilesLines
* Change job state to IPP_JOB_HELD when job is restarted with appropriate job-h...Rose2021-09-271-5/+4
* Move 'everywhere' model support into cupsd (Issue #5919)Michael R Sweet2021-06-231-2/+18
* Import all of the bug fixes from the OpenPrinting CUPS repository.Michael R Sweet2021-04-051-13/+9
* Resolve new compiler warnings.Michael R Sweet2019-10-021-1/+1
* Eliminate new GCC compiler warnings (Issue #5591)Michael R Sweet2019-06-131-22/+13
* Eliminate use of private macOS security headers/APIs (Issue #5516)Michael R Sweet2019-02-141-7/+0
* Clean out some more _cupsStr cruft that might potentially cause anMichael R Sweet2019-01-211-3/+2
* Switch to using "all" and "media-col-database" because some vendors apparentlyMichael R Sweet2019-01-211-3/+1
* Use the same requested-attributes values for all IPP Everywhere setupMichael R Sweet2019-01-211-2/+9
* Fix more compiler warnings (Issue #5423)Michael R Sweet2018-11-061-1/+1
* Fix a scheduler crash bug (rdar://42198057)Michael R Sweet2018-08-271-12/+7
* Sync up with changes from 2.2.x.Michael R Sweet2018-08-181-11/+10
* Replace the rest of the uses of __attribute__ that need to be portable (Issue...Michael R Sweet2018-07-091-3/+1
* 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
* Fix another CUPS-Create-Local-Printer crash (Issue #5290)Michael R Sweet2018-04-091-0/+4
* The scheduler could crash while adding an IPP Everywhere printer (Issue #5258)Michael R Sweet2018-03-081-0/+4
* 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
* Generate strings files for localizing PPD options (Issue #5194)Michael R Sweet2017-12-191-82/+50
* Fix typo (Issue #5190)Michael R Sweet2017-12-141-1/+1
* The scheduler now substitutes default values for invalid job attributes whenMichael R Sweet2017-12-131-4/+27
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-071-5/+1
* Add support for "printer-id" attribute (Issue #4868)Michael R Sweet2017-11-011-1/+26
* DBUS notifications could crash the scheduler (Issue #5143)Michael Sweet2017-10-231-2/+10
* Fix mapping and defaulting of print-quality/cupsPrintQuality (Issue #5090)Michael Sweet2017-09-111-3/+28
* Fix the interactions between the "print-quality" and "cupsPrintQuality"Michael Sweet2017-08-291-2/+4
* Actually show the reason why PPD creation failed (Issue #5035)Michael Sweet2017-06-201-1/+1
* Make sure printer-is-temporary flag is set when creating a local queueMichael Sweet2017-05-261-1/+2
* Clear the shared flag on local queues (Issue #5008)Michael Sweet2017-05-251-0/+2
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-161-1/+1
* The CUPS-Add-Modify-Class and CUPS-Add-Modify-Printer operations did not alwaysMichael R Sweet2016-07-191-28/+70
* Improve performance of web interface with large numbers of jobs (Issue #3819)Michael Sweet2016-05-251-11/+9
* Fix Hold-New-Jobs implementation (Issue #4767)Michael Sweet2016-05-111-1/+20
* The cups-lpd mini-daemon incorrectly included the document-name attribute whenMichael R Sweet2016-03-241-7/+0
* Implement more of testdest unit test.msweet2016-02-181-2/+24
* More work on temporary queues - implement support for them in the cupsDest APIs,msweet2016-02-171-0/+12
* Implement CUPS-Create-Local-Printer operation and add test file.msweet2016-02-161-2/+213
* First half of new "local temporary printer" queues, to support on-demand IPPmsweet2016-02-151-14/+45
* Pending subscriptions would prevent the scheduler from idle exiting (STR #4754)msweet2016-01-111-1/+13
* Changing the printer-is-shared value for a remote queue did not produce anmsweet2015-11-171-0/+20
* Interface scripts are no longer supported for security reasonsmsweet2015-10-191-116/+62
* The scheduler did not use the ConfigFilePerm setting when copying PPD files ormsweet2015-08-281-8/+7
* The scheduler incorrectly started jobs while canceling multiple jobs (STR #4648)msweet2015-07-071-0/+2
* Security: Fix CERT VU #810572 exploiting the dynamic linker (STR #4609)msweet2015-06-081-72/+23
* Add support for job-impressions[-completed].msweet2015-05-271-24/+49
* Support many new attributes and fix some IPP conformance issues (STR #4630)msweet2015-05-251-11/+76
* Check the return value of rename() (STR #4589)msweet2015-05-061-6/+17
* Fix Linux builds without normal prerequisite libraries installed.msweet2014-08-281-2/+6
* Allow access to cupsd-created files with non-world-readable permissions via themsweet2014-08-251-3/+2