]> git.ipfire.org Git - thirdparty/cups.git/log
thirdparty/cups.git
18 years agoAdd missing buttons.
mike [Tue, 8 May 2007 01:55:27 +0000 (01:55 +0000)] 
Add missing buttons.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6519 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoFix "relaying from" message (STR #2376)
mike [Mon, 7 May 2007 22:17:53 +0000 (22:17 +0000)] 
Fix "relaying from" message (STR #2376)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6518 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoFix launchd/StartupItem install stuff for Mac OS X.
mike [Mon, 7 May 2007 19:10:40 +0000 (19:10 +0000)] 
Fix launchd/StartupItem install stuff for Mac OS X.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6515 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoRemove excess whitespace.
mike [Mon, 7 May 2007 18:59:25 +0000 (18:59 +0000)] 
Remove excess whitespace.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6514 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd dummy startup script for cupsd on Mac OS X 10.4.x.
mike [Sun, 6 May 2007 23:50:25 +0000 (23:50 +0000)] 
Add dummy startup script for cupsd on Mac OS X 10.4.x.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6513 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoIgnore generated file.
mike [Sun, 6 May 2007 11:25:09 +0000 (11:25 +0000)] 
Ignore generated file.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6512 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoDisable USB backchannel on all BSD derivatives.
mike [Fri, 4 May 2007 13:08:05 +0000 (13:08 +0000)] 
Disable USB backchannel on all BSD derivatives.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6510 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd -W option to cupstestppd.
mike [Thu, 3 May 2007 22:58:41 +0000 (22:58 +0000)] 
Add -W option to cupstestppd.

Document changes in usage() and man page.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6509 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd support for more PPD filtering with CUPS-Get-PPDs (STR #1901)
mike [Thu, 3 May 2007 20:07:14 +0000 (20:07 +0000)] 
Add support for more PPD filtering with CUPS-Get-PPDs (STR #1901)

Add tests for new functionality.

Fix PSVersion (ppd-psversion) values.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6508 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd documentation on lpmove command (STR #2263)
mike [Thu, 3 May 2007 18:36:42 +0000 (18:36 +0000)] 
Add documentation on lpmove command (STR #2263)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6507 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd cupsGetServerPPD() function that uses CUPS_GET_PPD operation (STR #2334)
mike [Thu, 3 May 2007 18:12:35 +0000 (18:12 +0000)] 
Add cupsGetServerPPD() function that uses CUPS_GET_PPD operation (STR #2334)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6506 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoFix compile problems...
mike [Thu, 3 May 2007 17:44:22 +0000 (17:44 +0000)] 
Fix compile problems...

scheduler/conf.c:
    - Always include <syslog.h> now.

scheduler/cups-driverd.c:
    - list_ppds(): Don't take sizeof(sync), but sizeof(ppdsync).

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6505 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoImplement CUPS-Get-PPDs with printer-uri (STR #2334)
mike [Wed, 2 May 2007 00:14:56 +0000 (00:14 +0000)] 
Implement CUPS-Get-PPDs with printer-uri (STR #2334)

scheduler/client.c:
    - cupsdWriteClient(): Make sure we stick around after all
      attributes have been written if we have a file to write.
scheduler/ipp.c:
    - cupsdProcessIPPRequest(): Add file size to length as needed.
    - get_ppd(): Add code to get printer PPD and do redirects.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6504 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdded a new cupsDoIORequest() function for reading and writing files
mike [Tue, 1 May 2007 23:06:44 +0000 (23:06 +0000)] 
Added a new cupsDoIORequest() function for reading and writing files
via IPP requests (STR #2334)

Added a new CUPS_GET_PPD operation for getting an available PPD file
on the server (STR #2334)

cups/ipp.h:
    - Add CUPS_GET_PPD operation and CUPS_SEE_OTHER status.

cups/ipp-support.c:
    - Add CUPS-Get-PPD and cups-see-other names/constants.

cups/cups.h:
    - Add cupsDoIORequest() function.

cups/request.c:
    - cupsDoFileRequest(): Use cupsDoIORequest().
    - cupsDoIORequest(): Added.

test/ipptest.c:
    - Add support for defining variables on the command-line and
      showing the file downloaded by a request (-v to show).

scheduler/client.c:
    - Add support for returning both IPP and file data in the same
      request.

scheduler/ipp.c:
    - cupsdProcessIPPRequest(): Add support for CUPS-Get-PPD.
    - get_ppd(): Added.
    - url_encode_attr(): Call url_encode_string().
    - url_encode_string(): Added.

scheduler/cups-driverd.c:
    - Add "get request-id ppd-name" mode to return a PPD along
      with an IPP status message.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6503 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoImplement first part of STR #2334 - add support for multiple Product
mike [Tue, 1 May 2007 14:18:29 +0000 (14:18 +0000)] 
Implement first part of STR #2334 - add support for multiple Product
and PSVersion strings, and list PPDs in Mac OS X standard locations.

Also add virtual LSB locations "lsb/usr", "lsb/opt", and "lsb/local"
corresponding to /usr/share/ppd, /opt/share/ppd, and /usr/local/share/ppd,
respectively.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6502 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd cups-version attribute (STR #2240)
mike [Mon, 30 Apr 2007 21:53:15 +0000 (21:53 +0000)] 
Add cups-version attribute (STR #2240)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6501 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd "ctags" target (STR #1875)
mike [Mon, 30 Apr 2007 21:47:48 +0000 (21:47 +0000)] 
Add "ctags" target (STR #1875)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6500 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoFix Mac OS X AuthRef authorization (STR #2375)
mike [Mon, 30 Apr 2007 21:44:43 +0000 (21:44 +0000)] 
Fix Mac OS X AuthRef authorization (STR #2375)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6499 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAbort immediately if no data has been written and we get a SIGTERM signal
mike [Mon, 30 Apr 2007 21:40:33 +0000 (21:40 +0000)] 
Abort immediately if no data has been written and we get a SIGTERM signal
(STR #2103)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6498 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoUse "Printer Driver" instead of "Make and Model" in the web interface
mike [Mon, 30 Apr 2007 21:36:33 +0000 (21:36 +0000)] 
Use "Printer Driver" instead of "Make and Model" in the web interface
(STR #2256)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6497 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd documentation for the new DeviceURI directive.
mike [Mon, 30 Apr 2007 21:29:44 +0000 (21:29 +0000)] 
Add documentation for the new DeviceURI directive.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6496 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd support for DeviceURI in snmp.conf; documentation to follow (STR #2035)
mike [Mon, 30 Apr 2007 21:23:04 +0000 (21:23 +0000)] 
Add support for DeviceURI in snmp.conf; documentation to follow (STR #2035)

Also drop support for IPP probes, as it seems like very few devices
actually support IPP properly.  Instead, IPP-capable devices will need
to be listed separately in the snmp.conf file.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6495 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAlso handle chown/chmod errors for check_log_file() calls to create the
mike [Mon, 30 Apr 2007 19:52:26 +0000 (19:52 +0000)] 
Also handle chown/chmod errors for check_log_file() calls to create the
CUPS_LOGDIR directory...

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6494 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoDon't rewrite cupsd.plist file anymore, just use KeepAlive file instead.
mike [Mon, 30 Apr 2007 19:33:31 +0000 (19:33 +0000)] 
Don't rewrite cupsd.plist file anymore, just use KeepAlive file instead.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6493 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoDon't log errors using cupsdLogMessage() when creating the log directory.
mike [Mon, 30 Apr 2007 19:31:36 +0000 (19:31 +0000)] 
Don't log errors using cupsdLogMessage() when creating the log directory.

scheduler/conf.c:
    - cupsdCheckPermissions(): create_dir<0 means no logging; errors
      go to syslog.

scheduler/log.c:
    - check_log_file(): Pass -1 for create_dir passed to
      cupsdCheckPermissions.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6492 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoSync length check fix.
mike [Mon, 30 Apr 2007 18:21:52 +0000 (18:21 +0000)] 
Sync length check fix.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6491 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoCreate the CUPS log directory as needed (STR #2353)
mike [Mon, 30 Apr 2007 18:09:30 +0000 (18:09 +0000)] 
Create the CUPS log directory as needed (STR #2353)

scheduler/conf.c:
    - cupsdCheckPermissions(): Added.
    - cupsdReadConfiguration(): Call the new function.
    - check_permissions(): Removed.

scheduler/conf.h:
    - Add prototype for cupsdCheckPermissions().

scheduler/log.c:
    - check_log_file(): Call cupsdCheckPermissions() if the log
      file is in CUPS_LOGDIR.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6490 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agocupsLangDefault() now maps new-style Apple locale name to the
mike [Mon, 30 Apr 2007 17:55:15 +0000 (17:55 +0000)] 
cupsLangDefault() now maps new-style Apple locale name to the
traditional ll_CC form (STR #2357)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6489 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoGenerate the cupsd.conf reference help file (STR #2356)
mike [Mon, 30 Apr 2007 17:45:57 +0000 (17:45 +0000)] 
Generate the cupsd.conf reference help file (STR #2356)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6488 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoUpdate 1.2 changelog.
mike [Mon, 30 Apr 2007 17:21:28 +0000 (17:21 +0000)] 
Update 1.2 changelog.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6487 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoDon't forget to remove generated client.conf.man file (STR #2366)
mike [Mon, 30 Apr 2007 17:19:45 +0000 (17:19 +0000)] 
Don't forget to remove generated client.conf.man file (STR #2366)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6485 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoFix format string bug (STR #2373)
mike [Mon, 30 Apr 2007 17:16:16 +0000 (17:16 +0000)] 
Fix format string bug (STR #2373)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6483 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoDon't stop waiting for a job if it is stopped or held (STR #2352)
mike [Mon, 30 Apr 2007 17:05:59 +0000 (17:05 +0000)] 
Don't stop waiting for a job if it is stopped or held (STR #2352)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6482 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoDon't install templates as config files anymore.
mike [Fri, 27 Apr 2007 18:53:20 +0000 (18:53 +0000)] 
Don't install templates as config files anymore.

Do a killall on cupsd between the launchctl commands to avoid
having to do a reboot.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6480 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoDrop toupper - we don't need it.
mike [Fri, 27 Apr 2007 11:44:10 +0000 (11:44 +0000)] 
Drop toupper - we don't need it.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6479 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoMap option names to lowercase when hashing.
mike [Fri, 27 Apr 2007 11:08:57 +0000 (11:08 +0000)] 
Map option names to lowercase when hashing.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6478 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoMerge ppdConflicts() optimizations and new hashed array support
mike [Wed, 25 Apr 2007 19:55:45 +0000 (19:55 +0000)] 
Merge ppdConflicts() optimizations and new hashed array support
(STR #2358)

cups/array.c:
    - Add hash data to _cups_array_s.
    - cupsArrayDelete(): Free hash array.
    - cupsArrayFind(): Use hash array.
    - cupsArrayNew(): Call cupsArrayNew2().
    - cupsArrayNew2(): Added.

cups/array.h:
    - Add cups_ahash_func_t definition for hash functions.
    - Add cupsArrayNew2() with hash function and hash size
      arguments.

cups/mark.c:
    - ppdConflicts(): Cache the last

cups/ppd.c:
    - ppdClose(): Destroy "marked" array.
    - ppdOpen2(): Create "marked" array for marked options, use a
      hash for the options array for faster lookups, and sort the
      UIConstraints.
    - ppd_compare_choices(): Added.
    - ppd_compare_consts(): Added.
    - ppd_hash_option(): Added.

cups/ppd.h:
    - Add "marked" array to ppd_file_t.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6477 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoChangelog...
mike [Mon, 23 Apr 2007 20:35:44 +0000 (20:35 +0000)] 
Changelog...

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6464 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoFix PDF rotation bug (STR #2348)
mike [Mon, 23 Apr 2007 20:34:38 +0000 (20:34 +0000)] 
Fix PDF rotation bug (STR #2348)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6463 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoFix crash when a printer points to a bad file: URL...
mike [Mon, 23 Apr 2007 19:25:13 +0000 (19:25 +0000)] 
Fix crash when a printer points to a bad file: URL...

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6462 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoReturn notify-lease-duration from renew_subscription (STR #2346)
mike [Mon, 23 Apr 2007 19:14:47 +0000 (19:14 +0000)] 
Return notify-lease-duration from renew_subscription (STR #2346)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6461 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoFix IPP printing for Xerox printers (STR #2349)
mike [Mon, 23 Apr 2007 17:33:45 +0000 (17:33 +0000)] 
Fix IPP printing for Xerox printers (STR #2349)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6459 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoppdLocalize() now also tries a country-specific localization for
mike [Tue, 17 Apr 2007 18:40:55 +0000 (18:40 +0000)] 
ppdLocalize() now also tries a country-specific localization for
when localizing to a generic locale name.

The cupstestppd program now allows for partial localizations to
reduce the size of universal PPD files.

Chinese PPD files were incorrectly tagged with the "cn" locale
(should have been "zh")

Update PPD documentation WRT locale name usage.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6457 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoThe backends now manage the printer-state-reasons attribute more
mike [Mon, 16 Apr 2007 14:26:36 +0000 (14:26 +0000)] 
The backends now manage the printer-state-reasons attribute more
accurately (STR #2345)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6455 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoJava, PHP, Perl, and Python scripts did not work properly (STR
mike [Thu, 12 Apr 2007 20:43:54 +0000 (20:43 +0000)] 
Java, PHP, Perl, and Python scripts did not work properly (STR
#2342)

scheduler/client.c:
    - is_cgi(): Add space to start of options string so that
      pipe_command() knows to pass the script name as an argument
      instead of as path information.
    - pipe_command(): Add AUTH_TYPE, GATEWAY_INTERFACE, and
      SCRIPT_FILENAME environment variables, and discard leading
      space in option string.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6453 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoDon't close more than 1024 file descriptors when going in
mike [Thu, 12 Apr 2007 16:43:18 +0000 (16:43 +0000)] 
Don't close more than 1024 file descriptors when going in
"daemon" mode (STR #2329)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6452 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoThe page-ranges option was incorrectly applied to the banner
mike [Thu, 12 Apr 2007 16:39:05 +0000 (16:39 +0000)] 
The page-ranges option was incorrectly applied to the banner
pages (STR #2336)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6451 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoFix strict aliasing warning (STR #2340)
mike [Wed, 11 Apr 2007 13:18:26 +0000 (13:18 +0000)] 
Fix strict aliasing warning (STR #2340)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6449 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd _HPUX_SOURCE definition on HP-UX - needed for IPv6 header (STR #2331)
mike [Tue, 10 Apr 2007 18:02:00 +0000 (18:02 +0000)] 
Add _HPUX_SOURCE definition on HP-UX - needed for IPv6 header (STR #2331)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6447 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoFix CustomPageSize constraints and CustomFoo options that are not
mike [Wed, 4 Apr 2007 23:43:26 +0000 (23:43 +0000)] 
Fix CustomPageSize constraints and CustomFoo options that are not
custom options.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6445 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd checks for valid constraints...
mike [Wed, 4 Apr 2007 22:13:58 +0000 (22:13 +0000)] 
Add checks for valid constraints...

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6444 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd checks for pre-filters.
mike [Wed, 4 Apr 2007 21:41:29 +0000 (21:41 +0000)] 
Add checks for pre-filters.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6443 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd checks for existing filters, etc. (STR #2326)
mike [Wed, 4 Apr 2007 14:28:59 +0000 (14:28 +0000)] 
Add checks for existing filters, etc. (STR #2326)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6442 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoMove list of new printers to a separate page.
mike [Tue, 3 Apr 2007 23:17:17 +0000 (23:17 +0000)] 
Move list of new printers to a separate page.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6440 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd support for setting banner and policy options for raw queues and
mike [Tue, 3 Apr 2007 21:02:15 +0000 (21:02 +0000)] 
Add support for setting banner and policy options for raw queues and
classes (STR #2238)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6439 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd pre-shutdown wait for back-channel data (STR #2325)
mike [Tue, 3 Apr 2007 17:52:41 +0000 (17:52 +0000)] 
Add pre-shutdown wait for back-channel data (STR #2325)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6438 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoDisable USB back-channel on NetBSD (STR #2324)
mike [Tue, 3 Apr 2007 17:38:10 +0000 (17:38 +0000)] 
Disable USB back-channel on NetBSD (STR #2324)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6437 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd ErrorPolicy directive (STR #1871)
mike [Mon, 2 Apr 2007 23:24:02 +0000 (23:24 +0000)] 
Add ErrorPolicy directive (STR #1871)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6436 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoFix JCL order dependency values (STR #1985)
mike [Mon, 2 Apr 2007 22:43:39 +0000 (22:43 +0000)] 
Fix JCL order dependency values (STR #1985)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6435 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoRelay printer-state-message strings from server to client (STR #2109)
mike [Mon, 2 Apr 2007 22:07:10 +0000 (22:07 +0000)] 
Relay printer-state-message strings from server to client (STR #2109)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6434 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd support for PSX printer-alert and printer-alert-description
mike [Mon, 2 Apr 2007 21:50:50 +0000 (21:50 +0000)] 
Add support for PSX printer-alert and printer-alert-description
attributes (STR #2088)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6433 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoI18N stuff.
mike [Mon, 2 Apr 2007 21:50:28 +0000 (21:50 +0000)] 
I18N stuff.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6432 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd Hebrew localization (STR #2148)
mike [Mon, 2 Apr 2007 14:31:49 +0000 (14:31 +0000)] 
Add Hebrew localization (STR #2148)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6431 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd base language checks to cupstestppd (STR #2313)
mike [Mon, 2 Apr 2007 14:01:55 +0000 (14:01 +0000)] 
Add base language checks to cupstestppd (STR #2313)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6430 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd support for STATE: paused (STR #1903)
mike [Mon, 2 Apr 2007 13:44:52 +0000 (13:44 +0000)] 
Add support for STATE: paused (STR #1903)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6429 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd "in select" flag so that we don't move FDs to the inactive array
mike [Mon, 2 Apr 2007 13:38:11 +0000 (13:38 +0000)] 
Add "in select" flag so that we don't move FDs to the inactive array
outside of cupsdDoSelect().

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6428 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd inactive FD array to select API for epoll() and /dev/kqueue
mike [Mon, 2 Apr 2007 13:28:18 +0000 (13:28 +0000)] 
Add inactive FD array to select API for epoll() and /dev/kqueue
implementations - that prevents stale FDs from getting used.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6427 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoSync changelog.
mike [Mon, 2 Apr 2007 13:13:11 +0000 (13:13 +0000)] 
Sync changelog.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6425 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoDon't clear printer-state-reasons on job completion, just the
mike [Mon, 2 Apr 2007 13:09:06 +0000 (13:09 +0000)] 
Don't clear printer-state-reasons on job completion, just the
printer-state-message attribute (STR #2323)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6424 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoFix policy loading for printers and classes.
mike [Mon, 2 Apr 2007 13:05:19 +0000 (13:05 +0000)] 
Fix policy loading for printers and classes.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6423 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoCleanup localization files.
mike [Fri, 30 Mar 2007 20:49:37 +0000 (20:49 +0000)] 
Cleanup localization files.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6422 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoLocalize pdftops filter (STR #1895)
mike [Fri, 30 Mar 2007 20:02:19 +0000 (20:02 +0000)] 
Localize pdftops filter (STR #1895)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6421 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoLocalize filters (STR #1895)
mike [Fri, 30 Mar 2007 20:00:59 +0000 (20:00 +0000)] 
Localize filters (STR #1895)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6420 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoSync changelog.
mike [Fri, 30 Mar 2007 18:39:22 +0000 (18:39 +0000)] 
Sync changelog.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6418 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoThe AP_FIRSTPAGE_InputSlot option did not clear any ManualFeed
mike [Fri, 30 Mar 2007 18:38:59 +0000 (18:38 +0000)] 
The AP_FIRSTPAGE_InputSlot option did not clear any ManualFeed
setting that was made, which caused problems with some PPD files
(STR #2318)

filter/pstops.c:
    - copy_page(): Clear ManualFeed if an InputSlot option is
      specified.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6417 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAbort when we get an ippRead() error (STR #2315)
mike [Fri, 30 Mar 2007 18:30:33 +0000 (18:30 +0000)] 
Abort when we get an ippRead() error (STR #2315)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6416 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoFix scheduling of jobs to remote and nested classes (STR #2317)
mike [Fri, 30 Mar 2007 18:20:55 +0000 (18:20 +0000)] 
Fix scheduling of jobs to remote and nested classes (STR #2317)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6415 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoFix SCSI code on IRIX.
mike [Fri, 30 Mar 2007 13:40:57 +0000 (13:40 +0000)] 
Fix SCSI code on IRIX.

Include i18n.h in usb.c instead of usb-*.c.

Update dependencies.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6414 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd i18n.h dependency for usb-*.c...
mike [Fri, 30 Mar 2007 13:35:01 +0000 (13:35 +0000)] 
Add i18n.h dependency for usb-*.c...

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6413 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoUpdate dependencies.
mike [Fri, 30 Mar 2007 13:33:22 +0000 (13:33 +0000)] 
Update dependencies.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6412 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoFix backend localization bugs.
mike [Wed, 28 Mar 2007 23:02:51 +0000 (23:02 +0000)] 
Fix backend localization bugs.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6411 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoChange ERROR/WARNING messages in check_permissions() to DEBUG.
mike [Wed, 28 Mar 2007 18:02:59 +0000 (18:02 +0000)] 
Change ERROR/WARNING messages in check_permissions() to DEBUG.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6409 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoFix language cache lookup - was using the base language name instead of
mike [Tue, 27 Mar 2007 17:45:12 +0000 (17:45 +0000)] 
Fix language cache lookup - was using the base language name instead of
the "real" name that was requested.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6407 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd warning that these files are overwritten on install (STR #2310)
mike [Tue, 27 Mar 2007 16:09:02 +0000 (16:09 +0000)] 
Add warning that these files are overwritten on install (STR #2310)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6405 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoFix infinite loop bug in cupsdFindAvailablePrinter() (STR #2311)
mike [Tue, 27 Mar 2007 16:04:28 +0000 (16:04 +0000)] 
Fix infinite loop bug in cupsdFindAvailablePrinter() (STR #2311)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6404 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoMore localization stuff + cleanup to only use fputs and fprintf since we
mike [Tue, 27 Mar 2007 16:00:56 +0000 (16:00 +0000)] 
More localization stuff + cleanup to only use fputs and fprintf since we
want UTF-8 out of the backends, not the default locale charset...

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6403 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoLocalize backends.
mike [Tue, 27 Mar 2007 07:54:14 +0000 (07:54 +0000)] 
Localize backends.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6402 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoMake sure label width is an even multiple of 8 dots for EPL 2 (page mode)
mike [Mon, 26 Mar 2007 14:36:01 +0000 (14:36 +0000)] 
Make sure label width is an even multiple of 8 dots for EPL 2 (page mode)
output.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6401 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoDo page accounting as needed.
mike [Mon, 26 Mar 2007 14:29:40 +0000 (14:29 +0000)] 
Do page accounting as needed.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6400 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoFix crash bug for raw jobs.
mike [Mon, 26 Mar 2007 14:27:48 +0000 (14:27 +0000)] 
Fix crash bug for raw jobs.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6399 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd support for LPD streaming mode (STR #2036)
mike [Mon, 26 Mar 2007 12:57:59 +0000 (12:57 +0000)] 
Add support for LPD streaming mode (STR #2036)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6398 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoUse weak binding for Kerberos framework on Mac OS X.
mike [Sun, 25 Mar 2007 23:33:32 +0000 (23:33 +0000)] 
Use weak binding for Kerberos framework on Mac OS X.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6397 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoUse xc:transparent instead of buttons.gif as the base image.
mike [Sun, 25 Mar 2007 01:19:47 +0000 (01:19 +0000)] 
Use xc:transparent instead of buttons.gif as the base image.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6396 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoAdd instance help (STR #1775)
mike [Sun, 25 Mar 2007 00:25:13 +0000 (00:25 +0000)] 
Add instance help (STR #1775)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6395 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoFix skipping of HTML elements and entities so that the word index is
mike [Sun, 25 Mar 2007 00:01:14 +0000 (00:01 +0000)] 
Fix skipping of HTML elements and entities so that the word index is
correct.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6394 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoChangelog.
mike [Sat, 24 Mar 2007 14:37:03 +0000 (14:37 +0000)] 
Changelog.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6392 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoThe pstops filter did not handle %%EndFeature comments properly (STR
mike [Sat, 24 Mar 2007 14:35:56 +0000 (14:35 +0000)] 
The pstops filter did not handle %%EndFeature comments properly (STR
#2306)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6391 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoFix Polish printer icons (STR #2305)
mike [Sat, 24 Mar 2007 14:33:36 +0000 (14:33 +0000)] 
Fix Polish printer icons (STR #2305)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6390 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoRun tests in POSIX locale to avoid localization issues.
mike [Sat, 24 Mar 2007 14:26:04 +0000 (14:26 +0000)] 
Run tests in POSIX locale to avoid localization issues.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6389 7a7537e8-13f0-0310-91df-b6672ffda945

18 years agoSpeling mistake...
mike [Sat, 24 Mar 2007 14:21:31 +0000 (14:21 +0000)] 
Speling mistake...

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6388 7a7537e8-13f0-0310-91df-b6672ffda945