]> git.ipfire.org Git - thirdparty/cups.git/log
thirdparty/cups.git
9 years agoMore cleanup.
msweet [Thu, 31 Jul 2014 01:10:14 +0000 (01:10 +0000)] 
More cleanup.

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

9 years agoRemove implementation of cupsGetClasses, cupsGetPrinters, and cupsTempFile;
msweet [Thu, 31 Jul 2014 00:58:00 +0000 (00:58 +0000)] 
Remove implementation of cupsGetClasses, cupsGetPrinters, and cupsTempFile;
these functions are still exported but they all now return empty results.

Update API documentation.

Update version number to 2.0b1 without SVN identifier.

Fix some more RPM spec file issues.

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

9 years agoNo more "what's new" file.
msweet [Thu, 31 Jul 2014 00:43:05 +0000 (00:43 +0000)] 
No more "what's new" file.

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

9 years agoPrep for 2.0b1.
msweet [Thu, 31 Jul 2014 00:37:33 +0000 (00:37 +0000)] 
Prep for 2.0b1.

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

9 years agoPerformance fixes for Get-Jobs (STR #2913)
msweet [Thu, 31 Jul 2014 00:02:30 +0000 (00:02 +0000)] 
Performance fixes for Get-Jobs (STR #2913)

Cache a few additional job attributes so that we normally do not need to load
the job attributes from the 'c' files.

If we do need to load them, limit the returned jobs to 500 at a time.

Implement first-index operation attribute.

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

9 years agoThe scheduler now returns completed jobs in the correct newest-to-oldest order
msweet [Wed, 30 Jul 2014 18:30:44 +0000 (18:30 +0000)] 
The scheduler now returns completed jobs in the correct newest-to-oldest order
(STR #4396)

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

9 years agoSave work on test suite to ensure we collect the exit status of all child
msweet [Wed, 30 Jul 2014 17:56:35 +0000 (17:56 +0000)] 
Save work on test suite to ensure we collect the exit status of all child
print processes.

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

9 years agoSync up changelog.
msweet [Wed, 30 Jul 2014 16:57:40 +0000 (16:57 +0000)] 
Sync up changelog.

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

9 years agoUpdate cupsd.conf man page to list the ErrorPolicy directive (STR #4457)
msweet [Mon, 28 Jul 2014 14:04:32 +0000 (14:04 +0000)] 
Update cupsd.conf man page to list the ErrorPolicy directive (STR #4457)

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

9 years agoAlso add the world-readable check.
msweet [Tue, 22 Jul 2014 14:02:56 +0000 (14:02 +0000)] 
Also add the world-readable check.

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

9 years agoSecurity: Addressed some more situations where symlinked files would be served
msweet [Tue, 22 Jul 2014 13:58:51 +0000 (13:58 +0000)] 
Security: Addressed some more situations where symlinked files would be served
by the web interface (STR #4455)

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

9 years agoFix CGI scripts (STR #4454)
msweet [Fri, 18 Jul 2014 20:37:44 +0000 (20:37 +0000)] 
Fix CGI scripts (STR #4454)

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

9 years agoFix some compile errors.
msweet [Fri, 18 Jul 2014 16:51:12 +0000 (16:51 +0000)] 
Fix some compile errors.

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

9 years agoSanitize hostname as needed.
msweet [Fri, 18 Jul 2014 14:39:06 +0000 (14:39 +0000)] 
Sanitize hostname as needed.

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

9 years agoFinal changes to track TLS credentials (STR #1616)
msweet [Fri, 18 Jul 2014 14:26:14 +0000 (14:26 +0000)] 
Final changes to track TLS credentials (STR #1616)

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

9 years agoFix a few build errors with VC++
msweet [Fri, 18 Jul 2014 13:53:34 +0000 (13:53 +0000)] 
Fix a few build errors with VC++

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

9 years agoImplement httpLoadCredentials and httpSaveCredentials for SSPI.
msweet [Fri, 18 Jul 2014 13:43:26 +0000 (13:43 +0000)] 
Implement httpLoadCredentials and httpSaveCredentials for SSPI.

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

9 years agoSave work - fix the cert helper functions, implement httpCopyCredentials.
msweet [Thu, 17 Jul 2014 21:32:21 +0000 (21:32 +0000)] 
Save work - fix the cert helper functions, implement httpCopyCredentials.

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

9 years agoSave work on SSPI certificate functions for validation and info.
msweet [Thu, 17 Jul 2014 21:21:21 +0000 (21:21 +0000)] 
Save work on SSPI certificate functions for validation and info.

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

9 years agoSave work - properly implement server stuff, separate out cert creation.
msweet [Thu, 17 Jul 2014 20:03:10 +0000 (20:03 +0000)] 
Save work - properly implement server stuff, separate out cert creation.

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

9 years agoSave work - testhttp now works to get HTTPS web page.
msweet [Thu, 17 Jul 2014 16:42:49 +0000 (16:42 +0000)] 
Save work - testhttp now works to get HTTPS web page.

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

9 years agoUpdate debugging/error reporting code to use FormatMessage throughout.
msweet [Thu, 17 Jul 2014 16:35:49 +0000 (16:35 +0000)] 
Update debugging/error reporting code to use FormatMessage throughout.

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

9 years agoSave work - more debug stuff.
msweet [Thu, 17 Jul 2014 16:24:52 +0000 (16:24 +0000)] 
Save work - more debug stuff.

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

9 years agoFix authorization (and other error) text from CGIs.
msweet [Wed, 16 Jul 2014 19:48:22 +0000 (19:48 +0000)] 
Fix authorization (and other error) text from CGIs.

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

9 years agoFix cookie handling for web interface.
msweet [Wed, 16 Jul 2014 19:37:34 +0000 (19:37 +0000)] 
Fix cookie handling for web interface.

Allow access to auth certificates in the state directory.

Remove client connection from select when all data has been read from client.

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

9 years agoSave work - client TLS negotiation now works, but hangs on a GET...
msweet [Tue, 15 Jul 2014 21:12:56 +0000 (21:12 +0000)] 
Save work - client TLS negotiation now works, but hangs on a GET...

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

9 years agoAutomate creation of the libcups2.def file, since it is really out-of-date...
msweet [Tue, 15 Jul 2014 20:37:32 +0000 (20:37 +0000)] 
Automate creation of the libcups2.def file, since it is really out-of-date...

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

9 years agoGet builds working on Windows again.
msweet [Tue, 15 Jul 2014 19:57:59 +0000 (19:57 +0000)] 
Get builds working on Windows again.

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

9 years agoBump shared library version.
msweet [Tue, 15 Jul 2014 19:39:18 +0000 (19:39 +0000)] 
Bump shared library version.

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

9 years agoInitial work on SSPI support in 2.0.
msweet [Tue, 15 Jul 2014 18:59:26 +0000 (18:59 +0000)] 
Initial work on SSPI support in 2.0.

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

9 years agoFix load/save of certificates.
msweet [Tue, 15 Jul 2014 14:01:27 +0000 (14:01 +0000)] 
Fix load/save of certificates.

Implement peer certificates.

Validation now works for GNU TLS (STR #1616)

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

9 years agoChangelog.
msweet [Tue, 15 Jul 2014 13:00:25 +0000 (13:00 +0000)] 
Changelog.

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

9 years agoFix the fix for STR #4452 - incorrectly used httpAddrSize instead of
msweet [Tue, 15 Jul 2014 12:58:39 +0000 (12:58 +0000)] 
Fix the fix for STR #4452 - incorrectly used httpAddrSize instead of
httpAddrLength.

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

9 years agoRest of the work for certificate validation/revocation for GNU TLS (STR #1616)
msweet [Mon, 14 Jul 2014 18:20:31 +0000 (18:20 +0000)] 
Rest of the work for certificate validation/revocation for GNU TLS (STR #1616)

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

9 years agoSave work.
msweet [Wed, 9 Jul 2014 01:00:00 +0000 (01:00 +0000)] 
Save work.

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

9 years agoAllow more paths in sandbox.
msweet [Tue, 8 Jul 2014 18:18:09 +0000 (18:18 +0000)] 
Allow more paths in sandbox.

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

9 years agoThe LPD backend did not work with some versions of glibc (STR #4452)
msweet [Tue, 8 Jul 2014 15:46:46 +0000 (15:46 +0000)] 
The LPD backend did not work with some versions of glibc (STR #4452)

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

9 years agoFix cupsd man page linking to old cups-deviced and cups-driverd man pages.
msweet [Tue, 8 Jul 2014 15:29:14 +0000 (15:29 +0000)] 
Fix cupsd man page linking to old cups-deviced and cups-driverd man pages.

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

9 years agoGet GNU TLS server-side working again.
msweet [Tue, 8 Jul 2014 15:14:40 +0000 (15:14 +0000)] 
Get GNU TLS server-side working again.

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

9 years agoMake sure we send a 0-length chunk for CGI output, even for things like "Status".
msweet [Thu, 3 Jul 2014 19:15:31 +0000 (19:15 +0000)] 
Make sure we send a 0-length chunk for CGI output, even for things like "Status".

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

9 years agoAdd USB quirk rule for Lexmark E230 (STR #4448)
msweet [Thu, 3 Jul 2014 14:47:43 +0000 (14:47 +0000)] 
Add USB quirk rule for Lexmark E230 (STR #4448)

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

9 years agoChangelog.
msweet [Thu, 3 Jul 2014 14:38:26 +0000 (14:38 +0000)] 
Changelog.

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

9 years agoDon't serve symlinked or non-world-readable files (STR #4450)
msweet [Thu, 3 Jul 2014 14:37:16 +0000 (14:37 +0000)] 
Don't serve symlinked or non-world-readable files (STR #4450)

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

9 years agoMake sure to redirect stdout/stderr to /dev/null when running certtool.
msweet [Wed, 2 Jul 2014 15:52:01 +0000 (15:52 +0000)] 
Make sure to redirect stdout/stderr to /dev/null when running certtool.

Add IPPS support to ippserver (still need to handle upgrade).

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

9 years agoMore tweaks to sandbox profiles.
msweet [Wed, 2 Jul 2014 12:14:02 +0000 (12:14 +0000)] 
More tweaks to sandbox profiles.

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

9 years agoChangelog.
msweet [Wed, 2 Jul 2014 10:36:34 +0000 (10:36 +0000)] 
Changelog.

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

9 years agoFix compile errors.
msweet [Tue, 1 Jul 2014 20:03:06 +0000 (20:03 +0000)] 
Fix compile errors.

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

9 years agoCopy over more stuff that needs to be implemented.
msweet [Tue, 1 Jul 2014 19:57:42 +0000 (19:57 +0000)] 
Copy over more stuff that needs to be implemented.

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

9 years agoFix compile errors.
msweet [Tue, 1 Jul 2014 19:52:57 +0000 (19:52 +0000)] 
Fix compile errors.

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

9 years agoSave work on catching GNU TLS code up to 2.0's new APIs.
msweet [Tue, 1 Jul 2014 19:43:59 +0000 (19:43 +0000)] 
Save work on catching GNU TLS code up to 2.0's new APIs.

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

9 years agoTweak the sandbox profiles for filters.
msweet [Tue, 1 Jul 2014 17:17:56 +0000 (17:17 +0000)] 
Tweak the sandbox profiles for filters.

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

9 years agoFixed a bug in the CUPS_SC_GET_DEVICE_ID handling by the network backends
msweet [Tue, 1 Jul 2014 14:35:25 +0000 (14:35 +0000)] 
Fixed a bug in the CUPS_SC_GET_DEVICE_ID handling by the network backends
(STR #4447)

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

9 years agoFix the debug output from the DNS-SD backend when using Avahi (STR #4444)
msweet [Mon, 30 Jun 2014 14:27:01 +0000 (14:27 +0000)] 
Fix the debug output from the DNS-SD backend when using Avahi (STR #4444)

(Avahi doesn't include the trailing dot for the regtype value)

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

9 years agoUse "printer-uri" and not "printer URI".
msweet [Thu, 26 Jun 2014 18:30:19 +0000 (18:30 +0000)] 
Use "printer-uri" and not "printer URI".

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

9 years agoFix localized error message from ipptool.
msweet [Thu, 26 Jun 2014 18:26:05 +0000 (18:26 +0000)] 
Fix localized error message from ipptool.

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

9 years ago<rdar://problem/17307802> SEED: BUG: Increased sandboxing means CPUS backends can...
msweet [Wed, 25 Jun 2014 14:08:16 +0000 (14:08 +0000)] 
<rdar://problem/17307802> SEED: BUG: Increased sandboxing means CPUS backends can't write files?

Fix automated test and duplicate deny issues.

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

9 years agoUpdate HTML of man page.
msweet [Wed, 25 Jun 2014 14:07:14 +0000 (14:07 +0000)] 
Update HTML of man page.

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

9 years agoFixed the --disable-libusb configure option (STR #4439)
msweet [Tue, 24 Jun 2014 19:03:02 +0000 (19:03 +0000)] 
Fixed the --disable-libusb configure option (STR #4439)

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

9 years agoFix IPP read error messages (STR #4440)
msweet [Tue, 24 Jun 2014 18:43:20 +0000 (18:43 +0000)] 
Fix IPP read error messages (STR #4440)

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

9 years agoOne quick fix to prevent write access to the CUPS spool directory.
msweet [Tue, 24 Jun 2014 16:02:51 +0000 (16:02 +0000)] 
One quick fix to prevent write access to the CUPS spool directory.

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

9 years agoAdd some more writable directories.
msweet [Tue, 24 Jun 2014 15:56:25 +0000 (15:56 +0000)] 
Add some more writable directories.

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

9 years agoFix man page error.
msweet [Sun, 22 Jun 2014 12:44:05 +0000 (12:44 +0000)] 
Fix man page error.

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

9 years agoAllow domain sockets in /private/tmp.
msweet [Tue, 17 Jun 2014 21:31:46 +0000 (21:31 +0000)] 
Allow domain sockets in /private/tmp.

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

9 years agoFix gzip with Lexmark printers, which apparently do not like having the gzip
msweet [Tue, 17 Jun 2014 16:00:05 +0000 (16:00 +0000)] 
Fix gzip with Lexmark printers, which apparently do not like having the gzip
header separated from the first block of compressed data
(<rdar://problem/17032025>)

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

9 years agoFix MaxJobTime time value bug (STR #4434)
msweet [Mon, 16 Jun 2014 16:10:58 +0000 (16:10 +0000)] 
Fix MaxJobTime time value bug (STR #4434)

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

9 years agoCleanup online help.
msweet [Mon, 16 Jun 2014 15:33:00 +0000 (15:33 +0000)] 
Cleanup online help.

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

9 years agoAdd missing HTML.
msweet [Mon, 16 Jun 2014 14:22:54 +0000 (14:22 +0000)] 
Add missing HTML.

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

9 years agoMake "Cancel All Jobs" use the Cancel-Jobs operation instead of Purge-Jobs
msweet [Fri, 13 Jun 2014 00:08:32 +0000 (00:08 +0000)] 
Make "Cancel All Jobs" use the Cancel-Jobs operation instead of Purge-Jobs
(STR #1914)

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

9 years agoFinal man page changes for STR #4372 and STR #4329.
msweet [Fri, 13 Jun 2014 00:01:23 +0000 (00:01 +0000)] 
Final man page changes for STR #4372 and STR #4329.

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

9 years agoSave work on man pages.
msweet [Thu, 12 Jun 2014 19:36:12 +0000 (19:36 +0000)] 
Save work on man pages.

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

9 years agoSave man page updates.
msweet [Thu, 12 Jun 2014 19:10:33 +0000 (19:10 +0000)] 
Save man page updates.

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

9 years agoMore updates.
msweet [Thu, 12 Jun 2014 12:55:34 +0000 (12:55 +0000)] 
More updates.

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

9 years agoMore man page updates.
msweet [Wed, 11 Jun 2014 23:35:37 +0000 (23:35 +0000)] 
More man page updates.

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

9 years agoMore man page work.
msweet [Wed, 11 Jun 2014 20:10:10 +0000 (20:10 +0000)] 
More man page work.

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

9 years agoMore man page updates.
msweet [Wed, 11 Jun 2014 19:03:59 +0000 (19:03 +0000)] 
More man page updates.

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

9 years agoUpdate more man pages.
msweet [Wed, 11 Jun 2014 15:38:28 +0000 (15:38 +0000)] 
Update more man pages.

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

9 years agoUse NOSCRIPT for Go buttons - "links" text browser implements CSS but not
msweet [Tue, 10 Jun 2014 19:48:45 +0000 (19:48 +0000)] 
Use NOSCRIPT for Go buttons - "links" text browser implements CSS but not
Javascript, so the NOSCRIPT element is a better fit (STR #4425)

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

9 years agoMore man page updates.
msweet [Tue, 10 Jun 2014 19:00:24 +0000 (19:00 +0000)] 
More man page updates.

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

9 years agoAdd initial IPP Everywhere test suite.
msweet [Tue, 10 Jun 2014 13:55:14 +0000 (13:55 +0000)] 
Add initial IPP Everywhere test suite.

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

9 years agoUse AC_PATH_TOOL for the *-config scripts we call (STR #4423)
msweet [Tue, 10 Jun 2014 13:54:53 +0000 (13:54 +0000)] 
Use AC_PATH_TOOL for the *-config scripts we call (STR #4423)

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

9 years agoThe User directive in client.conf did not override the USER environment variable
msweet [Mon, 9 Jun 2014 18:57:44 +0000 (18:57 +0000)] 
The User directive in client.conf did not override the USER environment variable
(STR #4426)

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

9 years agoThe "snmp" option did not work with the network backends (STR #4422)
msweet [Mon, 9 Jun 2014 18:35:32 +0000 (18:35 +0000)] 
The "snmp" option did not work with the network backends (STR #4422)

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

9 years agoUpdate some man pages (STR #4372)
msweet [Tue, 3 Jun 2014 18:46:30 +0000 (18:46 +0000)] 
Update some man pages (STR #4372)

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

9 years agoAdd another directory to the sandbox.
msweet [Wed, 28 May 2014 17:54:04 +0000 (17:54 +0000)] 
Add another directory to the sandbox.

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

9 years agoFix IPPTOOL test file (STR #4420)
msweet [Tue, 27 May 2014 15:00:06 +0000 (15:00 +0000)] 
Fix IPPTOOL test file (STR #4420)

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

9 years agoRed Hat renamed the libusb developer package (again).
msweet [Tue, 27 May 2014 14:57:09 +0000 (14:57 +0000)] 
Red Hat renamed the libusb developer package (again).

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

9 years agoFix localization of media sizes.
msweet [Fri, 23 May 2014 03:18:00 +0000 (03:18 +0000)] 
Fix localization of media sizes.

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

9 years agoUpdate lprm man page for modern markup and "canceled" spelling.
msweet [Fri, 23 May 2014 02:45:48 +0000 (02:45 +0000)] 
Update lprm man page for modern markup and "canceled" spelling.

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

9 years agoDates in non-UTF-8 locales did not display correctly (STR #4388)
msweet [Thu, 22 May 2014 13:54:15 +0000 (13:54 +0000)] 
Dates in non-UTF-8 locales did not display correctly (STR #4388)

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

9 years agoIPP queues using hardcoded credentials would ask for credentials (STR #4371)
msweet [Thu, 22 May 2014 13:16:25 +0000 (13:16 +0000)] 
IPP queues using hardcoded credentials would ask for credentials (STR #4371)

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

9 years agoUpdate documentation.
msweet [Thu, 22 May 2014 13:15:20 +0000 (13:15 +0000)] 
Update documentation.

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

9 years agoFix PWG Raster auto-typing (STR #4417)
msweet [Thu, 22 May 2014 12:56:59 +0000 (12:56 +0000)] 
Fix PWG Raster auto-typing (STR #4417)

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

9 years agoSupport TIFF files in ipptool (STR #4418)
msweet [Wed, 21 May 2014 15:25:30 +0000 (15:25 +0000)] 
Support TIFF files in ipptool (STR #4418)

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

9 years agoSave work on destination API unit test program.
msweet [Fri, 16 May 2014 21:54:22 +0000 (21:54 +0000)] 
Save work on destination API unit test program.

Add cupsGetDestWithURI API.

Add cupsLocalizeDestMedia API.

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

9 years agoMore changes for STR #4414 to fix cupsGetDestMediaByIndex - wasn't copying the
msweet [Fri, 16 May 2014 21:02:15 +0000 (21:02 +0000)] 
More changes for STR #4414 to fix cupsGetDestMediaByIndex - wasn't copying the
size data over correctly (two different structs...)

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

9 years agoFix formatting.
msweet [Fri, 16 May 2014 20:59:22 +0000 (20:59 +0000)] 
Fix formatting.

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

9 years agoAdd -P option and PAUSE directive to ipptool.
msweet [Fri, 16 May 2014 06:14:11 +0000 (06:14 +0000)] 
Add -P option and PAUSE directive to ipptool.

Save work on IPP Everywhere test suite.

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

9 years agocupsGetDestMediaCount did not work for CUPS_MEDIA_FLAGS DEFAULT (STR #4414)
msweet [Tue, 13 May 2014 14:57:34 +0000 (14:57 +0000)] 
cupsGetDestMediaCount did not work for CUPS_MEDIA_FLAGS DEFAULT (STR #4414)

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

9 years agoAdd localized error message for failed TLS negotiation.
msweet [Fri, 9 May 2014 21:25:04 +0000 (21:25 +0000)] 
Add localized error message for failed TLS negotiation.

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

9 years agoCUPS did not compile when Avahi or mDNSResponder was not present (STR #4402)
msweet [Fri, 9 May 2014 20:57:11 +0000 (20:57 +0000)] 
CUPS did not compile when Avahi or mDNSResponder was not present (STR #4402)

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