summaryrefslogtreecommitdiff
path: root/backend/ipp.c
Commit message (Expand)AuthorAge
* Merge pull request #40 from OdyX/debian/fix-fax-foxMichael R Sweet2020-11-09
|\
| * Fix fax numbers supplied via GTK print dialog, removing a "Custom." prefix; d...Till Kamppeter2020-11-06
* | backend,scheduler/ipp.c: Fix 'printer-alert' invalid freeZdenek Dohnal2020-11-09
|/
* Eliminate a bunch of sprintf usage (all looked safe, but I'm puzzled why theseMichael R Sweet2020-10-17
* Fix some new compiler warnings (Issue #5700)Michael R Sweet2019-12-13
* Don't wait for held jobs to complete.Michael R Sweet2019-11-18
* The IPP backend did not detect all cases where a job should be retried usingMichael R Sweet2019-10-07
* Fix an issue with the IPP backend and unsupported "sides" values (rdar://5177...Michael R Sweet2019-06-17
* Fix clang errors on Linux.Michael R Sweet2019-04-20
* Don't stop a printer after a job is canceled/aborted (Issue #5517)Michael R Sweet2019-02-21
* Eliminate use of private macOS security headers/APIs (Issue #5516)Michael R Sweet2019-02-14
* Update IPP backend to use non-deprecated APIs and constants.Michael R Sweet2018-09-11
* Fix memory leaks found by Coverity (Issue #5375)Michael R Sweet2018-08-21
* Fix compiler warning.Michael R Sweet2018-06-18
* Ignore bogus cups-version attribute.Michael R Sweet2018-06-18
* Turn off duplex if validate-job says it can't be done.Michael R Sweet2018-06-13
* Map , to p in phone numbers.Michael R Sweet2018-04-17
* Add support for pause and wait characters in fax numbers (rdar://39212256)Michael R Sweet2018-04-17
* Use setuid for Kerberized IPP printing (Issue #5233)Michael R Sweet2018-03-12
* Fix Kerberized IPP printing (Issue #5233)Michael R Sweet2018-03-09
* The IPP backend did not properly detect failed PDF prints (rdar://34055474)Michael R Sweet2018-02-20
* Update copyrights and license text on files that were missed.Michael R Sweet2018-02-20
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-07
* The network backends now retry on more error conditions (Issue #5123)Michael Sweet2017-10-05
* The IPP backend could get into an infinite loop for certain errors, causing aMichael R Sweet2017-01-26
* Optimize connection usage in the IPP backend.Michael R Sweet2017-01-16
* Add address logging to network backends (<rdar://problem/29268474>)Michael R Sweet2016-11-15
* Fix crash bug.Michael R Sweet2016-10-20
* Add additional debug information from IPP backend (logging all requests andMichael R Sweet2016-10-19
* Set cupsLastErrorString in httpCredentialsGetTrust, and show the result in theMichael Sweet2016-08-25
* Add debug information for encrypted connections.Michael R Sweet2016-07-26
* Move TLS cert validation after the connection is finally established.Michael Sweet2016-07-07
* Don't call exit() from signal handler (Issue #4671)Michael R Sweet2016-07-05
* Do not compress print jobs by default except for certain raster formats.Michael R Sweet2016-04-04
* The IPP backend now continues on to the next job when the remote server/printermsweet2016-03-10
* Do some code reorganization so that all of the PPD code is separate from the ...msweet2015-12-09
* Add support for hashed job-password values; right now just SHA-1 and SHA-2 ha...msweet2015-11-18
* The IPP backend did not always handle jobs getting canceled at the printermsweet2015-10-09
* The IPP backend did not respond to side-channel requests (STR #4645)msweet2015-06-24
* Prefer job-impressions-completed over job-media-sheets-completed.msweet2015-05-28
* USB and IPP backend fixes.msweet2015-05-28
* The IPP backend now correctly monitors jobs (<rdar://problem/20495955>)msweet2015-05-06
* Move CUPS->IPP mapping code to libcups.msweet2015-01-28
* The IPP backend now updates the cupsMandatory values when the printermsweet2015-01-27
* The IPP backend now sends the job-pages-per-set attribute when printingmsweet2015-01-26
* <rdar://problem/17837631> OS X continues sending print data after the print j...msweet2014-11-19
* Final changes to track TLS credentials (STR #1616)msweet2014-07-18
* The "snmp" option did not work with the network backends (STR #4422)msweet2014-06-09
* IPP queues using hardcoded credentials would ask for credentials (STR #4371)msweet2014-05-22
* The IPP backend did not abort a job when the printer did not validate themsweet2014-05-09