]>
git.ipfire.org Git - thirdparty/cups.git/log
mike [Fri, 6 May 2011 23:07:28 +0000 (23:07 +0000)]
Fixed a confusing error message from cups-polld (STR #3806)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9753
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 6 May 2011 23:02:28 +0000 (23:02 +0000)]
Bump the default RIPCache value to 128MB (STR #3535)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9752
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 6 May 2011 22:57:13 +0000 (22:57 +0000)]
Drop "osx" target from makefile and installation instructions.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9751
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 6 May 2011 22:53:53 +0000 (22:53 +0000)]
Route MIME errors to the error_log file (STR #2410)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9750
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 6 May 2011 21:07:25 +0000 (21:07 +0000)]
Updated PDF filter to support new Ghostscript ps2write device (STR #3766)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9749
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 6 May 2011 21:02:44 +0000 (21:02 +0000)]
Comment out an unnecessary assignment.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9748
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 6 May 2011 17:32:05 +0000 (17:32 +0000)]
Update cupsfilter to support cupsFilter2 and all of its goodness (STR #3841)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9747
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 6 May 2011 16:50:15 +0000 (16:50 +0000)]
Update PDF filter to support new Poppler option to preserve page sizes in PDF
files when the user has not selected a particular media size (STR #3689)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9746
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 6 May 2011 01:57:01 +0000 (01:57 +0000)]
Fix an issue with the new "no print" code in the IPP backend - since we don't
always read on every pass through the loop we can't use "bytes" as an indicator
of success.
Increase the size of buffers for the socket and lpd backends; 1k for socket to
avoid blocking/fragmentation on a write to the socket, and 16k for the LPD
backend since we are writing to a file.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9745
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Thu, 5 May 2011 23:42:30 +0000 (23:42 +0000)]
Add translator comments for a few strings.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9744
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 4 May 2011 20:44:03 +0000 (20:44 +0000)]
Merge remote job state change into a single write to stderr.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9743
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 4 May 2011 20:32:18 +0000 (20:32 +0000)]
Change printer-state-reason name...
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9742
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 4 May 2011 18:51:57 +0000 (18:51 +0000)]
Always copy URI passed to _httpResolveURI.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9741
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 4 May 2011 06:26:22 +0000 (06:26 +0000)]
Ignore SIGPIPE.
Document that filters should ignore SIGPIPE.
Update docos.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9740
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 4 May 2011 06:15:22 +0000 (06:15 +0000)]
Fix "don't connect unless we have print data" changes for network backends.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9739
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 4 May 2011 05:03:52 +0000 (05:03 +0000)]
Use printer-is-accepting-jobs as well as printer-state-reasons to determine
whether we can submit a job.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9738
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 4 May 2011 04:28:00 +0000 (04:28 +0000)]
Add XPC support for IPP backend, allowing it to get Kerberos credentials from
the user session.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9737
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Tue, 3 May 2011 21:58:51 +0000 (21:58 +0000)]
Don't need to load a message catalog when loading a PPD.
Make _cupsGSSServiceName() private API condition based on HAVE_GSSAPI.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9736
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Tue, 3 May 2011 21:31:49 +0000 (21:31 +0000)]
Fix PWG Raster generation bug (no cupsNumColors value...)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9735
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 2 May 2011 23:33:49 +0000 (23:33 +0000)]
Add _cupsGSSServiceName private API.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9734
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 2 May 2011 21:27:38 +0000 (21:27 +0000)]
Fix AUTH_UID for peer credentials.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9733
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Sun, 1 May 2011 19:55:04 +0000 (19:55 +0000)]
Use GSS framework, when available, and support acquisition of Kerberos creds
when the underlying libraries support it (may add others as time permits).
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9732
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 29 Apr 2011 22:45:35 +0000 (22:45 +0000)]
Update Bonjour support to resolve the server's hostname to a FQDN (not just a
.local name) when needed.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9731
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 29 Apr 2011 15:35:23 +0000 (15:35 +0000)]
Don't report waste supply full/almost full reasons since vendors do not agree on
the definition of a supply that is filled (e.g. amount full vs amount empty?)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9730
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 29 Apr 2011 04:31:32 +0000 (04:31 +0000)]
Fix Xcode project.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9729
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Thu, 28 Apr 2011 21:20:12 +0000 (21:20 +0000)]
Fix speling mistaks in documentation (STR #3837 + more that I found with a
spell checker sweep...)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9727
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 27 Apr 2011 23:31:16 +0000 (23:31 +0000)]
Fix example socket URI.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9725
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 27 Apr 2011 23:29:25 +0000 (23:29 +0000)]
Create logs when *not* set to "syslog"...
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9724
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 27 Apr 2011 20:27:50 +0000 (20:27 +0000)]
Fix a comment.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9722
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 27 Apr 2011 19:48:47 +0000 (19:48 +0000)]
Add missing whitespace.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9720
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 27 Apr 2011 19:47:22 +0000 (19:47 +0000)]
Fix driver mapping.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9719
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 25 Apr 2011 23:20:36 +0000 (23:20 +0000)]
Fix authenticated printing bug.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9718
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 22 Apr 2011 23:01:57 +0000 (23:01 +0000)]
Clang doesn't support "-pie", so just pass as "-Wl,-pie" (which both GCC and
Clang support)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9717
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 22 Apr 2011 22:36:10 +0000 (22:36 +0000)]
The scheduler might leave old job data files in the spool directory (STR #3795)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9715
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 22 Apr 2011 20:10:04 +0000 (20:10 +0000)]
Update filter documentation to talk a little about signal handling.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9714
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 22 Apr 2011 18:36:05 +0000 (18:36 +0000)]
Add AUTH_INFO_REQUIRED environment variable to let backends know what type of
authentication is expected.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9713
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 22 Apr 2011 17:53:36 +0000 (17:53 +0000)]
Update message catalog for new strings.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9712
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 22 Apr 2011 17:47:03 +0000 (17:47 +0000)]
Move scheduler's cupsdCheckProgram to libcups as _cupsFileCheck, and add some
more checks where we need them.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9710
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 22 Apr 2011 06:42:29 +0000 (06:42 +0000)]
Check that we successfully allocate memory for profile name dictionary.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9709
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 22 Apr 2011 06:37:54 +0000 (06:37 +0000)]
Validate page size names.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9708
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 22 Apr 2011 06:13:48 +0000 (06:13 +0000)]
Fail on client-error-document-format-not-supported or
client-error-conflicting-attributes
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9707
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 22 Apr 2011 04:38:28 +0000 (04:38 +0000)]
Fix a mimeFilter bug that caused cupsFilter2 lines to not work for the second
and subsequent printers.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9705
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 20 Apr 2011 21:59:16 +0000 (21:59 +0000)]
Add support for Mac OS X driver bundles.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9703
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 20 Apr 2011 21:16:08 +0000 (21:16 +0000)]
Update get-jobs test to include media and impressions attributes.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9702
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 20 Apr 2011 19:50:12 +0000 (19:50 +0000)]
Cleanup and expand libcupsmime debug logging.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9701
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 20 Apr 2011 18:15:44 +0000 (18:15 +0000)]
Drop debug level slightly.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9700
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 20 Apr 2011 14:11:14 +0000 (14:11 +0000)]
Add support for CUPS debug printfs in the scheduler on Mac OS X.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9699
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 20 Apr 2011 04:15:21 +0000 (04:15 +0000)]
Fix some clang-reported warnings and add ippserver to the project.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9698
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Tue, 19 Apr 2011 22:25:38 +0000 (22:25 +0000)]
Update testmime.c to register PPD filters just like cupsd, for testing.
Clean up cupsPreFilter support.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9697
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 18 Apr 2011 16:25:04 +0000 (16:25 +0000)]
Fix output in locales using US-ASCII.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9695
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Sat, 16 Apr 2011 03:28:33 +0000 (03:28 +0000)]
More message cleanup, and retry on pretty much any error to work around printer
bugs.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9694
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Sat, 16 Apr 2011 02:51:22 +0000 (02:51 +0000)]
Fix IPP backend so that it can recover from failed job submissions that are
streamed.
Add CUPS_BACKEND_RETRY and CUPS_BACKEND_RETRY_CURRENT exit codes.
Simplify the error messages from the backends.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9693
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Sat, 16 Apr 2011 01:25:40 +0000 (01:25 +0000)]
Normalize the permission checking code, and check permissions in more places.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9692
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 15 Apr 2011 23:38:13 +0000 (23:38 +0000)]
Add IPv6 support to the SNMP backend, and do some additional cleanup wherever
we directly access socket address members.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9691
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 15 Apr 2011 21:52:05 +0000 (21:52 +0000)]
Log missing ICC profiles.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9690
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 15 Apr 2011 21:51:55 +0000 (21:51 +0000)]
Fix speling mistak.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9689
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 15 Apr 2011 06:08:35 +0000 (06:08 +0000)]
Eliminate indefinite wait for response.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9688
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 15 Apr 2011 05:55:20 +0000 (05:55 +0000)]
Allow running with "none" as the profile. Also close excess files (just in case)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9687
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 15 Apr 2011 04:47:29 +0000 (04:47 +0000)]
Make sure the log files get created when cupsd runs.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9686
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 15 Apr 2011 03:59:10 +0000 (03:59 +0000)]
Clean up standard media localizations.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9685
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Thu, 14 Apr 2011 06:59:02 +0000 (06:59 +0000)]
Fix typos in documentation (STR #3826, STR #3829)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9683
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 13 Apr 2011 18:27:45 +0000 (18:27 +0000)]
Ignore generated file.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9682
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 13 Apr 2011 18:27:05 +0000 (18:27 +0000)]
Fix memory leak as well in load_ppd.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9681
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 13 Apr 2011 15:45:24 +0000 (15:45 +0000)]
Update documentation and dependencies.
Add note about cupsFilter2 hiding cupsFilter.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9680
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 13 Apr 2011 15:23:41 +0000 (15:23 +0000)]
Log a different error for an out-of-date PPD cache.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9679
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 13 Apr 2011 15:16:28 +0000 (15:16 +0000)]
Fix crash bug.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9678
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 13 Apr 2011 06:32:12 +0000 (06:32 +0000)]
Make conflicting defaults cause a test failure unless -Wdefaults is used.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9677
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 11 Apr 2011 21:29:10 +0000 (21:29 +0000)]
Free memory used for peer certificates.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9676
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 11 Apr 2011 16:55:48 +0000 (16:55 +0000)]
Remove text that won't get localized.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9675
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Sat, 9 Apr 2011 05:01:58 +0000 (05:01 +0000)]
Cleanup...
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9674
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Sat, 9 Apr 2011 04:34:17 +0000 (04:34 +0000)]
Add definitions for DeviceN and PWG Raster support.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9673
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Sat, 9 Apr 2011 04:12:26 +0000 (04:12 +0000)]
Fix compression bug - didn't compress up to 128 literal pixels.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9672
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 8 Apr 2011 04:44:52 +0000 (04:44 +0000)]
Use legacy device UUID for now since too many other things depend on it.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9671
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 8 Apr 2011 04:42:55 +0000 (04:42 +0000)]
Fix crasher in SNMP supply code.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9670
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 6 Apr 2011 16:16:38 +0000 (16:16 +0000)]
Fix divide-by-zero bug.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9669
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 1 Apr 2011 05:55:27 +0000 (05:55 +0000)]
Add PWG Raster filter (rastertopwg) for IPP Everywhere.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9668
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 1 Apr 2011 04:48:21 +0000 (04:48 +0000)]
Add PWG raster MIME type and filter definition (filter to come shortly...)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9667
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Thu, 31 Mar 2011 22:15:25 +0000 (22:15 +0000)]
Fix bug - was setting all of the remote state keywords instead of clearing them...
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9666
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Thu, 31 Mar 2011 18:53:52 +0000 (18:53 +0000)]
Update "lp" man page to call out that the hold time is UTC, not local, time.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9664
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 30 Mar 2011 23:03:16 +0000 (23:03 +0000)]
Add callback to _httpResolveURI.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9663
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 30 Mar 2011 16:59:09 +0000 (16:59 +0000)]
Back out change for APDialogSandbox; no longer needed.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9662
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 30 Mar 2011 03:45:40 +0000 (03:45 +0000)]
Add remote job state keywords.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9661
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 30 Mar 2011 03:04:10 +0000 (03:04 +0000)]
Add support for "maxsize(nnnn)" parameter in cupsFilter2 definitions. We are
purposely not documenting this, however, since it has very limited usage (mainly
for IPP Everywhere).
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9660
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 30 Mar 2011 02:36:53 +0000 (02:36 +0000)]
Don't set the cups-insecure-filter-warning keyword for group-writable files owned
by the "admin" group.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9659
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 30 Mar 2011 02:18:14 +0000 (02:18 +0000)]
Add support for APDialogSandbox keyword.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9658
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 30 Mar 2011 02:03:28 +0000 (02:03 +0000)]
Fix this header so it can be included from a C++ source file.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9657
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Tue, 29 Mar 2011 00:00:04 +0000 (00:00 +0000)]
One more change for Kerberos.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9656
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 28 Mar 2011 23:52:32 +0000 (23:52 +0000)]
Clean up some of the Kerberos changes, and add support for GSSServiceName in
client.conf so it is easier to deploy system-wide configurations for the
service name.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9655
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 28 Mar 2011 22:59:59 +0000 (22:59 +0000)]
Move cupsdMakeUUID code into libcups as _httpAssembleUUID. We'll use this in the
ippserver test code at some point...
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9654
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 28 Mar 2011 21:56:58 +0000 (21:56 +0000)]
Fix a crash bug.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9653
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 25 Mar 2011 21:25:38 +0000 (21:25 +0000)]
Start some Kerberized printing cleanup.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9652
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 25 Mar 2011 16:21:18 +0000 (16:21 +0000)]
Update copyright.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9650
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 25 Mar 2011 06:39:09 +0000 (06:39 +0000)]
Avoid potentially clobbering the ppds.dat file while another cups-driverd process
is trying to read from it.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9648
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 25 Mar 2011 05:55:35 +0000 (05:55 +0000)]
Don't disable certificates for authorization when there is an authkey since we
really only want to disable the root certificate (which is no longer generated).
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9647
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 25 Mar 2011 05:53:01 +0000 (05:53 +0000)]
Don't use root certificates when we have authrefs.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9646
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 23 Mar 2011 17:23:47 +0000 (17:23 +0000)]
Fix compiles when there is no SSL implementation available.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9644
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 23 Mar 2011 03:41:29 +0000 (03:41 +0000)]
Fix crash bug for constraints without option keywords.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9643
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 23 Mar 2011 00:18:40 +0000 (00:18 +0000)]
Fix Monarch envelope name.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9642
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Tue, 22 Mar 2011 14:28:04 +0000 (14:28 +0000)]
One more typo...
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9640
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Tue, 22 Mar 2011 14:25:53 +0000 (14:25 +0000)]
Fix some typos in the CUPS Raster documentation.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9638
7a7537e8 -13f0-0310-91df-
b6672ffda945