]>
git.ipfire.org Git - thirdparty/cups.git/log
Michael Sweet [Mon, 23 Oct 2017 21:48:40 +0000 (17:48 -0400)]
Update fanfold sizes.
Michael Sweet [Mon, 23 Oct 2017 21:29:15 +0000 (17:29 -0400)]
Update message catalogs.
Michael Sweet [Mon, 23 Oct 2017 20:23:43 +0000 (16:23 -0400)]
DBUS notifications could crash the scheduler (Issue #5143)
- scheduler/ipp.c: Make sure requesting-user-name string is valid UTF-8.
Michael R Sweet [Mon, 23 Oct 2017 20:07:45 +0000 (16:07 -0400)]
Merge pull request #5150 from hardfalcon/master
Fix AllowRC4 and AllowSSL3 on GnuTLS platforms
Pascal Ernster [Sun, 22 Oct 2017 21:33:07 +0000 (23:33 +0200)]
Fix indention
Pascal Ernster [Sun, 22 Oct 2017 20:34:42 +0000 (22:34 +0200)]
Fix AllowRC4 and AllowSSL3 on GnuTLS platforms
Pascal Ernster [Sun, 22 Oct 2017 20:13:10 +0000 (22:13 +0200)]
Merge branch 'master' of https://github.com/apple/cups
Pascal Ernster [Sun, 22 Oct 2017 20:12:51 +0000 (22:12 +0200)]
Revert "Clean up implementation for SSLOptions"
This reverts commit
c61b78bd84020d34e360e65e44156c0b53e4b3e0 .
Pascal Ernster [Sun, 22 Oct 2017 20:12:18 +0000 (22:12 +0200)]
Revert "Changed AllowDH to no-op on gnutls platforms, explicitly disabled ANON-DH and ANON-ECDH ciphersuites on gnutls"
This reverts commit
46a7b416ee5f64ff3d4b98ef333e5d74b9f0c29f .
Michael Sweet [Fri, 20 Oct 2017 02:44:12 +0000 (22:44 -0400)]
Fix cipher suite selection with GNU TLS (Issue #5145)
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.
Pascal Ernster [Fri, 20 Oct 2017 01:23:01 +0000 (03:23 +0200)]
Changed AllowDH to no-op on gnutls platforms, explicitly disabled ANON-DH and ANON-ECDH ciphersuites on gnutls
Pascal Ernster [Thu, 19 Oct 2017 22:37:43 +0000 (00:37 +0200)]
Clean up implementation for SSLOptions
Michael R Sweet [Thu, 19 Oct 2017 14:52:59 +0000 (10:52 -0400)]
Merge pull request #5146 from DavieV/fix-ifs
Remove unnecessary nesting in if statements.
Michael Sweet [Thu, 19 Oct 2017 14:52:15 +0000 (10:52 -0400)]
Update configure script.
Michael Sweet [Thu, 19 Oct 2017 14:52:01 +0000 (10:52 -0400)]
Changelog and bump CUPS version.
Michael R Sweet [Thu, 19 Oct 2017 14:49:48 +0000 (10:49 -0400)]
Merge pull request #5148 from zdohnal/quirks
add usb quirks for canon mp540 and Samsung ML-2160 Series
Zdenek Dohnal [Tue, 17 Oct 2017 16:28:39 +0000 (18:28 +0200)]
add usb quirks for canon mp540 and Samsung ML-2160 Series
DavieV [Mon, 16 Oct 2017 21:24:13 +0000 (14:24 -0700)]
Remove unnecessary nesting in if statements.
Michael R Sweet [Fri, 13 Oct 2017 18:22:26 +0000 (14:22 -0400)]
Packaging changes for newer localizations.
Michael Sweet [Fri, 13 Oct 2017 00:37:36 +0000 (20:37 -0400)]
More updates to the README file.
Michael Sweet [Fri, 13 Oct 2017 00:15:58 +0000 (20:15 -0400)]
Prep for 2.2.5 release.
Michael R Sweet [Thu, 12 Oct 2017 23:39:22 +0000 (19:39 -0400)]
Merge pull request #5139 from kant/patch-1
Clean up README markup(down).
Darío Hereñú [Thu, 12 Oct 2017 19:53:46 +0000 (16:53 -0300)]
Minor fixes (proposals)
Michael Sweet [Thu, 12 Oct 2017 18:46:02 +0000 (14:46 -0400)]
Ignore new test programs.
Michael Sweet [Thu, 12 Oct 2017 18:27:18 +0000 (14:27 -0400)]
Fix "make check" for restricted environments (Issue #5099)
Michael Sweet [Thu, 12 Oct 2017 14:43:35 +0000 (10:43 -0400)]
Fixed the script interpreter detection in the configure script (Issue #5122)
Michael Sweet [Thu, 12 Oct 2017 14:26:09 +0000 (10:26 -0400)]
Changlog + remove generated web interface header template (Issue #5134)
Michael R Sweet [Thu, 12 Oct 2017 14:23:44 +0000 (10:23 -0400)]
Merge pull request #5134 from LAfricain/master
Creation of template/fr and French translation of all the template files
Michael Sweet [Thu, 12 Oct 2017 12:31:03 +0000 (08:31 -0400)]
One further fix for cupsGetDests2 - don't show network printers when the server
is remote.
Michael Sweet [Wed, 11 Oct 2017 17:27:36 +0000 (13:27 -0400)]
`cupsGetDests2` was not using the supplied HTTP connection (Issue #5135)
- Make a local cups_enum_dests function that accepts a http_t *.
- Have both cupsEnumDests and cupsGetDests2 call cups_enum_dests.
Michael Sweet [Wed, 11 Oct 2017 17:23:27 +0000 (13:23 -0400)]
Fix crash in debug printf.
Michael Sweet [Thu, 5 Oct 2017 19:04:19 +0000 (15:04 -0400)]
The network backends now retry on more error conditions (Issue #5123)
Lafricain [Thu, 5 Oct 2017 12:00:42 +0000 (13:00 +0100)]
Correction of a bad translation
Michael Sweet [Mon, 2 Oct 2017 23:29:52 +0000 (19:29 -0400)]
Add support for Japanese Kaku 1 envelope size (rdar://
34774110 )
- Add jpn_kaku1_270x382mm size to table.
Michael Sweet [Mon, 2 Oct 2017 23:14:25 +0000 (19:14 -0400)]
The scheduler did not run with a high enough priority, causing problems on
busy systems (rdar://
33789342 )
- Change ProcessType to Adaptive for both cupsd and cups-lpd
- Add "working" parameter to cupsdSetBusyState
- Call cupsdSetBusyState on startup to boost the priority on startup.
Lafricain [Mon, 2 Oct 2017 12:56:19 +0000 (13:56 +0100)]
Creation of Template/fr and French translation of all the template files
Michael R Sweet [Thu, 28 Sep 2017 17:12:01 +0000 (13:12 -0400)]
Merge pull request #5112 from paulmenzel/remove-libgcrypt-detection
Remove Libgcrypt detection
Michael Sweet [Mon, 25 Sep 2017 14:55:27 +0000 (10:55 -0400)]
One more thing for macOS (Issue #5116)
Michael Sweet [Mon, 25 Sep 2017 14:54:36 +0000 (10:54 -0400)]
Update INSTALL.md (Issue #5116)
Michael Sweet [Mon, 25 Sep 2017 14:19:17 +0000 (10:19 -0400)]
Add USB quirk for HP LaserJet 1160 (Issue #1160)
Michael Sweet [Sun, 24 Sep 2017 15:51:48 +0000 (11:51 -0400)]
Update configure script.
Michael Sweet [Sun, 24 Sep 2017 15:51:07 +0000 (11:51 -0400)]
Suppress new GCC warning about snprintf truncation (Issue #5110)
Michael Sweet [Fri, 22 Sep 2017 02:47:04 +0000 (22:47 -0400)]
Re-document that file devices do not work with raw queues, and move FileDevice
to the list of deprecated configuration directives (Issue #5117)
Michael Sweet [Fri, 22 Sep 2017 02:39:52 +0000 (22:39 -0400)]
Bump Xcode CUPS version.
Michael Sweet [Thu, 14 Sep 2017 18:20:07 +0000 (14:20 -0400)]
Fix Windows builds.
Michael Sweet [Thu, 14 Sep 2017 18:19:00 +0000 (14:19 -0400)]
Detach worker threads to prevent memory leaks.
Michael Sweet [Thu, 14 Sep 2017 18:12:49 +0000 (14:12 -0400)]
Fix memory leaks.
Michael Sweet [Tue, 12 Sep 2017 16:21:00 +0000 (12:21 -0400)]
Allow DELAY values of 0.
Paul Menzel [Tue, 12 Sep 2017 11:11:48 +0000 (13:11 +0200)]
config-scripts/cups-ssl.m4: Remove Libgcrypt detection
Upstream a change from the book *Beyond Linux From Scratch* [1].
> Prevent configure script from searching libgcrypt-config, because
> libgcrypt is not used anywere else in the package.
[1] http://www.linuxfromscratch.org/blfs/view/svn/pst/cups.html
Michael Sweet [Mon, 11 Sep 2017 21:08:17 +0000 (17:08 -0400)]
The scheduler (incorrectly) woke up once per second to remove stale temporary
queues (Issue #5100).
- scheduler/main.c: Update local_timeout to start at 0 and only get updated as
needed.
Fixes: #5100
Michael Sweet [Mon, 11 Sep 2017 20:22:45 +0000 (16:22 -0400)]
Fix mapping and defaulting of print-quality/cupsPrintQuality (Issue #5090)
- cups/dest.c: Don't include empty default media or print-quality in dest
options.
- cups/options.c: When setting cupsPrintQuality, clear print-quality and vise-
versa.
- cups/testipp.c: Use current API to show attribute values.
- scheduler/ipp.c: Log request attributes, defaults.
- scheduler/job.c: Add/map print-quality/cupsPrintQuality, log mapped options.
Fixes: #5090
Michael Sweet [Thu, 7 Sep 2017 14:36:09 +0000 (10:36 -0400)]
The `ipptool` program did not compare URI scheme or hostname components
correctly for the WITH-ALL-HOSTNAMES, WITH-ALL-SCHEMES, WITH-HOSTNAME, or
WITH-SCHEME predicates.
Also fix EXPECT reporting for the URI component WITH predicates.
Michael Sweet [Tue, 5 Sep 2017 21:03:10 +0000 (17:03 -0400)]
Fix builds without Bonjour/Avahi (Issue #5105)
Michael Sweet [Tue, 5 Sep 2017 20:59:06 +0000 (16:59 -0400)]
Changelog.
Michael R Sweet [Tue, 5 Sep 2017 20:57:36 +0000 (16:57 -0400)]
Merge pull request #5103 from michaelweghorn/issue5102
Add a USB quirk rule for the Kyocera Ecosys P6130cdn (Issue #5102)
Michael Weghorn [Fri, 1 Sep 2017 11:37:36 +0000 (13:37 +0200)]
Add a USB quirk rule for the Kyocera Ecosys P6130cdn (Issue #5102)
Michael Sweet [Thu, 31 Aug 2017 12:38:39 +0000 (08:38 -0400)]
Fix ipptool -P output (some was going to stdout...)
Michael Sweet [Wed, 30 Aug 2017 00:42:05 +0000 (20:42 -0400)]
`httpAddrConnect` leaked sockets in certain circumstances, causing some
printers to hang (rdar://
31965686 )
Michael Sweet [Wed, 30 Aug 2017 00:30:46 +0000 (20:30 -0400)]
Fix create-job.test file to use filename on command-line.
Michael Sweet [Wed, 30 Aug 2017 00:30:27 +0000 (20:30 -0400)]
Always use chunking unless it is a simple request.
Michael Sweet [Wed, 30 Aug 2017 00:29:54 +0000 (20:29 -0400)]
Add verbosity option.
Michael Sweet [Tue, 29 Aug 2017 23:56:08 +0000 (19:56 -0400)]
Add -d (document-format) option to override which format is used.
Michael Sweet [Tue, 29 Aug 2017 23:44:10 +0000 (19:44 -0400)]
Fix output to write a full page.
Add "force grayscale" option.
Michael Sweet [Tue, 29 Aug 2017 21:27:49 +0000 (17:27 -0400)]
Move test client program to filter directory, finish initial implementation.
Michael Sweet [Tue, 29 Aug 2017 18:15:00 +0000 (14:15 -0400)]
Save work on client code.
Michael Sweet [Tue, 29 Aug 2017 16:06:23 +0000 (12:06 -0400)]
Add client simulator for testing basic client functionality from a single
program.
Michael Sweet [Tue, 29 Aug 2017 13:33:48 +0000 (09:33 -0400)]
Fix the interactions between the "print-quality" and "cupsPrintQuality"
options (Issue #5090)
- Make sure print-quality-default does not override cupsPrintQuality
- Make sure print-quality overrides cupsPrintQuality
Michael Sweet [Mon, 28 Aug 2017 21:59:13 +0000 (17:59 -0400)]
The CUPS library did not reuse domain sockets (Issue #5098)
Michael Sweet [Mon, 28 Aug 2017 20:18:18 +0000 (16:18 -0400)]
The web interface did not support newer language identifiers used by Microsoft
web browsers (Issue #5803)
Make sure cupsLangGet supports region codes and that the scheduler uses
cupsLangGet when mapping IPP naturalLanguage values to POSIX locales.
Michael R Sweet [Tue, 25 Jul 2017 23:57:31 +0000 (19:57 -0400)]
More changes for localization unit test (Issue #5097)
Michael Sweet [Mon, 28 Aug 2017 16:29:22 +0000 (12:29 -0400)]
Update localization information.
Create English locale file from cups.pot for unit tests.
Michael Sweet [Mon, 28 Aug 2017 16:19:58 +0000 (12:19 -0400)]
Fix the localization unit test on Linux (Issue #5097)
Makefile needed to create locale directory for tests.
Also, localization test needs to allow string pointers to match for the POSIX
locale and differ for other languages.
Michael Sweet [Mon, 28 Aug 2017 14:39:18 +0000 (10:39 -0400)]
Update the cups-files.conf and cupsd.conf file documentation for missing
directives (Issue #5084)
Michael Sweet [Mon, 28 Aug 2017 14:04:29 +0000 (10:04 -0400)]
Fix an Avahi-related crash bug in the scheduler (Issue #5085, Issue #5086)
Add NULL pointer check to avoid Avahi assertion in production code.
Michael Sweet [Sun, 27 Aug 2017 14:59:38 +0000 (10:59 -0400)]
Fix compile issue for PID file stuff when no systemd/launchd/upstart is
available.
Also restructure code slightly so it isn't so convoluted.
Michael Sweet [Sun, 27 Aug 2017 14:58:06 +0000 (10:58 -0400)]
Fix sorting bug.
Michael Sweet [Sun, 27 Aug 2017 14:40:30 +0000 (10:40 -0400)]
The IPP Everywhere PPD generator now sorts the supported resolutions before
choosing them for draft, normal, and best quality modes (Issue #5091)
Also prefer urf-supported values over pwg-raster-document-xxx-supported values
since the former is more reliable than the latter.
Michael Sweet [Fri, 25 Aug 2017 20:38:56 +0000 (16:38 -0400)]
Support internal "only TLS/1.0" option for tlscheck.
Expand CBC filter on macOS.
Add support for --tls10 and --no-cbc options with tlscheck.
Michael R Sweet [Fri, 25 Aug 2017 04:56:08 +0000 (00:56 -0400)]
Merge pull request #5081 from sblondon/master
Update french translations
Michael Sweet [Wed, 9 Aug 2017 17:45:19 +0000 (13:45 -0400)]
Update changelog.
Michael Sweet [Wed, 9 Aug 2017 17:43:08 +0000 (13:43 -0400)]
Fix the localization fallback code on macOS (rdar://
33583699 )
Stephane Blondon [Sun, 6 Aug 2017 19:58:53 +0000 (21:58 +0200)]
Update french translations
Michael Sweet [Fri, 4 Aug 2017 16:52:43 +0000 (12:52 -0400)]
Add header validation option to ipptool.
Update HTML versions of man pages.
Michael Sweet [Thu, 3 Aug 2017 18:00:17 +0000 (14:00 -0400)]
Fix compiler warning.
Michael Sweet [Wed, 2 Aug 2017 23:53:50 +0000 (19:53 -0400)]
The `ippCopyAttribute` function did not copy out-of-band values correctly
(rdar://
33688003 )
Michael Sweet [Tue, 1 Aug 2017 23:16:25 +0000 (19:16 -0400)]
The scheduler now creates a PID file when not running on demand with a modern
service launcher (Issue #5080)
Michael Sweet [Tue, 1 Aug 2017 21:09:33 +0000 (17:09 -0400)]
Update localizations yet again based on IPP sample strings.
Michael Sweet [Tue, 1 Aug 2017 04:29:21 +0000 (00:29 -0400)]
Update copyright.
Michael Sweet [Tue, 1 Aug 2017 01:39:13 +0000 (21:39 -0400)]
Fix default language for multi-language PPDs.
Michael Sweet [Tue, 1 Aug 2017 01:29:20 +0000 (21:29 -0400)]
Fix the adminurl field in the TXT record for fully-qualified `ServerName`
values (Issue #5074)
Michael Sweet [Mon, 31 Jul 2017 21:55:01 +0000 (17:55 -0400)]
Fix the default ServerAlias value (Issue #5072)
Michael Sweet [Mon, 31 Jul 2017 21:34:11 +0000 (17:34 -0400)]
Update localization files with corrections for IPP strings.
Michael Sweet [Mon, 31 Jul 2017 18:59:06 +0000 (14:59 -0400)]
Fix localizations of some media sizes and remove localizations of operation
names.
Michael Sweet [Tue, 25 Jul 2017 22:26:20 +0000 (18:26 -0400)]
Clean up unit test.
Michael Sweet [Tue, 25 Jul 2017 22:18:14 +0000 (18:18 -0400)]
Add unit test that loops calling cupsGetDests.
Michael Sweet [Tue, 25 Jul 2017 22:11:01 +0000 (18:11 -0400)]
Add error checking for all Bonjour browsing in cupsEnumDests.
Clean up testcups unit tests.
Michael Sweet [Tue, 25 Jul 2017 02:45:46 +0000 (22:45 -0400)]
Changelog.
Michael Sweet [Tue, 25 Jul 2017 00:51:11 +0000 (20:51 -0400)]
Remove old API documentation files.
Michael R Sweet [Tue, 25 Jul 2017 02:43:56 +0000 (22:43 -0400)]
Use a 250ms delay for cupsGetDests - not perfect, but usually gets the full
list of local network printers (Issue #5049)
Michael Sweet [Mon, 24 Jul 2017 22:05:39 +0000 (18:05 -0400)]
Try a much shorter enum time for cupsGetDests (Issue #5049)