summaryrefslogtreecommitdiff
path: root/xcode
Commit message (Collapse)AuthorAgeFilesLines
* CUPS v2.3.6 for CVE-2022-26691Steve Algernon2022-05-251-3/+3
|
* Import all of the bug fixes from the OpenPrinting CUPS repository.Michael R Sweet2021-04-051-3/+3
| | | | | | Import the improvements to ippeveprinter from OpenPrinting/ippsample. Import the improvements to ippfind and ipptool from OpenPrinting/ippsample.
* Update Github repository to match macOS 11.2 CUPS sources (cups-494.1).Michael R Sweet2021-04-051-3/+3
|
* Update version to 2.3.3 for:v2.3.3steve algernon2020-04-271-2/+2
| | | | | | | CVE-2020-3898 - cups/ppd.c, ppdc/ppdc-source.cxx CVE-2019-8842 - cups/ipp.c: ippReadIO And build issues due to warnings.
* Bump version.Michael R Sweet2019-12-181-2/+2
|
* Add authentication support to ippeveprinter (Issue #5665)Michael R Sweet2019-12-021-0/+4
|
* Add missing file.Michael R Sweet2019-10-021-0/+110
|
* Fix handling of printer resource files (Issue #5652)Michael R Sweet2019-10-021-1/+177
|
* Revert GNU TLS FIPS-140 changes.Michael R Sweet2019-09-031-7/+0
|
* Fix spelling of "accordion".Michael R Sweet2019-08-271-2/+2
| | | | Bump version.
* GNU TLS FIPS140 support (Issue #5601, Issue #5622)Michael R Sweet2019-08-011-0/+7
|
* Fix another clang warning.Michael R Sweet2019-05-081-6/+6
| | | | Update Xcode project for new location of tools.
* Update installation directories for Xcode project.Michael R Sweet2019-04-241-0/+6
|
* Clean up Clang analyzer warnings.Michael R Sweet2019-04-201-31/+257
| | | | Update Xcode project file for ippeveprinter and friends.
* Clean up some build issues on certain platforms.Michael R Sweet2019-03-211-15/+15
|
* Eliminate use of private macOS security headers/APIs (Issue #5516)Michael R Sweet2019-02-142-221/+1
| | | | | | | | Eliminate use of deprecated cssmErrorString function. Switch to using SecCertificateCreateWithData. Clean out unused private header availability checks.
* Fix compiler warnings.Michael R Sweet2019-02-141-0/+1
|
* Fix some build issues with the "core" component selection (rdar://47394086)Michael R Sweet2019-01-231-25/+0
| | | | | | | | | | - Availability macros were incorrect. - Some driver headers/definitions were installed even when the core library does not contain them. - Fix up the macOS/iOS detection of keychain/API availability - just need to use the TARGET_OS_xxx macros instead. - When installing private headers, install config.h so that the private headers actually work.
* Fix iOS libcups builds (rdar://47386169)Michael R Sweet2019-01-181-2/+0
|
* Add libcups component name, localization bundle support for iOS.Michael R Sweet2018-10-291-3/+5
|
* Move debug printfs to internal usage only.Michael R Sweet2018-10-181-14/+24
| | | | Also, old MD5 code is internal-only.
* Update Xcode project, clean up includes for _cupsRasterInterpretPPD.Michael R Sweet2018-10-101-224/+87
|
* Move raster functions into libcups, with stubs that call back to libcups in ↵Michael R Sweet2018-10-101-0/+16
| | | | libcupsimage.
* Code signing changes.Michael R Sweet2018-09-181-0/+2
|
* Move away from using __attribute__ directly (Issue #5349)Michael R Sweet2018-07-091-2/+0
|
* Use cupsGetNamedDest for legacy printing APIs (Issue #5288)Michael R Sweet2018-04-091-1/+5
|
* Update copyrights and license text on files that were missed.Michael R Sweet2018-02-201-8/+6
|
* Add (ASCII) IPP data file parser to libcups, to be used by ippserver andMichael R Sweet2018-01-221-6/+18
| | | | ipptool.
* Update Xcode project.Michael R Sweet2018-01-181-6/+142
|
* Update Xcode settings (yet again...)Michael R Sweet2018-01-101-1/+201
|
* The `cupsGetDests` and `cupsEnumDests` functions no longer filter out localMichael Sweet2018-01-091-1/+5
| | | | print services like IPP USB devices (Issue #5206)
* Add support for finishings-col (Issue #5180)Michael Sweet2017-11-281-1/+1
| | | | | | | | - cups/ppd-cache.c: Look for cupsFinishingTemplate option, finishings-col-database attribute. Add finishings-col with finishing-template. - cups/ppd-private.h: Add array of finishing-template names. - scheduler/printers.c: Add finishings-col-database.
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-071-5/+1
|
* Add support for DNSSDHostName configuration directive (Issue #5071)Michael R Sweet2017-11-031-4/+0
|
* Add support for "printer-id" attribute (Issue #4868)Michael R Sweet2017-11-011-1/+1
|
* Drop hard-coded CGI scripting language support (Issue #5124)Michael R Sweet2017-11-011-16/+0
|
* Start CUPS 2.3.x development.Michael R Sweet2017-11-011-2/+2
|
* Changelog and bump CUPS version.Michael Sweet2017-10-191-2/+2
|
* Add USB quirk for HP LaserJet 1160 (Issue #1160)Michael Sweet2017-09-251-1/+1
|
* Bump Xcode CUPS version.Michael Sweet2017-09-211-2/+2
|
* Update the cups-files.conf and cupsd.conf file documentation for missingMichael Sweet2017-08-281-16/+6
| | | | directives (Issue #5084)
* Add some more debug printfs to figure out Issue #5046...Michael R Sweet2017-07-071-6/+2
|
* Save work on documentation.Michael Sweet2017-06-121-1/+1
|
* Update Xcode project with latest recommendations.Michael Sweet2017-06-071-1/+9
|
* Documentation updates.Michael Sweet2017-05-311-2/+2
|
* Rename README, INSTALL, CHANGES, and CREDITS files to .md (markdown).Michael R Sweet2017-05-011-8/+8
|
* Fix regression in job file preservation (Issue #4987)Michael R Sweet2017-04-181-2/+2
|
* Bump version to 2.2.3.Michael R Sweet2017-01-261-2/+2
| | | | Update changelog.
* More tweaks.Michael R Sweet2017-01-171-1/+1
|
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-161-1/+1
| | | | Bump copyright to 2017 in web interface and README files.