summaryrefslogtreecommitdiff
path: root/cups/ppd-mark.c
Commit message (Collapse)AuthorAgeFilesLines
* Import all of the bug fixes from the OpenPrinting CUPS repository.Michael R Sweet2021-04-051-1/+1
| | | | | | Import the improvements to ippeveprinter from OpenPrinting/ippsample. Import the improvements to ippfind and ipptool from OpenPrinting/ippsample.
* Fix some PPD parser issues discovered via fuzzing (Issue #5623, Issue #5624)Michael R Sweet2019-08-011-0/+6
|
* Fix potential unaligned accesses in the string pool (Issue #5474)Michael R Sweet2019-01-211-6/+6
| | | | | | This set of changes makes the PPD functions use strdup and free - they were modifying the contents of the string in places and doing other things that were not safe for (immutable) strings in the pool.
* Move debug printfs to internal usage only.Michael R Sweet2018-10-181-0/+1
| | | | Also, old MD5 code is internal-only.
* Remove old GPL notices.Michael R Sweet2017-11-101-1/+2
|
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-071-7/+1
|
* Fix the interactions between the "print-quality" and "cupsPrintQuality"Michael Sweet2017-08-291-1/+15
| | | | | | | options (Issue #5090) - Make sure print-quality-default does not override cupsPrintQuality - Make sure print-quality overrides cupsPrintQuality
* 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.
* Fix some typos (MacmacOS, etc.) that slipped in due to inconsistent usage.Michael Sweet2016-06-211-2/+2
|
* Update all references to OS X to macOS.Michael R Sweet2016-06-201-4/+4
|
* Remove all of the Subversion keywords from various source files.Michael R Sweet2016-04-111-7/+0
|
* Do some code reorganization so that all of the PPD code is separate from the ↵msweet2015-12-091-0/+1089
rest. Note: cupsGetPPD* and friends are now in cups/ppd.h now - should not be an issue but was necessary to leave a clean break for future code. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13007 a1ca3aef-8c08-0410-bb20-df032aa958be