summaryrefslogtreecommitdiff
path: root/scheduler/conf.c
Commit message (Expand)AuthorAgeFilesLines
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-071-5/+1
* Add support for MinTLS and MaxTLS options (Issue #5119)Michael R Sweet2017-11-031-9/+27
* Fix cut/paste error (Issue #5071)Michael R Sweet2017-11-031-1/+1
* Add support for DNSSDHostName configuration directive (Issue #5071)Michael R Sweet2017-11-031-0/+4
* Fix the default ServerAlias value (Issue #5072)Michael Sweet2017-07-311-0/+1
* Fix the `ServerTokens None` option (Issue #5065)Michael Sweet2017-07-241-1/+1
* The scheduler's `-t` option did not force all errors to the standard errorMichael Sweet2017-07-191-7/+12
* The `SSLOptions` directive in "client.conf" and "cupsd.conf" now supports `De...Michael R Sweet2017-06-261-1/+7
* Allow "Negotiate" as an AuthType/DefaultAuthType, even on systems that don'tMichael Sweet2017-03-091-5/+1
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-161-1/+1
* Add support for "internal" keychain name (uses CUPS keychain instead of user/Michael R Sweet2017-01-041-3/+5
* Don't create log files on startup (<rdar://problem/28332470>)Michael Sweet2016-11-071-13/+0
* Drop remainder of ASL logging code since it is deprecated in macOS Sierra.Michael R Sweet2016-10-201-85/+16
* Add CreateSelfSignedCerts directive for cups-files.conf (Issue #4876)Michael Sweet2016-09-191-1/+7
* Do some cleanup for the on-demand support - remove old launchd support (noMichael Sweet2016-06-211-4/+4
* Factor out generic 'HAVE_ONDEMAND' macro flagBrian Norris2016-05-271-6/+6
* Remove all of the Subversion keywords from various source files.Michael R Sweet2016-04-111-7/+0
* <Limit All> in <Policy> sections now applies to all operations when used bymsweet2015-07-311-100/+77
* Add support for logging to stderr (STR #4505)msweet2015-06-031-16/+130
* The scheduler now validates ErrorPolicy values in config files (STR #4591)msweet2015-05-061-0/+13
* Fix weak-link check.msweet2015-05-051-1/+1
* Fixed logging of configuration errors to show up as errors (STR #4582)msweet2015-02-271-1/+1
* The scheduler did not always log which configuration file had the errormsweet2015-01-301-66/+66
* Update copyrights...msweet2015-01-291-1/+1
* Drop support for "Sandboxing off" when running as root on OS X.msweet2015-01-291-1/+1
* Additional fix for STR #4531.msweet2014-12-091-0/+2
* The scheduler did not honor the FatalErrors directive for mis-configured Groupmsweet2014-10-211-1/+4
* Implement SSLOptions in cupsd.conf and client.conf to allow admins to enablemsweet2014-10-201-0/+45
* Fix build issues when we don't have systemd or launchd.msweet2014-09-301-0/+2
* The scheduler did not preserve listener sockets from launchd or systemd after amsweet2014-09-031-3/+7
* Make sure CachDir is only readable by root and lp.msweet2014-08-291-1/+1
* Fix MaxJobTime time value bug (STR #4434)msweet2014-06-161-1/+1
* Update more man pages.msweet2014-06-111-0/+1
* <rdar://problem/16495000> CUPS: Disable gratuitous logging by defaultmsweet2014-04-021-0/+2
* Drop lppasswd and (server-side) Digest authentication (STR #4321)msweet2014-03-281-18/+0
* Add systemd support to cupsd (STR #3282)msweet2014-03-211-4/+7
* <rdar://problem/16041820> Initial edit of a new document on Syrah hangs, appa...msweet2014-02-131-1/+1
* <rdar://problem/15939788> Improve CUPS sandboxingmsweet2014-02-111-1/+26
* Full sweep of all Clang warnings, plus some bug fixes for incorrect memcpy us...msweet2014-02-061-9/+45
* Add more debug stuff.msweet2014-01-151-0/+1
* Shared printers could become inaccessible after a few days on OS X (<rdar://p...msweet2013-12-221-0/+2
* Drop support for ServerCertificate and ServerKey directives; now we just supportmsweet2013-12-111-26/+13
* Save work.msweet2013-11-081-24/+11
* Drop OpenSSL support.msweet2013-11-081-4/+4
* <rdar://problem/15386424> cups.org: gunzip bug prevents use of some gzip'd PP...msweet2013-11-041-34/+14
* Save work; public accessors for more stuff, continue transition away from pri...msweet2013-10-041-1/+1
* Added a SyncOnClose directive to cups-files.conf to force cupsd to call fsyncmsweet2013-07-261-1/+3
* Update svn:keyword properties.msweet2013-05-291-2/+2
* Merge changes from CUPS 1.7b1-r10947.msweet2013-04-091-3/+3
* Sync up with CUPS 1.7svn-r10893msweet2013-03-111-6/+65