]> git.ipfire.org Git - thirdparty/cups.git/log
thirdparty/cups.git
23 years agoMake sure that static libraries are installed and ranlib'd, as needed.
mike [Tue, 30 Jul 2002 19:09:27 +0000 (19:09 +0000)] 
Make sure that static libraries are installed and ranlib'd, as needed.

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

23 years agoFix comments to match code.
mike [Mon, 29 Jul 2002 19:06:21 +0000 (19:06 +0000)] 
Fix comments to match code.

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

23 years agoSet the CLASS environment variable when sending jobs to a class.
mike [Tue, 23 Jul 2002 21:16:28 +0000 (21:16 +0000)] 
Set the CLASS environment variable when sending jobs to a class.

Preserved class and remote bits for dtype.

Return from the IPP backend immediately (well, after 5 seconds) if the
backend cannot connect to the print server or submit a print job (but
only if we are printing to a class...)

Don't stop the destination queue if the backend failed when printing
to a class.

Update man pages for backend and filter env vars.

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

23 years agoThe parent needs to ignore SIGHUP, in case another script tries to
mike [Mon, 22 Jul 2002 12:22:29 +0000 (12:22 +0000)] 
The parent needs to ignore SIGHUP, in case another script tries to
restart cupsd; this normally shouldn't happen since we wait for the
child to start before returning, but apparently there are some impatient
users (or parallellized init programs?) that might tweek this.

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

23 years agoDon't need to install logo and diagram images.
mike [Sat, 20 Jul 2002 04:08:18 +0000 (04:08 +0000)] 
Don't need to install logo and diagram images.

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

23 years agoDon't set job state/hold-until time until after we insert the job in the
mike [Fri, 19 Jul 2002 14:39:56 +0000 (14:39 +0000)] 
Don't set job state/hold-until time until after we insert the job in the
list.

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

23 years agoForgot to set Jobs == NULL after FreeAllJobs()...
mike [Fri, 19 Jul 2002 14:33:48 +0000 (14:33 +0000)] 
Forgot to set Jobs == NULL after FreeAllJobs()...

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

23 years agoFrench manuals, templates, and images from Marian.
mike [Thu, 18 Jul 2002 21:14:17 +0000 (21:14 +0000)] 
French manuals, templates, and images from Marian.

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

23 years agoUnquote %xx characters in the username:password field of a URI.
mike [Thu, 18 Jul 2002 16:29:51 +0000 (16:29 +0000)] 
Unquote %xx characters in the username:password field of a URI.

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

23 years agoAdd hints to the error_log file, like "Did you install ESP Ghostscript?"
mike [Thu, 18 Jul 2002 15:39:23 +0000 (15:39 +0000)] 
Add hints to the error_log file, like "Did you install ESP Ghostscript?"
and "Try setting the log level to debug" :)

When LogLevel is "debug2", also write INFO messages from filters to the
error_log file.

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

23 years agoUpdate SuSE PAM configuration file.
mike [Thu, 18 Jul 2002 10:50:34 +0000 (10:50 +0000)] 
Update SuSE PAM configuration file.

Reload jobs after reloading configuration files - otherwise the mime type
pointers would be bad.

Add -F option for running the scheduler in the foreground but still
detach from the console and directory.

When running in daemon mode, wait for the child process to start accepting
connections before returning from the parent.

Make sure to set the network interface cache time (so that the cache is
actually used...)

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

23 years agoNew test for libsupc++.
mike [Wed, 17 Jul 2002 17:30:13 +0000 (17:30 +0000)] 
New test for libsupc++.

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

23 years agoAdd debug stuff when loading jobs...
mike [Mon, 15 Jul 2002 23:47:02 +0000 (23:47 +0000)] 
Add debug stuff when loading jobs...

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

23 years agoAdd "reserve" option to LPD backend, and don't reserve a priviledged
mike [Thu, 11 Jul 2002 17:51:17 +0000 (17:51 +0000)] 
Add "reserve" option to LPD backend, and don't reserve a priviledged
port by default.

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

23 years agoFix Darwin compile problem...
mike [Mon, 8 Jul 2002 18:26:05 +0000 (18:26 +0000)] 
Fix Darwin compile problem...

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

23 years agoContinue past printers without PPD files.
mike [Wed, 3 Jul 2002 15:50:45 +0000 (15:50 +0000)] 
Continue past printers without PPD files.

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

23 years agolpstat patch from Steve Walsh. (case-insensitive printer names, printer
mike [Tue, 2 Jul 2002 20:08:50 +0000 (20:08 +0000)] 
lpstat patch from Steve Walsh. (case-insensitive printer names, printer
location attribute)

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

23 years agoFix %p bug in vsnprintf() emulation function - affected old versions of
mike [Tue, 2 Jul 2002 19:14:45 +0000 (19:14 +0000)] 
Fix %p bug in vsnprintf() emulation function - affected old versions of
Solaris, HP-UX, and IRIX.

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

23 years agoDon't pass number-up option to filters when printing banner pages.
mike [Tue, 2 Jul 2002 12:46:22 +0000 (12:46 +0000)] 
Don't pass number-up option to filters when printing banner pages.

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

23 years agoRemove file backend from lpinfo sample output.
mike [Mon, 1 Jul 2002 13:29:53 +0000 (13:29 +0000)] 
Remove file backend from lpinfo sample output.

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

23 years agoDon't allow slash (/) in printer names.
mike [Fri, 28 Jun 2002 20:14:25 +0000 (20:14 +0000)] 
Don't allow slash (/) in printer names.

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

23 years agoCompare char against 0, since char is signed on some platforms and we need
mike [Thu, 27 Jun 2002 20:18:48 +0000 (20:18 +0000)] 
Compare char against 0, since char is signed on some platforms and we need
to support 8-bit chars.

Also check that the length does not exceed 127 bytes (max for name).

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

23 years agoMirror ESP Ghostscript CUPS driver NumCopies fix.
mike [Thu, 27 Jun 2002 19:59:43 +0000 (19:59 +0000)] 
Mirror ESP Ghostscript CUPS driver NumCopies fix.

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

23 years agoFirst half of supporting printer-123 in lpmove (still need to support
mike [Thu, 27 Jun 2002 19:48:51 +0000 (19:48 +0000)] 
First half of supporting printer-123 in lpmove (still need to support
moving all jobs...)

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

23 years agoMore French man pages...
mike [Thu, 27 Jun 2002 19:45:10 +0000 (19:45 +0000)] 
More French man pages...

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

23 years agoAdd Greek and Slovak language version strings.
mike [Thu, 27 Jun 2002 19:42:54 +0000 (19:42 +0000)] 
Add Greek and Slovak language version strings.

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

23 years agoSupport any printable character in the printer name.
mike [Thu, 27 Jun 2002 18:52:52 +0000 (18:52 +0000)] 
Support any printable character in the printer name.

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

23 years agoComments for layout were inconsistent with the actual values.
mike [Thu, 27 Jun 2002 16:31:45 +0000 (16:31 +0000)] 
Comments for layout were inconsistent with the actual values.

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

23 years agoBump version numbers to 1.1.16.
mike [Thu, 27 Jun 2002 15:23:26 +0000 (15:23 +0000)] 
Bump version numbers to 1.1.16.

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

23 years agoFix null filter bug (wouldn't load a null filter from a .convs file...)
mike [Thu, 27 Jun 2002 15:14:26 +0000 (15:14 +0000)] 
Fix null filter bug (wouldn't load a null filter from a .convs file...)

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

23 years agoMake sure that the printcap file is updated whenever the default printer
mike [Thu, 27 Jun 2002 15:10:24 +0000 (15:10 +0000)] 
Make sure that the printcap file is updated whenever the default printer
or printer attributes change.

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

23 years agoUpdated gdevcups.c file from ESP GS.
mike [Thu, 27 Jun 2002 14:35:49 +0000 (14:35 +0000)] 
Updated gdevcups.c file from ESP GS.

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

23 years agoInherit location and description from member printers when creating an
mike [Thu, 27 Jun 2002 14:30:46 +0000 (14:30 +0000)] 
Inherit location and description from member printers when creating an
implicit class.

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

23 years agoFix httpGetHostByName() - didn't handle hostnames with a leading digit.
mike [Thu, 27 Jun 2002 14:25:20 +0000 (14:25 +0000)] 
Fix httpGetHostByName() - didn't handle hostnames with a leading digit.

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

23 years agoUse %ESPRotation instead of %%Orientation to auto-rotate the page.
mike [Thu, 27 Jun 2002 12:06:17 +0000 (12:06 +0000)] 
Use %ESPRotation instead of %%Orientation to auto-rotate the page.

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

23 years agoDidn't install the Courier font...
mike [Mon, 24 Jun 2002 20:21:58 +0000 (20:21 +0000)] 
Didn't install the Courier font...

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

23 years agoDocumentation updates.
mike [Mon, 24 Jun 2002 15:34:06 +0000 (15:34 +0000)] 
Documentation updates.

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

23 years agoAdd RootCertDuration directive.
mike [Fri, 14 Jun 2002 19:39:18 +0000 (19:39 +0000)] 
Add RootCertDuration directive.

Add -L../cups to Darwin libcupsimage.2.dylib build command.

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

23 years agoBump IPP write buffers to 32k to match read buffers and to support
mike [Fri, 14 Jun 2002 12:22:08 +0000 (12:22 +0000)] 
Bump IPP write buffers to 32k to match read buffers and to support
larger attribute values.

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

23 years agoSupport more timezone files/vars.
mike [Wed, 12 Jun 2002 17:06:42 +0000 (17:06 +0000)] 
Support more timezone files/vars.

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

23 years agoRetry the initial server connection when polling.
mike [Wed, 12 Jun 2002 11:37:09 +0000 (11:37 +0000)] 
Retry the initial server connection when polling.

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

23 years agoSome systems need <bstring.h> for bzero and friends.
mike [Wed, 12 Jun 2002 11:29:48 +0000 (11:29 +0000)] 
Some systems need <bstring.h> for bzero and friends.

Some systems need <math.h> for random and friends.

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

23 years agoForgot to update comment header for renamed function.
mike [Tue, 11 Jun 2002 18:35:22 +0000 (18:35 +0000)] 
Forgot to update comment header for renamed function.

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

23 years agoUpdate validate_user() to check MD5 users and groups in addition to
mike [Tue, 11 Jun 2002 18:33:58 +0000 (18:33 +0000)] 
Update validate_user() to check MD5 users and groups in addition to
UNIX users and groups.

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

23 years agoRe-make all the documentation with HTMLDOC 1.8.20
swdev [Mon, 10 Jun 2002 15:29:11 +0000 (15:29 +0000)] 
Re-make all the documentation with HTMLDOC 1.8.20

No changes in documentation content

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

23 years agoAdd SHLIB_PATH for HP-UX tests.
mike [Fri, 7 Jun 2002 21:05:25 +0000 (21:05 +0000)] 
Add SHLIB_PATH for HP-UX tests.

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

23 years agoNo fastbind (+fb) and allow use of the SHLIB_PATH environment variable (+s)
mike [Fri, 7 Jun 2002 21:02:33 +0000 (21:02 +0000)] 
No fastbind (+fb) and allow use of the SHLIB_PATH environment variable (+s)
under HP-UX...

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

23 years agoHP-UX uses SHLIB_PATH...
mike [Fri, 7 Jun 2002 20:39:27 +0000 (20:39 +0000)] 
HP-UX uses SHLIB_PATH...

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

23 years agoDon't use +fb (fastbind) option on HP-UX - it causes problems on 10.20
mike [Fri, 7 Jun 2002 18:30:43 +0000 (18:30 +0000)] 
Don't use +fb (fastbind) option on HP-UX - it causes problems on 10.20
with the current GCC.

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

23 years agoAdd .cvsignore files to cleanup "cvs update" output..
mike [Fri, 7 Jun 2002 16:34:23 +0000 (16:34 +0000)] 
Add .cvsignore files to cleanup "cvs update" output..

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

23 years agoAdd test programs to .cvsignore.
mike [Fri, 7 Jun 2002 16:29:15 +0000 (16:29 +0000)] 
Add test programs to .cvsignore.

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

23 years agoIgnore more generated files.
mike [Fri, 7 Jun 2002 16:17:20 +0000 (16:17 +0000)] 
Ignore more generated files.

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

23 years agoFiles to ignore...
mike [Fri, 7 Jun 2002 16:11:44 +0000 (16:11 +0000)] 
Files to ignore...

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

23 years agoMap loopback interface to "localhost".
mike [Fri, 7 Jun 2002 15:43:20 +0000 (15:43 +0000)] 
Map loopback interface to "localhost".

Don't send status byte in queue state output - just text.

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

23 years agoMore fiddling...
mike [Thu, 6 Jun 2002 19:39:37 +0000 (19:39 +0000)] 
More fiddling...

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

23 years agoBump spec file release.
mike [Thu, 6 Jun 2002 12:32:22 +0000 (12:32 +0000)] 
Bump spec file release.

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

23 years agoFix french manpage install bug.
mike [Thu, 6 Jun 2002 12:31:25 +0000 (12:31 +0000)] 
Fix french manpage install bug.

Prepare for 1.1.15-1 source update.

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

23 years agoInclude <cups/string.h> for snprintf().
mike [Wed, 5 Jun 2002 20:13:12 +0000 (20:13 +0000)] 
Include <cups/string.h> for snprintf().

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

23 years agoInstall lppasswd twice, first without perms and then with. This allows
mike [Wed, 5 Jun 2002 15:11:58 +0000 (15:11 +0000)] 
Install lppasswd twice, first without perms and then with.  This allows
RPMs to be built as a non-root user.

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

23 years agoForgot one spot...
mike [Wed, 5 Jun 2002 14:50:59 +0000 (14:50 +0000)] 
Forgot one spot...

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

23 years agoDon't set the user and group on the spool and temp dirs - cupsd will
mike [Wed, 5 Jun 2002 14:20:38 +0000 (14:20 +0000)] 
Don't set the user and group on the spool and temp dirs - cupsd will
do this automatically anyways...

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

23 years agoAdd --enable-mallinfo option to control whether malloc debug info is
mike [Tue, 4 Jun 2002 20:58:55 +0000 (20:58 +0000)] 
Add --enable-mallinfo option to control whether malloc debug info is
generated (default to no since Solaris libmalloc is a memory pig)

Require autoconf 2.50, since AC_CHECK_MEMBER is new to 2.5x.

Fix help messages for autoconf 2.50.

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

23 years agoRemove debug echo...
mike [Tue, 4 Jun 2002 20:32:33 +0000 (20:32 +0000)] 
Remove debug echo...

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

23 years agoMove -lsupc++ to CXXLIBS so it isn't exported by cups-config.
mike [Tue, 4 Jun 2002 20:32:03 +0000 (20:32 +0000)] 
Move -lsupc++ to CXXLIBS so it isn't exported by cups-config.

Make sure init script will work on all BSD OS's.

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

23 years agoCurrent SCSI code is for Linux 2.4 and higher, so compile in stubs for
mike [Tue, 4 Jun 2002 18:26:03 +0000 (18:26 +0000)] 
Current SCSI code is for Linux 2.4 and higher, so compile in stubs for
older Linux revs...

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

23 years agoDid a make
swdev [Tue, 4 Jun 2002 18:16:39 +0000 (18:16 +0000)] 
Did a make

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

23 years agoFix manpage links for accept/disable/cancel.
swdev [Mon, 3 Jun 2002 21:04:28 +0000 (21:04 +0000)] 
Fix manpage links for accept/disable/cancel.

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

23 years agoPut the printer name in the printer-info attribute if the administrator
mike [Mon, 3 Jun 2002 19:30:11 +0000 (19:30 +0000)] 
Put the printer name in the printer-info attribute if the administrator
hasn't given it one already.

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

23 years agoAdd Darwin/MacOS library files to EPM list file.
swdev [Mon, 3 Jun 2002 17:33:48 +0000 (17:33 +0000)] 
Add Darwin/MacOS library files to EPM list file.

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

23 years agoIgnore errors when formatting man pages (Solaris nroff doesn't like 8-bit
mike [Fri, 31 May 2002 20:32:23 +0000 (20:32 +0000)] 
Ignore errors when formatting man pages (Solaris nroff doesn't like 8-bit
chars)

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

23 years agoAdd auto input slot option if none is provided.
mike [Fri, 31 May 2002 19:07:25 +0000 (19:07 +0000)] 
Add auto input slot option if none is provided.

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

23 years agoProvide default values for job-originating-user-name and job-name.
mike [Fri, 31 May 2002 13:02:19 +0000 (13:02 +0000)] 
Provide default values for job-originating-user-name and job-name.

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

23 years agoRemove "system" from "system default destination" in the man page for
mike [Wed, 29 May 2002 17:37:08 +0000 (17:37 +0000)] 
Remove "system" from "system default destination" in the man page for
lpstat.

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

23 years agoAdd support for Darwin's <pam/pam_appl.h>.
mike [Wed, 29 May 2002 16:36:55 +0000 (16:36 +0000)] 
Add support for Darwin's <pam/pam_appl.h>.

Better handle PageSize/PageRegion and ManualFeed/InputSlot.

Fix ppdEmitFd() so that it handles custom page sizes.

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

23 years agoPut an asterisk in front of the option name...
mike [Tue, 28 May 2002 19:41:54 +0000 (19:41 +0000)] 
Put an asterisk in front of the option name...

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

23 years agoUpdate docos for page-border instead of number-up-border.
mike [Tue, 28 May 2002 19:06:22 +0000 (19:06 +0000)] 
Update docos for page-border instead of number-up-border.

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

23 years agoSync up border drawing code and N-up fixes from Apple.
mike [Tue, 28 May 2002 19:04:50 +0000 (19:04 +0000)] 
Sync up border drawing code and N-up fixes from Apple.

Rename number-up-border to page-border.

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

23 years agoMake sure we set the PMANDIR directory separately.
mike [Tue, 28 May 2002 14:34:08 +0000 (14:34 +0000)] 
Make sure we set the PMANDIR directory separately.

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

23 years agoMove job operations to jobs.cgi.
mike [Mon, 27 May 2002 14:40:44 +0000 (14:40 +0000)] 
Move job operations to jobs.cgi.

Update translation manual to show the form variables used by the CGIs.

Update cupsDoFileRequest() so that it won't try to send a directory.

Add @LOCAL and @IF(name) examples to cupsd.conf.in.

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

23 years agoAdd SCSI backend...
mike [Fri, 24 May 2002 21:04:47 +0000 (21:04 +0000)] 
Add SCSI backend...

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

23 years agoRemove 1394 code from 1.1.x; not ready for primetime...
mike [Fri, 24 May 2002 18:16:56 +0000 (18:16 +0000)] 
Remove 1394 code from 1.1.x; not ready for primetime...

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

23 years agoPut -L../cups -L../filter before the rest of the linker flags.
mike [Fri, 24 May 2002 15:34:21 +0000 (15:34 +0000)] 
Put -L../cups -L../filter before the rest of the linker flags.

Clean up docos in type.c.

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

23 years agoUpdate the cupsd.conf man page (it was out of date...)
mike [Thu, 23 May 2002 20:55:01 +0000 (20:55 +0000)] 
Update the cupsd.conf man page (it was out of date...)

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

23 years agoClean up locale handling when the locale has a trailing character set.
mike [Thu, 23 May 2002 20:07:34 +0000 (20:07 +0000)] 
Clean up locale handling when the locale has a trailing character set.

Add language test program to test cupsLangXYZ() functions.

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

23 years agoFix handling of invalid attributes in PPD files.
mike [Thu, 23 May 2002 17:54:13 +0000 (17:54 +0000)] 
Fix handling of invalid attributes in PPD files.

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

23 years agoFix SSL problem on ports other than 443.
mike [Wed, 22 May 2002 20:29:03 +0000 (20:29 +0000)] 
Fix SSL problem on ports other than 443.

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

23 years agoFix AuthClass bug (was setting auth type instead of level)
mike [Wed, 22 May 2002 19:11:24 +0000 (19:11 +0000)] 
Fix AuthClass bug (was setting auth type instead of level)

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

23 years agoAdd French man pages.
mike [Tue, 21 May 2002 19:59:43 +0000 (19:59 +0000)] 
Add French man pages.

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

23 years agoAdd support for CR line endings under Darwin/MacOS.
mike [Tue, 21 May 2002 19:20:13 +0000 (19:20 +0000)] 
Add support for CR line endings under Darwin/MacOS.

Add C++ *_cast keywords.

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

23 years agoAdd Linux kernel driver for IEEE-1394.
mike [Sun, 19 May 2002 23:10:18 +0000 (23:10 +0000)] 
Add Linux kernel driver for IEEE-1394.

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

23 years agoUpdate CUPS driver in pstoraster directory.
mike [Fri, 17 May 2002 21:04:21 +0000 (21:04 +0000)] 
Update CUPS driver in pstoraster directory.

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

23 years agoSAM:
swdev [Thu, 16 May 2002 20:10:10 +0000 (20:10 +0000)] 
SAM:
ConfigFilePerm directive
LogFilePerm directive

SUM:
More N-up printing for border and layout

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

23 years agoUse imageable area for border boxes when printing 1-up.
mike [Thu, 16 May 2002 17:52:02 +0000 (17:52 +0000)] 
Use imageable area for border boxes when printing 1-up.

Use ESPshowpage if we have a border...

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

23 years agoAdd docos for ConfigFilePerm and LogFilePerm.
mike [Thu, 16 May 2002 16:25:21 +0000 (16:25 +0000)] 
Add docos for ConfigFilePerm and LogFilePerm.

Add docos for number-up-border and number-up-layout.

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

23 years agoAlways output border if enabled.
mike [Thu, 16 May 2002 15:22:02 +0000 (15:22 +0000)] 
Always output border if enabled.

Always clip output to page boundaries.

Wrap patch files with Begin/EndFeature.

Trailer, not Trailer:

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

23 years agoOnly 1 % in front of RBINumCopies...
mike [Thu, 16 May 2002 14:01:56 +0000 (14:01 +0000)] 
Only 1 % in front of RBINumCopies...

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

23 years agoAdd strlcat() and strlcpy() checks and emulation functions.
mike [Thu, 16 May 2002 13:45:05 +0000 (13:45 +0000)] 
Add strlcat() and strlcpy() checks and emulation functions.

Rename all string emulation functions to cups_foo() to avoid
namespace collisions, etc.

Use strlcat() and strlcpy() instead of strncat() and strncpy() in
most cases.

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

23 years agoAdd comment header to printcap/printers.conf files.
mike [Wed, 15 May 2002 21:00:00 +0000 (21:00 +0000)] 
Add comment header to printcap/printers.conf files.

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

23 years agoOutput %%RBI comments for non-PPD options.
mike [Wed, 15 May 2002 20:49:34 +0000 (20:49 +0000)] 
Output %%RBI comments for non-PPD options.

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

23 years agoUpdate CUPS license so that it is clear that a derived work does
mike [Wed, 15 May 2002 20:41:27 +0000 (20:41 +0000)] 
Update CUPS license so that it is clear that a derived work does
not have to include the license exceptions, and group the
exceptions in a single section.

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