summaryrefslogtreecommitdiff
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* Update CGI documentation and add testable examples for CGI support (Issue #5940)Michael R Sweet2021-09-091-0/+1
|
* Update copyrights and license text on files that were missed.Michael R Sweet2018-02-202-16/+10
|
* Fix PAM module detection and add support for the "common-*" includes used onMichael Sweet2017-12-071-0/+3
| | | | | | | | | | Ubuntu (Issue #5185) conf/pam.common: PAM definition that uses system-wide default (common) modules. config-scripts/cups-pam.m4: Add PAM module directory search paths, look for common includes. configure: Regenerate.
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-071-5/+1
|
* Remove unused MIME media types.Michael Sweet2017-06-151-6/+0
|
* Fix typo in mime.types file.Michael R Sweet2017-05-311-2/+2
|
* 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.
* Add "kerberos" policy for Kerberized printing support (standard on macOS for aMichael R Sweet2016-11-151-0/+46
| | | | long time...)
* Handle Apple raster.Michael Sweet2016-11-082-24/+14
|
* Remove all of the Subversion keywords from various source files.Michael R Sweet2016-04-111-15/+8
|
* Add /admin/log section to cupsd.conf so that remote admin also controls remotemsweet2015-10-261-0/+7
| | | | | | | access to the log files (<rdar://problem/23134415>) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12938 a1ca3aef-8c08-0410-bb20-df032aa958be
* The new PDF file type rule did not work (STR #4692)msweet2015-08-261-1/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12847 a1ca3aef-8c08-0410-bb20-df032aa958be
* Bring back PWG white paper support for 3D print queues (just tagging of ↵msweet2015-06-121-1/+8
| | | | | | | | | queues and drivers that are 3D-specific, with 3D queues omitted from 2D print dialogs) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12733 a1ca3aef-8c08-0410-bb20-df032aa958be
* Back out PWG white paper support from mainline CUPS.msweet2015-06-081-8/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12722 a1ca3aef-8c08-0410-bb20-df032aa958be
* Start of 3D printer support (infrastructure only)msweet2015-06-081-1/+8
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12711 a1ca3aef-8c08-0410-bb20-df032aa958be
* Install filename.default versions of cups-files.conf and snmp.confmsweet2015-02-271-2/+2
| | | | | | | (<rdar://problem/19024491>) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12533 a1ca3aef-8c08-0410-bb20-df032aa958be
* The cups-files.conf file contained the old ServerCertificate/Key directivesmsweet2014-12-051-5/+2
| | | | | | | | instead of ServerKeychain. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12289 a1ca3aef-8c08-0410-bb20-df032aa958be
* The scheduler did not honor the FatalErrors directive for mis-configured Groupmsweet2014-10-211-0/+1
| | | | | | | | and SystemGroup values (STR #4495) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12223 a1ca3aef-8c08-0410-bb20-df032aa958be
* Fix PWG Raster auto-typing (STR #4417)msweet2014-05-221-13/+13
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11886 a1ca3aef-8c08-0410-bb20-df032aa958be
* <rdar://problem/16495000> CUPS: Disable gratuitous logging by defaultmsweet2014-04-021-0/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11789 a1ca3aef-8c08-0410-bb20-df032aa958be
* Remove SVN Id keywords from config files.msweet2014-03-033-22/+4
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11658 a1ca3aef-8c08-0410-bb20-df032aa958be
* Fix httpWriteResponse state values after a 0-length response.msweet2013-10-211-1/+1
| | | | | | | | | | | | Fix text/css MIME type rules (so css files don't get mistaken for C source) New web interface templates and stylesheet that works better on mobile browsers like the iPhone. Touch icon for mobile bookmarks. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11349 a1ca3aef-8c08-0410-bb20-df032aa958be
* <rdar://problem/11131245> PDF detection in cups needs to be tightened upmsweet2013-09-101-2/+3
| | | | | | | Add regex() rule support. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11272 a1ca3aef-8c08-0410-bb20-df032aa958be
* Added a SyncOnClose directive to cups-files.conf to force cupsd to call fsyncmsweet2013-07-261-0/+3
| | | | | | | | | before closing any configuration/state files it writes (<rdar://problem/14523043>) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11201 a1ca3aef-8c08-0410-bb20-df032aa958be
* Fix up svn:keywords for all files.msweet2013-06-072-4/+4
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11025 a1ca3aef-8c08-0410-bb20-df032aa958be
* Update svn:keyword properties.msweet2013-05-291-2/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10996 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.7svn-r10791.msweet2013-01-101-2/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@4120 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.7svn-r10755.msweet2012-12-122-2/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@4074 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.7svn-r10710.msweet2012-11-263-5/+99
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@4040 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.7svn-r10578.msweet2012-08-291-2/+0
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3891 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.6svn-r9939.msweet2011-08-311-38/+0
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3392 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.5.1-r9875.msweet2011-08-091-1/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3363 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.5b1-r9774.msweet2011-05-121-2/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3247 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.5svn-r9763.msweet2011-05-111-42/+37
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3242 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.5svn-r9675.msweet2011-04-112-4/+8
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3122 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.5svn-r9407.msweet2010-12-141-2/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@2910 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.5svn-r9400msweet2010-12-031-0/+3
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@2890 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.5svn-r9352.msweet2010-11-061-4/+16
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@2848 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.5svn-r9198.msweet2010-07-081-1/+5
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@2309 a1ca3aef-8c08-0410-bb20-df032aa958be
* Import changes from CUPS 1.5svn-r9085.msweet2010-04-071-4/+4
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@2046 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.5svn-r9049 (private header support)msweet2010-03-241-1/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1992 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.5svn-r9000.msweet2010-02-252-11/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1912 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.5svn-r8916.msweet2009-12-091-0/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1766 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.5svn-r8829.msweet2009-09-244-8/+4
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1695 a1ca3aef-8c08-0410-bb20-df032aa958be
* Import changes from CUPS 1.4.1 (r8801)msweet2009-08-291-2/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1649 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.4svn-r8679.msweet2009-05-221-2/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1531 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.4svn-r8659msweet2009-05-181-5/+7
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1516 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.4svn-r8540.msweet2009-04-221-6/+3
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1432 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.4svn-r8394.msweet2009-02-251-4/+4
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1253 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.4svn-r8346.msweet2009-02-111-1/+0
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1212 a1ca3aef-8c08-0410-bb20-df032aa958be