summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add WITH-DISTINCT-VALUES support for collections.bug-fix-rollup-1Michael R Sweet2021-04-214-5/+26
* Some USB printers (notably DYMO printers) report a bogus serial number in theirMichael R Sweet2021-04-191-14/+37
* Eliminate unused variables.Michael R Sweet2021-04-124-30/+2
* Retry Validate-Job operation as needed (OpenPrinting #132)Michael R Sweet2021-04-092-1/+14
* Fix backend logging from signal handlers (OpenPrinting #167)Michael R Sweet2021-04-095-9/+20
* Automatically choose an available port.Michael R Sweet2021-04-092-25/+45
* Fix one other spot where http->fd isn't reset to -1 (Issue #5915)Michael R Sweet2021-04-082-0/+3
* Remove unused KeepAliveTimeout directive (Issue #5733)Michael R Sweet2021-04-074-9/+2
* Changelog.Michael R Sweet2021-04-071-0/+2
* `httpReconnect2` did not reset the socket file descriptor when the TLSMichael R Sweet2021-04-071-1/+2
* Import all of the bug fixes from the OpenPrinting CUPS repository.Michael R Sweet2021-04-0565-1151/+5156
* Update Github repository to match macOS 11.2 CUPS sources (cups-494.1).Michael R Sweet2021-04-0521-142/+137
* Merge pull request #5690 from neheb/bzeroMichael R Sweet2021-03-112-8/+8
|\
| * treewide: Replace bzero with memsetRosen Penev2019-11-222-8/+8
* | Update version to 2.3.3 for:v2.3.3steve algernon2020-04-2716-41/+47
* | Update more IPP strings.Michael R Sweet2019-12-1814-1435/+1488
* | Update more IPP strings.Michael R Sweet2019-12-182-2/+2
* | Update more IPP strings.Michael R Sweet2019-12-182-4/+4
* | Update more IPP strings.Michael R Sweet2019-12-1814-1950/+2427
* | Bump version.Michael R Sweet2019-12-185-17/+17
* | Update localization files.Michael R Sweet2019-12-1815-1989/+2733
* | Add build/test script.Michael R Sweet2019-12-181-0/+48
* | Bump versions.v2.3.1Michael R Sweet2019-12-132-2/+2
* | Fix some new compiler warnings (Issue #5700)Michael R Sweet2019-12-133-6/+6
* | CVE-2019-2228: Fix ippSetValueTag validation of default language.Michael R Sweet2019-12-132-2/+4
* | Changelog.Michael R Sweet2019-12-041-1/+2
* | Merge pull request #5695 from IslandCow/vendor_finishingsMichael R Sweet2019-12-041-1/+1
|\ \
| * | Off by one error in ipp_finishings_vendorSean Kau2019-12-041-1/+1
|/ /
* | Changelog.Michael R Sweet2019-12-041-0/+1
* | Merge pull request #5694 from gaaf/patch-1Michael R Sweet2019-12-041-1/+1
|\ \
| * | Fix error in jobs templateAlex Hermann2019-11-281-1/+1
* | | Update default PAM service (cups instead of other)Michael R Sweet2019-12-023-3/+3
* | | Clean up authentication support.Michael R Sweet2019-12-021-31/+47
* | | Also authenticate web IF.Michael R Sweet2019-12-021-21/+32
* | | Update HTML version of man page.Michael R Sweet2019-12-021-0/+14
* | | Limit DNS-SD advertisements to the loopback interface for "localhost" andMichael R Sweet2019-12-023-4/+16
* | | Add authentication support to ippeveprinter (Issue #5665)Michael R Sweet2019-12-025-10/+253
* | | Fix compiler warnings.Michael R Sweet2019-12-021-2/+2
* | | Use pwgMediaForSize when looking up PPD sizes (Issue #5633)Michael R Sweet2019-12-022-1/+3
* | | Changelog.Michael R Sweet2019-12-021-1/+1
* | | Fix a few issues with Apple Raster support (rdar://55301114)Michael R Sweet2019-12-023-12/+60
|/ /
* | Always send roll select command.Michael R Sweet2019-11-271-3/+1
* | Add support for the second roll in DYMO Twin/DUO label printers.Michael R Sweet2019-11-273-10/+17
|/
* LGTM only supports C++ style comments...Michael R Sweet2019-11-192-2/+2
* Fix name of LGTM config file.Michael R Sweet2019-11-191-0/+0
* Don't wait for held jobs to complete.Michael R Sweet2019-11-181-3/+2
* ChangelogMichael R Sweet2019-11-181-1/+1
* Refactor the defaults code so that the correct order of precedence isMichael R Sweet2019-11-182-29/+34
* Fix up HOME environment variable support on macOS - only exclude containers.Michael R Sweet2019-11-181-2/+5
* Address multiple minor issues reported by the LGTM security scanner:Michael R Sweet2019-11-1817-94/+110