]> git.ipfire.org Git - thirdparty/cups.git/log
thirdparty/cups.git
9 years agoFix "make check" when there are no native CUPS filters on the system.
msweet [Fri, 22 May 2015 17:26:40 +0000 (17:26 +0000)] 
Fix "make check" when there are no native CUPS filters on the system.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12655 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoLog the filename that cannot be opened.
msweet [Fri, 22 May 2015 16:26:29 +0000 (16:26 +0000)] 
Log the filename that cannot be opened.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12654 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoFix compile error...
msweet [Fri, 22 May 2015 11:16:30 +0000 (11:16 +0000)] 
Fix compile error...

Drop optimization for default TLS options; better to ensure we get consistent
priority string values here than to save a few nanoseconds (previous optimized
value was wrong...)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12653 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agotlscheck should only be built when SSL/TLS is available/enabled.
msweet [Fri, 22 May 2015 11:09:38 +0000 (11:09 +0000)] 
tlscheck should only be built when SSL/TLS is available/enabled.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12652 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoUpdate list of blacklisted DH/DHE cipher suites.
msweet [Thu, 21 May 2015 01:48:09 +0000 (01:48 +0000)] 
Update list of blacklisted DH/DHE cipher suites.

Expand what tlscheck can do/report.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12649 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoMore tweaks for cipher suite restrictions.
msweet [Wed, 20 May 2015 18:37:52 +0000 (18:37 +0000)] 
More tweaks for cipher suite restrictions.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12647 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoAdd SSLOptions to enable Diffie-Hellman key exchange and disable TLS/1.0.
msweet [Wed, 20 May 2015 01:20:52 +0000 (01:20 +0000)] 
Add SSLOptions to enable Diffie-Hellman key exchange and disable TLS/1.0.

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

9 years agoFix compiler warnings.
msweet [Tue, 19 May 2015 21:22:35 +0000 (21:22 +0000)] 
Fix compiler warnings.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12644 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoIgnore tlscheck.
msweet [Tue, 19 May 2015 15:05:12 +0000 (15:05 +0000)] 
Ignore tlscheck.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12643 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoFix compiler warning.
msweet [Tue, 19 May 2015 15:04:39 +0000 (15:04 +0000)] 
Fix compiler warning.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12641 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoAdd more cipher suites.
msweet [Tue, 19 May 2015 15:03:48 +0000 (15:03 +0000)] 
Add more cipher suites.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12640 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoippfind incorrectly substituted "=port" for service_port.
msweet [Tue, 19 May 2015 02:36:15 +0000 (02:36 +0000)] 
ippfind incorrectly substituted "=port" for service_port.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12638 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoAdd a check for "=" in the port number (to work around an ippfind bug)
msweet [Tue, 19 May 2015 02:26:15 +0000 (02:26 +0000)] 
Add a check for "=" in the port number (to work around an ippfind bug)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12637 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoAdd TLS version.
msweet [Tue, 19 May 2015 02:22:55 +0000 (02:22 +0000)] 
Add TLS version.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12636 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoStart of check program for TLS implementations.
msweet [Tue, 19 May 2015 02:12:22 +0000 (02:12 +0000)] 
Start of check program for TLS implementations.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12635 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoThe ppdhtml and ppdpo utilities crashed when the -D option was used before a
msweet [Fri, 15 May 2015 19:16:58 +0000 (19:16 +0000)] 
The ppdhtml and ppdpo utilities crashed when the -D option was used before a
driver information file (STR #4627)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12633 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoThe IPP backend now correctly monitors jobs (<rdar://problem/20495955>)
msweet [Wed, 6 May 2015 23:50:10 +0000 (23:50 +0000)] 
The IPP backend now correctly monitors jobs (<rdar://problem/20495955>)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12623 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoWrite numbers in a locale-safe way (STR #4579)
msweet [Wed, 6 May 2015 23:19:28 +0000 (23:19 +0000)] 
Write numbers in a locale-safe way (STR #4579)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12622 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoLong cookies caused the web interface to stop working (STR #4619)
msweet [Wed, 6 May 2015 21:32:18 +0000 (21:32 +0000)] 
Long cookies caused the web interface to stop working (STR #4619)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12621 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoThe scheduler now validates ErrorPolicy values in config files (STR #4591)
msweet [Wed, 6 May 2015 21:11:47 +0000 (21:11 +0000)] 
The scheduler now validates ErrorPolicy values in config files (STR #4591)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12620 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoCheck the return value of rename() (STR #4589)
msweet [Wed, 6 May 2015 21:00:19 +0000 (21:00 +0000)] 
Check the return value of rename() (STR #4589)

Add some & in front of function names.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12619 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoThe sample Epson driver could crash (STR #4616)
msweet [Wed, 6 May 2015 20:28:22 +0000 (20:28 +0000)] 
The sample Epson driver could crash (STR #4616)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12617 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoLink with common libs (to get CoreFoundation).
msweet [Wed, 6 May 2015 20:21:51 +0000 (20:21 +0000)] 
Link with common libs (to get CoreFoundation).

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12615 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoThe scheduler could get caught in a busy loop (STR #4605)
msweet [Wed, 6 May 2015 18:01:04 +0000 (18:01 +0000)] 
The scheduler could get caught in a busy loop (STR #4605)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12613 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoThe cups-lpd mini-daemon did not check for request parameters (STR #4603)
msweet [Wed, 6 May 2015 15:30:36 +0000 (15:30 +0000)] 
The cups-lpd mini-daemon did not check for request parameters (STR #4603)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12611 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoThe rastertopwg filter did not check for truncated input (STR #4597)
msweet [Wed, 6 May 2015 12:24:47 +0000 (12:24 +0000)] 
The rastertopwg filter did not check for truncated input (STR #4597)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12609 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agocupsRasterReadHeader did not fully validate the raster header (STR #4596)
msweet [Wed, 6 May 2015 12:19:59 +0000 (12:19 +0000)] 
cupsRasterReadHeader did not fully validate the raster header (STR #4596)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12607 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoThe web interface always showed support for 2-sided printing (STR #4595)
msweet [Wed, 6 May 2015 01:58:08 +0000 (01:58 +0000)] 
The web interface always showed support for 2-sided printing (STR #4595)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12605 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoFix lpadmin when both -m and -o are used (STR #4578)
msweet [Wed, 6 May 2015 01:42:51 +0000 (01:42 +0000)] 
Fix lpadmin when both -m and -o are used (STR #4578)

Grab server PPD and edit it as needed.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12603 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoUpdate copyright.
msweet [Tue, 5 May 2015 20:19:35 +0000 (20:19 +0000)] 
Update copyright.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12602 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoFixed <Limit> inside <Location> (STR #4575)
msweet [Tue, 5 May 2015 19:52:13 +0000 (19:52 +0000)] 
Fixed <Limit> inside <Location> (STR #4575)

Need to copy length when copying location.  Also strip trailing / and query
string when doing path comparison.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12600 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoFix weak-link check.
msweet [Tue, 5 May 2015 19:48:38 +0000 (19:48 +0000)] 
Fix weak-link check.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12599 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoChange maximum raster resolution to 300 DPI.
msweet [Tue, 5 May 2015 18:57:57 +0000 (18:57 +0000)] 
Change maximum raster resolution to 300 DPI.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12598 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoFix some clang issues.
msweet [Fri, 3 Apr 2015 00:33:05 +0000 (00:33 +0000)] 
Fix some clang issues.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12583 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoFix a gzip processing bug (STR #4602)
msweet [Mon, 30 Mar 2015 19:07:17 +0000 (19:07 +0000)] 
Fix a gzip processing bug (STR #4602)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12577 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoFix potential buffer overflow in rastertohp (STR #4601)
msweet [Thu, 26 Mar 2015 16:36:18 +0000 (16:36 +0000)] 
Fix potential buffer overflow in rastertohp (STR #4601)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12574 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoFix another potential buffer overflow (STR #4600)
msweet [Wed, 25 Mar 2015 20:04:18 +0000 (20:04 +0000)] 
Fix another potential buffer overflow (STR #4600)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12572 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoFix another potential buffer overflow (STR #4599)
msweet [Wed, 25 Mar 2015 18:44:16 +0000 (18:44 +0000)] 
Fix another potential buffer overflow (STR #4599)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12570 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoFix buffer overflow in rastertopwg (STR #4598)
msweet [Wed, 25 Mar 2015 13:49:23 +0000 (13:49 +0000)] 
Fix buffer overflow in rastertopwg (STR #4598)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12568 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoEliminate Clang warnings.
msweet [Mon, 23 Mar 2015 17:28:46 +0000 (17:28 +0000)] 
Eliminate Clang warnings.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12559 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoFixed logging of configuration errors to show up as errors (STR #4582)
msweet [Fri, 27 Feb 2015 18:41:55 +0000 (18:41 +0000)] 
Fixed logging of configuration errors to show up as errors (STR #4582)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12542 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoAdd Russian translation (STR #4577)
msweet [Fri, 27 Feb 2015 18:15:29 +0000 (18:15 +0000)] 
Add Russian translation (STR #4577)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12540 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoRestore missing generic printer icon file (STR #4587)
msweet [Fri, 27 Feb 2015 18:01:33 +0000 (18:01 +0000)] 
Restore missing generic printer icon file (STR #4587)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12538 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoThe cupstestppd program did not handle "maxsize(nnn)" entries in cupsFilter/
msweet [Fri, 27 Feb 2015 14:06:20 +0000 (14:06 +0000)] 
The cupstestppd program did not handle "maxsize(nnn)" entries in cupsFilter/
cupsFilter2 values (<rdar://problem/18974858>)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12536 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoInstall filename.default versions of cups-files.conf and snmp.conf
msweet [Fri, 27 Feb 2015 12:30:26 +0000 (12:30 +0000)] 
Install filename.default versions of cups-files.conf and snmp.conf
(<rdar://problem/19024491>)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12533 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoFix USB backend for compatibility with IPP USB.
msweet [Mon, 23 Feb 2015 18:57:20 +0000 (18:57 +0000)] 
Fix USB backend for compatibility with IPP USB.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12528 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoEliminate usage of sprintf.
msweet [Wed, 18 Feb 2015 18:24:39 +0000 (18:24 +0000)] 
Eliminate usage of sprintf.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12523 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoFix empty stdin open...
msweet [Tue, 17 Feb 2015 20:00:17 +0000 (20:00 +0000)] 
Fix empty stdin open...

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12521 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoRevert SDKROOT changes for OS X.
msweet [Tue, 17 Feb 2015 13:10:19 +0000 (13:10 +0000)] 
Revert SDKROOT changes for OS X.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12519 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoLast bits of IPP Everywhere PPD support - web interface and cups-driverd
msweet [Thu, 12 Feb 2015 20:18:11 +0000 (20:18 +0000)] 
Last bits of IPP Everywhere PPD support - web interface and cups-driverd
(STR #4258)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12516 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agolpadmin changes to support "-m everywhere" (STR #4258)
msweet [Wed, 11 Feb 2015 19:45:01 +0000 (19:45 +0000)] 
lpadmin changes to support "-m everywhere" (STR #4258)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12513 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoChangelog.
msweet [Wed, 11 Feb 2015 15:28:52 +0000 (15:28 +0000)] 
Changelog.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12511 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoFirst part of IPP Everywhere PPD support - a private API that generates a PPD
msweet [Wed, 11 Feb 2015 15:27:27 +0000 (15:27 +0000)] 
First part of IPP Everywhere PPD support - a private API that generates a PPD
from a Get-Printer-Attributes response (STR #4258)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12510 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoFix pwg-raster-document-types-supported values.
msweet [Wed, 11 Feb 2015 15:25:26 +0000 (15:25 +0000)] 
Fix pwg-raster-document-types-supported values.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12509 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoRemove generated file.
msweet [Tue, 10 Feb 2015 12:04:26 +0000 (12:04 +0000)] 
Remove generated file.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12507 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoDon't ignore.
msweet [Tue, 10 Feb 2015 12:04:07 +0000 (12:04 +0000)] 
Don't ignore.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12506 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoThe scheduler no longer listens on the loopback interface unless the web
msweet [Fri, 6 Feb 2015 21:58:21 +0000 (21:58 +0000)] 
The scheduler no longer listens on the loopback interface unless the web
interface or printer sharing are enabled (<rdar://problem/9136448>)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12497 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoSet ProcessType in launchd plists (<rdar://problem/19749641>)
msweet [Fri, 6 Feb 2015 21:51:27 +0000 (21:51 +0000)] 
Set ProcessType in launchd plists (<rdar://problem/19749641>)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12495 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoEnable transaction and pressured exit support (<rdar://problem/19749501>)
msweet [Fri, 6 Feb 2015 21:43:23 +0000 (21:43 +0000)] 
Enable transaction and pressured exit support (<rdar://problem/19749501>)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12493 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoAdd support for SDKROOT on OS X.
msweet [Fri, 6 Feb 2015 21:33:50 +0000 (21:33 +0000)] 
Add support for SDKROOT on OS X.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12492 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoFix lpstat test.
msweet [Fri, 6 Feb 2015 18:45:48 +0000 (18:45 +0000)] 
Fix lpstat test.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12490 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoAdd new WITH-VALUE-FROM predicate to validate -default attributes against their
msweet [Thu, 5 Feb 2015 15:42:59 +0000 (15:42 +0000)] 
Add new WITH-VALUE-FROM predicate to validate -default attributes against their
-supported counterparts.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12487 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoFix memory leak of environment strings on failed execution.
msweet [Wed, 4 Feb 2015 13:12:50 +0000 (13:12 +0000)] 
Fix memory leak of environment strings on failed execution.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12485 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoAdd EXPECT-ALL directive to ipptool (STR #4469)
msweet [Tue, 3 Feb 2015 19:25:57 +0000 (19:25 +0000)] 
Add EXPECT-ALL directive to ipptool (STR #4469)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12484 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoCopyright updates.
msweet [Tue, 3 Feb 2015 12:49:40 +0000 (12:49 +0000)] 
Copyright updates.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12483 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoFix several issues with client.conf, CUPS_SERVER, and the "-h" option of most
msweet [Tue, 3 Feb 2015 12:36:34 +0000 (12:36 +0000)] 
Fix several issues with client.conf, CUPS_SERVER, and the "-h" option of most
commands (STR #4528)

Load default client.conf values in the proper order, and then allow them to be
overridden.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12480 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoAdd a note about using BUILDROOT to redirect installs.
msweet [Tue, 3 Feb 2015 05:02:20 +0000 (05:02 +0000)] 
Add a note about using BUILDROOT to redirect installs.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12478 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoAdd note that ServerKeychain is a directory of files on most platforms.
msweet [Mon, 2 Feb 2015 18:35:00 +0000 (18:35 +0000)] 
Add note that ServerKeychain is a directory of files on most platforms.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12476 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoUpdate LPD backend documentation (STR #4569)
msweet [Mon, 2 Feb 2015 18:18:55 +0000 (18:18 +0000)] 
Update LPD backend documentation (STR #4569)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12474 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoJapanese translation (STR #4524)
msweet [Sun, 1 Feb 2015 05:53:21 +0000 (05:53 +0000)] 
Japanese translation (STR #4524)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12472 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoAnother change for OpenBSD (STR #4526)
msweet [Sun, 1 Feb 2015 05:06:54 +0000 (05:06 +0000)] 
Another change for OpenBSD (STR #4526)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12470 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoCopyright.
msweet [Sun, 1 Feb 2015 04:50:43 +0000 (04:50 +0000)] 
Copyright.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12468 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoThe ipptool timeout option did not work (STR #4515)
msweet [Sun, 1 Feb 2015 04:50:11 +0000 (04:50 +0000)] 
The ipptool timeout option did not work (STR #4515)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12466 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoThe ippfind and ipptool programs now correctly match hostnames with trailing
msweet [Sun, 1 Feb 2015 02:46:20 +0000 (02:46 +0000)] 
The ippfind and ipptool programs now correctly match hostnames with trailing
dots (STR #4563)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12464 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoThe scheduler did not always log which configuration file had the error
msweet [Fri, 30 Jan 2015 16:34:13 +0000 (16:34 +0000)] 
The scheduler did not always log which configuration file had the error
(STR #4559)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12462 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoAdd a USB quirk rule for Intermec printers (STR #4553)
msweet [Fri, 30 Jan 2015 16:19:56 +0000 (16:19 +0000)] 
Add a USB quirk rule for Intermec printers (STR #4553)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12460 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoThe scheduler could crash during shutdown if Avahi was shutdown first
msweet [Fri, 30 Jan 2015 16:15:53 +0000 (16:15 +0000)] 
The scheduler could crash during shutdown if Avahi was shutdown first
(STR #4550)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12458 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoippserver did not handle Bonjour registrations properly (STR #4548)
msweet [Fri, 30 Jan 2015 16:11:41 +0000 (16:11 +0000)] 
ippserver did not handle Bonjour registrations properly (STR #4548)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12456 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoippserver used the wrong temporary directory on Windows (STR #4547)
msweet [Fri, 30 Jan 2015 16:05:50 +0000 (16:05 +0000)] 
ippserver used the wrong temporary directory on Windows (STR #4547)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12454 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoValidate cupsBitsPerColor, cupsBitsPerPixel, and cupsBytesPerLine to avoid
msweet [Fri, 30 Jan 2015 15:42:10 +0000 (15:42 +0000)] 
Validate cupsBitsPerColor, cupsBitsPerPixel, and cupsBytesPerLine to avoid
potential buffer overflow with compressed raster data (STR #4551)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12452 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agocupsGetPPD* sent bad requests (STR #4567)
msweet [Thu, 29 Jan 2015 20:32:07 +0000 (20:32 +0000)] 
cupsGetPPD* sent bad requests (STR #4567)

Use IPP_TAG_KEYWORD for requested-attributes in get_printer_uri.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12448 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoUpdate copyrights...
msweet [Thu, 29 Jan 2015 20:26:30 +0000 (20:26 +0000)] 
Update copyrights...

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12447 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoDrop support for "Sandboxing off" when running as root on OS X.
msweet [Thu, 29 Jan 2015 20:25:06 +0000 (20:25 +0000)] 
Drop support for "Sandboxing off" when running as root on OS X.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12445 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoMove _cupsConvertOptions to ppd-cache since it depends on PPDs.
msweet [Thu, 29 Jan 2015 14:42:32 +0000 (14:42 +0000)] 
Move _cupsConvertOptions to ppd-cache since it depends on PPDs.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12441 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoMove CUPS->IPP mapping code to libcups.
msweet [Wed, 28 Jan 2015 21:05:25 +0000 (21:05 +0000)] 
Move CUPS->IPP mapping code to libcups.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12439 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoDon't forget to close RequestRoot directory.
msweet [Wed, 28 Jan 2015 18:09:38 +0000 (18:09 +0000)] 
Don't forget to close RequestRoot directory.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12437 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agocupsd takes the slow path when loading job history even if the control files
msweet [Wed, 28 Jan 2015 18:06:28 +0000 (18:06 +0000)] 
cupsd takes the slow path when loading job history even if the control files
are older than the cache file (<rdar://problem/18188866>)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12435 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoMapping of PPD keywords to IPP keywords did not work if the PPD keyword was
msweet [Wed, 28 Jan 2015 16:21:40 +0000 (16:21 +0000)] 
Mapping of PPD keywords to IPP keywords did not work if the PPD keyword was
already an IPP keyword (<rdar://problem/19121005>)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12432 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoFix copyright.
msweet [Tue, 27 Jan 2015 21:22:37 +0000 (21:22 +0000)] 
Fix copyright.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12429 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoBackends needing to load OS X kernel extensions did not work
msweet [Tue, 27 Jan 2015 21:21:32 +0000 (21:21 +0000)] 
Backends needing to load OS X kernel extensions did not work
(<rdar://problem/19015679>)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12426 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoThe IPP backend now updates the cupsMandatory values when the printer
msweet [Tue, 27 Jan 2015 16:51:17 +0000 (16:51 +0000)] 
The IPP backend now updates the cupsMandatory values when the printer
configuration changes (<rdar://problem/18126570>)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12424 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoThe IPP backend now sends the job-pages-per-set attribute when printing
msweet [Mon, 26 Jan 2015 16:38:15 +0000 (16:38 +0000)] 
The IPP backend now sends the job-pages-per-set attribute when printing
multiple copy jobs with finishings (<rdar://problem/16792757>)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12422 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoUpdate availability macros for Yoemite.
msweet [Thu, 22 Jan 2015 15:49:23 +0000 (15:49 +0000)] 
Update availability macros for Yoemite.

Don't need to define kSecClass constants anymore...

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12418 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoMake sure clean and distclean remove all generated files.
msweet [Wed, 21 Jan 2015 00:02:04 +0000 (00:02 +0000)] 
Make sure clean and distclean remove all generated files.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12414 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoFix compiler warnings.
msweet [Mon, 19 Jan 2015 15:17:18 +0000 (15:17 +0000)] 
Fix compiler warnings.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12411 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years ago"job-preferred-attributes-supported" needs to be "preferred-attributes-supported"
msweet [Wed, 14 Jan 2015 21:17:10 +0000 (21:17 +0000)] 
"job-preferred-attributes-supported" needs to be "preferred-attributes-supported"

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12407 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoAdjust GNU TLS cipher suite priority strings per feedback from Tim
msweet [Wed, 14 Jan 2015 20:04:25 +0000 (20:04 +0000)] 
Adjust GNU TLS cipher suite priority strings per feedback from Tim
Waugh.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12404 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoUse PPD deprecation annotation for cupsGetPPD functions.
msweet [Mon, 12 Jan 2015 16:59:02 +0000 (16:59 +0000)] 
Use PPD deprecation annotation for cupsGetPPD functions.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12401 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoUse gziptoany instead of cat or gunzip.
msweet [Fri, 19 Dec 2014 16:55:52 +0000 (16:55 +0000)] 
Use gziptoany instead of cat or gunzip.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12397 a1ca3aef-8c08-0410-bb20-df032aa958be

9 years agoMore spots where port was hardcoded.
msweet [Fri, 19 Dec 2014 16:11:14 +0000 (16:11 +0000)] 
More spots where port was hardcoded.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12395 a1ca3aef-8c08-0410-bb20-df032aa958be