summaryrefslogtreecommitdiff
path: root/cups
Commit message (Expand)AuthorAgeFilesLines
* Last bits of IPP Everywhere PPD support - web interface and cups-driverdmsweet2015-02-121-2/+85
* lpadmin changes to support "-m everywhere" (STR #4258)msweet2015-02-112-0/+4
* First part of IPP Everywhere PPD support - a private API that generates a PPDmsweet2015-02-113-1/+551
* Add support for SDKROOT on OS X.msweet2015-02-061-1/+7
* Fix several issues with client.conf, CUPS_SERVER, and the "-h" option of mostmsweet2015-02-035-278/+368
* Copyright.msweet2015-02-011-1/+1
* The ipptool timeout option did not work (STR #4515)msweet2015-02-011-0/+16
* cupsGetPPD* sent bad requests (STR #4567)msweet2015-01-291-2/+2
* Move _cupsConvertOptions to ppd-cache since it depends on PPDs.msweet2015-01-294-317/+317
* Move CUPS->IPP mapping code to libcups.msweet2015-01-282-2/+318
* Mapping of PPD keywords to IPP keywords did not work if the PPD keyword wasmsweet2015-01-281-1/+20
* Update availability macros for Yoemite.msweet2015-01-222-5/+4
* Fix compiler warnings.msweet2015-01-191-3/+3
* Adjust GNU TLS cipher suite priority strings per feedback from Timmsweet2015-01-141-7/+7
* Use PPD deprecation annotation for cupsGetPPD functions.msweet2015-01-121-5/+12
* Silence yet another bogus compiler warning.msweet2014-12-091-1/+1
* Relax the conversion of characters for OpenBSD.msweet2014-12-091-4/+12
* Eliminate another bogus compiler warning...msweet2014-12-091-6/+6
* Fixed builds when no SSL/TLS library is available, or when explicitly disabledmsweet2014-12-091-0/+4
* Address another bogus GCC warning.msweet2014-12-091-1/+1
* Workaround stupid GCC bug.msweet2014-12-081-0/+1
* ippLength() did not return the correct length for IPP_TAG_CONST string values.msweet2014-12-031-1/+1
* Fix up PPD unit test.msweet2014-11-241-0/+10
* CUPS did not work with older versions of GNU TLS (STR #4527)msweet2014-11-201-1/+17
* Update test PPD to include OutputBin to validate PPD to IPP mapping.msweet2014-11-191-3/+12
* Command-line programs were not localized on Mac OS X (<rdar://problem/14546232>)msweet2014-11-191-4/+32
* <rdar://problem/15146999> 13A598: spin in AddPrinter while adding printer fro...msweet2014-11-191-1/+7
* Whoops, RC4 and SSL3 need separate bit values.msweet2014-11-121-1/+1
* OpenBSD build fixes.msweet2014-10-251-0/+1
* The IPP backend did not work with some configurations of Windows (STR #4503)msweet2014-10-212-2/+15
* The web interface now protects against frame "click-jacking" attacks (STR #4492)msweet2014-10-201-0/+11
* cupsGetPPD* would return a symlink to the PPD in /etc/cups/ppd even if it wasmsweet2014-10-201-2/+2
* Remove a debug printf.msweet2014-10-201-2/+0
* Fix builds with VC++ 2008msweet2014-10-201-4/+22
* Implement SSLOptions in cupsd.conf and client.conf to allow admins to enablemsweet2014-10-205-27/+257
* Protect against NULL collection values (<rdar://problem/17903871>)msweet2014-10-021-0/+8
* Trunk is now 2.1.msweet2014-10-011-3/+3
* Fix some code comments in tls-xxx.c.msweet2014-09-233-1/+4
* Changes to make ippserver compile on Windows.msweet2014-08-291-1/+1
* Eliminate compiler warning.msweet2014-08-281-1/+1
* Add a (non-shipping) man page for ippserver.msweet2014-08-281-0/+7
* Don't need to include <gcrypt.h>...msweet2014-08-281-1/+0
* Eliminate the rest of the warnings when the other dependencies are added in.msweet2014-08-283-3/+5
* Fix Linux builds without normal prerequisite libraries installed.msweet2014-08-288-5/+68
* Update sandboxing documentation to indicate which directories are allowed formsweet2014-08-201-1/+1
* Update dependencies.msweet2014-08-191-4/+9
* More IPP Everywhere fixes; almost there!msweet2014-08-191-1/+8
* Update "since CUPS 2.0" into to mention OS X 10.10.msweet2014-08-1911-46/+46
* Fix documentation typo.msweet2014-08-191-1/+1
* Add section on OS X sandboxing (STR #4464)msweet2014-08-061-2/+24