aboutsummaryrefslogtreecommitdiff
path: root/scheduler/conf.c
AgeCommit message (Expand)Author
2021-04-07Remove unused KeepAliveTimeout directive (Issue #5733)Michael R Sweet
2019-05-02Bump the default Timeout to 15 minutes as well (Issue #5570)Michael R Sweet
2019-05-01Increase the MultipleOperationTimeOut default to 15 minutes, log an error ifMichael R Sweet
2018-12-05Fix test suite failure caused by log rotation due to sandboxing warning message.Michael R Sweet
2018-06-05Fix local privilege escalation to root and sandbox bypasses in schedulerMichael R Sweet
2018-04-17Fix policy limits using All (Issue #5296)Michael R Sweet
2017-11-07License change: Apache License, Version 2.0.Michael R Sweet
2017-11-03Add support for MinTLS and MaxTLS options (Issue #5119)Michael R Sweet
2017-11-03Fix cut/paste error (Issue #5071)Michael R Sweet
2017-11-03Add support for DNSSDHostName configuration directive (Issue #5071)Michael R Sweet
2017-07-31Fix the default ServerAlias value (Issue #5072)Michael Sweet
2017-07-24Fix the `ServerTokens None` option (Issue #5065)Michael Sweet
2017-07-19The scheduler's `-t` option did not force all errors to the standard errorMichael Sweet
2017-06-26The `SSLOptions` directive in "client.conf" and "cupsd.conf" now supports `De...Michael R Sweet
2017-03-09Allow "Negotiate" as an AuthType/DefaultAuthType, even on systems that don'tMichael Sweet
2017-01-16Fix source file header text duplication text duplication.Michael R Sweet
2017-01-04Add support for "internal" keychain name (uses CUPS keychain instead of user/Michael R Sweet
2016-11-07Don't create log files on startup (<rdar://problem/28332470>)Michael Sweet
2016-10-20Drop remainder of ASL logging code since it is deprecated in macOS Sierra.Michael R Sweet
2016-09-19Add CreateSelfSignedCerts directive for cups-files.conf (Issue #4876)Michael Sweet
2016-06-21Do some cleanup for the on-demand support - remove old launchd support (noMichael Sweet
2016-05-27Factor out generic 'HAVE_ONDEMAND' macro flagBrian Norris
2016-04-11Remove all of the Subversion keywords from various source files.Michael R Sweet
2015-07-31<Limit All> in <Policy> sections now applies to all operations when used bymsweet
2015-06-03Add support for logging to stderr (STR #4505)msweet
2015-05-06The scheduler now validates ErrorPolicy values in config files (STR #4591)msweet
2015-05-05Fix weak-link check.msweet
2015-02-27Fixed logging of configuration errors to show up as errors (STR #4582)msweet
2015-01-30The scheduler did not always log which configuration file had the errormsweet
2015-01-29Update copyrights...msweet
2015-01-29Drop support for "Sandboxing off" when running as root on OS X.msweet
2014-12-09Additional fix for STR #4531.msweet
2014-10-21The scheduler did not honor the FatalErrors directive for mis-configured Groupmsweet
2014-10-20Implement SSLOptions in cupsd.conf and client.conf to allow admins to enablemsweet
2014-09-30Fix build issues when we don't have systemd or launchd.msweet
2014-09-03The scheduler did not preserve listener sockets from launchd or systemd after amsweet
2014-08-29Make sure CachDir is only readable by root and lp.msweet
2014-06-16Fix MaxJobTime time value bug (STR #4434)msweet
2014-06-11Update more man pages.msweet
2014-04-02<rdar://problem/16495000> CUPS: Disable gratuitous logging by defaultmsweet
2014-03-28Drop lppasswd and (server-side) Digest authentication (STR #4321)msweet
2014-03-21Add systemd support to cupsd (STR #3282)msweet
2014-02-13<rdar://problem/16041820> Initial edit of a new document on Syrah hangs, appa...msweet
2014-02-11<rdar://problem/15939788> Improve CUPS sandboxingmsweet
2014-02-06Full sweep of all Clang warnings, plus some bug fixes for incorrect memcpy us...msweet
2014-01-15Add more debug stuff.msweet
2013-12-22Shared printers could become inaccessible after a few days on OS X (<rdar://p...msweet
2013-12-11Drop support for ServerCertificate and ServerKey directives; now we just supportmsweet
2013-11-08Save work.msweet
2013-11-08Drop OpenSSL support.msweet