summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix PAM module detection and add support for the "common-*" includes used onMichael Sweet2017-12-07
| | | | | | | | | | 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.
* Update the network printer help document (Issue #5177)Michael Sweet2017-12-07
|
* Add information on printer options, sharing, and debug logging.Michael Sweet2017-12-06
| | | | | | Add admin.html to installed help files. Fix CSS bug.
* Finalize printer and class information in new administration guide.Michael Sweet2017-12-06
| | | | | | | Update lpadmin to copy printer-info, printer-location, and printer-geo-location from the IPP printer when using the "everywhere" driver. Update lpinfo to list the "everywhere" driver.
* Save work on new command-line administration help file.Michael R Sweet2017-12-05
|
* Fix writing of default options (Issue #4717)Michael R Sweet2017-12-05
|
* Merge pull request #5184 from albert-astals-cid-kdab/masterMichael R Sweet2017-12-05
|\ | | | | Fix compilation
| * Fix compilationAlbert Astals Cid2017-12-05
| |
* | Fix builds.Michael R Sweet2017-12-05
|/
* Some more localization fixes and simplifications.Michael Sweet2017-12-01
|
* Last of the media improvements (Issue #5167)Michael Sweet2017-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | cups/dest-localization.c: - Use "other tray" and "other media" for unknown media sources and types. cups/dest-options.c: - media-key is king for size matching. - Synthesize a media-key value using the size name unless we can't get one. cups/language-private.h: - Add _CUPS_MESSAGE_PO constant. cups/pwg-media.c: - Allow PWG names with a trailing "_foo" qualifier (so media-key still works if an application just adds the _cups_size_t.media value as the "media" option. locale/*.{po,pot,strings}: - Update localization strings. locale/cups.footer: - Add common HP and Canon media types. locale/checkpo.c: - Fix \ validation.
* Update documentation.Michael Sweet2017-11-29
|
* Finish up media improvements (Issue #5167)Michael Sweet2017-11-29
| | | | | | | | | | | | cups/cups.h: - Add cupsAddDestMediaOptions API. cups/dest-localization.c: - Fix cupsLocalizeDestMedia API. cups/dest-options.c: - Synthesize a media-key value when one is not provided by the printer (!?!?) - Add cupsAddDestMediaOptions API.
* First part of better media support (Issue #5167)Michael Sweet2017-11-29
| | | | | | | | | | | | | | cups/dest-localization.c: - Fix localization of borderless/non-borderless media. cups/dest-options: - Add support for borderless size names (still needs work) cups/ppd-cache.c: - Fix PageSize support in PPD generator - borderless media and custom page sizes. cups/testppd.c: - Need to request media-col-database for PPD generator.
* Changelog.Michael Sweet2017-11-29
|
* Merge pull request #5181 from LuHee/masterMichael R Sweet2017-11-28
|\ | | | | Respect AccessLog configuration when compiled against journald.
| * Respect AccessLog configuration when compiled against journald.Lutz Heermann2017-11-28
|/
* Add support for finishings-col (Issue #5180)Michael Sweet2017-11-28
| | | | | | | | - cups/ppd-cache.c: Look for cupsFinishingTemplate option, finishings-col-database attribute. Add finishings-col with finishing-template. - cups/ppd-private.h: Add array of finishing-template names. - scheduler/printers.c: Add finishings-col-database.
* Add cupsFinishingTemplate to generated PPDs.Michael Sweet2017-11-27
|
* Ignore PWG raster samples.Michael Sweet2017-11-27
|
* Changelog.Michael Sweet2017-11-27
|
* Merge pull request #5170 from reddevillg/patch-1Michael R Sweet2017-11-27
|\ | | | | consider loop detected to be success
| * consider loop detected to be successreddevillg2017-11-10
| | | | | | if return 0, load_ppds won't continue to search other files in current directory.
* | Report printer-strings-uri from PPD file (Issue #5168)Michael R Sweet2017-11-10
| |
* | Add media-type localizations for printer-specific media types (Issue #5168)Michael R Sweet2017-11-10
| | | | | | | | | | | | | | | | | | | | cups/dest-localization.c: Move .strings file loader to language.c. cups/language-private.h: Add load options for _cupsMessageLoad. cups/language.c: Move .strings file loader to this file. cups/ppd-cache.c: Save printer-strings-uri value and load the strings file for m edia-type cups/ppd-private.h: Bump cache version and add strings_uri. locale/checkpo.c: Use _cupsMessageLoad for .strings files.
* | Remove old GPL stuff.Michael R Sweet2017-11-10
| |
* | Remove old GPL stuff.Michael R Sweet2017-11-10
| |
* | Remove old GPL notices.Michael R Sweet2017-11-10
| |
* | Changelog.Michael R Sweet2017-11-10
| |
* | Fix GPL reference in README (Issue #5172)Michael R Sweet2017-11-10
| |
* | Workaround getgrouplist group data overwrite bug on OpenBSD (Issue #5166)Michael R Sweet2017-11-10
| |
* | Add examples for PageLogFormat for job-impressions-completed and ↵Michael R Sweet2017-11-09
|/ | | | job-media-sheets-completed.
* The scheduler no longer logs pages as they are printed, instead just loggingMichael R Sweet2017-11-08
| | | | | | | | | | | a total of the pages printed at job completion (Issue #4991) - man/cupsd-logs.man: Update page_log information. - scheduler/job.c: Move cupsdLogPage to finalize_job, make update_job only accept a "PAGE: total NNN" message if the count is greater than the total cupsd already has. Also track sheets. - test/run-stp-tests.sh: Fix page log verification for Test3 since we now just have the total lines.
* The scheduler did not write out dirty configuration and state files if thereMichael R Sweet2017-11-08
| | | | | | were open client connections (Issue #5118) (reverted b393bc2)
* Fix "ippfind _SomeName" (Issue #4833)Michael R Sweet2017-11-08
|
* Fix dates and update license help file.Michael R Sweet2017-11-07
|
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-07
|
* Changelog.Michael R Sweet2017-11-06
|
* Merge pull request #5161 from gpunktschmitz/masterMichael R Sweet2017-11-06
|\ | | | | added html tag LABEL to inputs of type CHECKBOX and RADIO
| * added html tag LABEL to inputs of type CHECKBOX and RADIOGuenther Schmitz2017-11-06
| |
* | Support the latest HTTP Digest authentication specification (Issue #4862)Michael R Sweet2017-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also deprecates all httpMD5* functions. - cgi-bin/var.c: Use cupsHashData to compute SID hash. - cups/auth.c: Rewrite WWW-Authenticate parser to support multiple auth schemes and the new RFC 7616 version of HTTP Digest. - cups/cups.h: Add cupsHashString function to get a hex version of a hash. - cups/hash.c: Add MD5 support. - cups/http.c: Track WWW-Authenticate in a long string, concatenate new set values. - cups/http.h: Deprecate httpMD5* and recommend cupsDoAuth and cupsHash*. - cups/http-private.h: Pull MD5 stuff, nonce_count is unsigned, track WWW-Authenticate header as a potentially long string. - cups/http-support.c: Use cupsHashData to compute UUID hash. - cups/md5.c: Comment everything out if we have an OS-supplied MD5 hash function. - cups/md5passwd.c: Use cupsHash* functions. - cups/tls-*.c: Use cupsHash* functions. - cups/versioning.h: Add CUPS_API_2_3 definition. - scheduler/client.c: Update WWW-Authenticate header to include AuthRef, Local, and PeerCred schemes with parameters as needed.
* | Add prototype System Service operations and attribute groups.Michael R Sweet2017-11-06
| |
* | Merge pull request #5162 from chemicalstorm/chemicalstorm-typo-frMichael R Sweet2017-11-06
|\ \ | |/ |/| Fix typo in french translation
| * Fix typo in french translationAudric Schiltknecht2017-11-06
|/
* Add support for MinTLS and MaxTLS options (Issue #5119)Michael R Sweet2017-11-03
| | | | | | | | | | | - cups/http-private.h: Move TLS/SSL version options to separate version constants, make _httpTLSSetOptions take min/max version numbers. - cups/tls-*.c: Update _httpTLSSetOptions and _httpTLSStart to use new min/max version numbers. - cups/tlscheck.c: Update _httpTLSSetOptions call. - cups/usersys.c: Support new SSLOptions values, update _httpTLSSetOptions call. - scheduler/conf.c: Support new SSLOptions values, update _httpTLSSetOptions calls.
* Fix cut/paste error (Issue #5071)Michael R Sweet2017-11-03
|
* Add support for DNSSDHostName configuration directive (Issue #5071)Michael R Sweet2017-11-03
|
* Add support for writing ippserver attributes files from ipptool (Issue #5093)Michael R Sweet2017-11-01
|
* Use the DNS-SD hostname when registering shared printers (Issue #5071)Michael R Sweet2017-11-01
|
* Update the Kerberos help file (Issue #4580)Michael R Sweet2017-11-01
|