summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for DNSSDHostName configuration directive (Issue #5071)Michael R Sweet2017-11-031-1/+12
|
* Add support for writing ippserver attributes files from ipptool (Issue #5093)Michael R Sweet2017-11-011-1/+8
|
* Update lpadmin documentation and show a meaningful error message for ↵Michael R Sweet2017-11-011-4/+9
| | | | interface scripts (Issue #5111)
* Fix cipher suite selection with GNU TLS (Issue #5145)Michael Sweet2017-10-192-6/+10
| | | | | | | | | | | | | | Also make sure that client.conf SSLOptions do not override cupsd.conf SSLOptions, and document the (hopefully obvious) fact that Allow* is less secure and Deny* is more secure. - cups/http-private.h: Add "_HTTP_TLS_SET_DEFAULT" flag for options set from client.conf. - cups/tls-*.c: Use new flag. - cups/tls-gnutls.c: Fix CBC cipher suite exclusion logic, and always disable anonymous DH. - cups/usersys.c: Pass new flag when calling _httpTLSSetOptions. - man/*: Update documentation.
* Re-document that file devices do not work with raw queues, and move FileDeviceMichael Sweet2017-09-211-8/+11
| | | | to the list of deprecated configuration directives (Issue #5117)
* Update the cups-files.conf and cupsd.conf file documentation for missingMichael Sweet2017-08-282-44/+89
| | | | directives (Issue #5084)
* Add header validation option to ipptool.Michael Sweet2017-08-041-1/+6
| | | | Update HTML versions of man pages.
* Fix more issues with libtool support (Issue #5050)Michael R Sweet2017-07-171-1/+1
|
* Update libtool support to include --mode=foo stuff - surprise, libtool ↵Michael R Sweet2017-07-171-2/+2
| | | | | | changed in incompatible ways again... (Issue #5050)
* The `SSLOptions` directive in "client.conf" and "cupsd.conf" now supports ↵Michael R Sweet2017-06-262-5/+9
| | | | | | `DenyCBC` and `DenyTLS1.0` options (Issue #5037)
* Sync up with changes from IPP sample code project.Michael Sweet2017-06-151-5/+8
|
* Update DELAY directive to support the repeat interval, which now defaults to aMichael Sweet2017-06-132-19/+47
| | | | constant of 5 seconds.
* Add support for "-e" option in lpstat (Issue #5005)Michael Sweet2017-05-261-3/+8
|
* Add support for cross-compilation (Issue #4897)Michael Sweet2017-04-241-2/+9
|
* Fix mantohtml compiler warning (Issue #4982)Michael R Sweet2017-03-141-2/+5
|
* Update copyrights on man pages.Michael R Sweet2017-01-1646-47/+47
|
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-162-2/+2
| | | | Bump copyright to 2017 in web interface and README files.
* Fix xinetd reference.Michael R Sweet2016-10-011-1/+3
|
* Fix outside bracket for the last program in the cups-lpd.man manpage listDidier Raboud2016-09-251-3/+1
| | | | Report-By: Helge Kreutzmann <debian@helgefjell.de>
* Fix punctuation inconsistency in cupsd.conf.manDidier Raboud2016-09-251-1/+1
| | | | Report-By: Helge Kreutzmann <debian@helgefjell.de>
* Fix internal manpage references in cupsd.conf.manDidier Raboud2016-09-251-2/+2
| | | | Report-By: Helge Kreutzmann <debian@helgefjell.de>
* Fix 'it not'/'is not' typo in client.conf.man manpageDidier Raboud2016-09-251-1/+1
| | | | Report-By: Helge Kreutzmann <debian@helgefjell.de>
* Fix design/designed typo in backend.man manpageDidier Raboud2016-09-251-1/+1
| | | | Report-By: Helge Kreutzmann <debian@helgefjell.de>
* Fix function typesetting inconsistency in backend.man manpageDidier Raboud2016-09-251-1/+1
| | | | Report-By: Helge Kreutzmann <debian@helgefjell.de>
* Add CreateSelfSignedCerts directive for cups-files.conf (Issue #4876)Michael Sweet2016-09-191-1/+8
|
* Reword the IdleExitTimeout description...Michael Sweet2016-06-211-4/+4
|
* Merge pull request #4841 from computersforpeace/docMichael R Sweet2016-06-211-0/+8
|\ | | | | Document cupsd.conf's IdleExitTimeout
| * Document cupsd.conf's IdleExitTimeoutBrian Norris2016-06-151-0/+8
| |
* | Update all references to OS X to macOS.Michael R Sweet2016-06-207-18/+18
|/
* Fix typo in cupsctl man page (PR #4829)Michael Sweet2016-05-301-7/+7
|
* Update copyrights on all man pages.Michael Sweet2016-05-2640-42/+42
|
* Merge pull request #4822 from zdohnal/lpinfo-usernameMichael R Sweet2016-05-261-9/+0
|\ | | | | Update lpinfo.man - removed -U username
| * Update lpinfo.man - removed -U usernamezdohnal2016-05-091-9/+0
| |
* | Implement TrustOnFirstUse option and CRLs (GNU TLS) to allow for printing onlyMichael Sweet2016-05-181-6/+25
|/ | | | | | | | | to trusted printers/servers (<rdar://problem/25711658>) This change also makes the default value of AllowExpiredCerts NO instead of YES. Finally, add support for loading most client.conf options (NOT ServerName or User) from /Library/Printers/org.cups.PrintingPrefs.plist on OS X.
* Add common options to lp/lpr man pages (Issue #4794)Michael Sweet2016-05-022-13/+134
|
* Add remaining binaries that are built by the makefiles.Michael Sweet2016-04-151-4/+4
| | | | Fix compiler warning.
* Remove all of the Subversion keywords from various source files.Michael R Sweet2016-04-1147-240/+0
|
* Documentation changes (Issue #4781)Michael R Sweet2016-03-292-16/+8
|
* Fix anonymous ESR markup bug.msweet2016-03-051-3/+3
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13116 a1ca3aef-8c08-0410-bb20-df032aa958be
* Fix hang bug when alternating text contains a quote.msweet2016-03-021-1/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13115 a1ca3aef-8c08-0410-bb20-df032aa958be
* Update documentation for cupsd - "-s" option was not mentioned (STR #4772)msweet2016-02-121-9/+16
| | | | | | | Also update usage (-h) output. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13086 a1ca3aef-8c08-0410-bb20-df032aa958be
* Interface scripts are no longer supported for security reasonsmsweet2015-10-192-15/+9
| | | | | | | (<rdar://problem/23135640>) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12904 a1ca3aef-8c08-0410-bb20-df032aa958be
* Update copyrights in man pages.msweet2015-08-2839-41/+41
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12854 a1ca3aef-8c08-0410-bb20-df032aa958be
* Documentation updates (STR #4691, STR #4693)msweet2015-08-263-10/+10
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12848 a1ca3aef-8c08-0410-bb20-df032aa958be
* cupsd-logs man page should be in section 5 (STR #4674)msweet2015-07-301-2/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12814 a1ca3aef-8c08-0410-bb20-df032aa958be
* Documentation changes (STR #4651)msweet2015-06-301-4/+5
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12767 a1ca3aef-8c08-0410-bb20-df032aa958be
* Update documentation.msweet2015-06-081-1/+10
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12699 a1ca3aef-8c08-0410-bb20-df032aa958be
* Add SSLOptions to enable Diffie-Hellman key exchange and disable TLS/1.0.msweet2015-05-201-5/+7
| | | | | | | | | | | | | | DH/DHE support is being made optional because of known security issues with short DH parameters. Since there is no way to conditionally use DH/DHE with a minimum number of bits, we just have to disable it by default. TLS/1.0 support can now be disabled due to known security issues with TLS/1.0. However, since TLS/1.1 and TLS/1.2 support is not universally available, we cannot simply disable TLS/1.0 like we did for SSL/3.0. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12645 a1ca3aef-8c08-0410-bb20-df032aa958be
* lpadmin changes to support "-m everywhere" (STR #4258)msweet2015-02-111-3/+11
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12513 a1ca3aef-8c08-0410-bb20-df032aa958be
* Add new WITH-VALUE-FROM predicate to validate -default attributes against theirmsweet2015-02-051-1/+5
| | | | | | | -supported counterparts. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12487 a1ca3aef-8c08-0410-bb20-df032aa958be