]> git.ipfire.org Git - thirdparty/cups.git/log
thirdparty/cups.git
24 years agoNow sort PPD files by make, model, and language.
mike [Fri, 11 Feb 2000 05:04:15 +0000 (05:04 +0000)] 
Now sort PPD files by make, model, and language.

Now sort devices by info, class, and uri.

Implicit classes are now handled as special printers.

The directory services now handle the location, info, and make_and_model
attributes.

Updated printer and class templates to show device URI and member names,
respectively.

The parallel backend now looks at the /proc/parport/n/autoprobe file to
get the make and model string for the parallel port, if available.

Added USB backend (needs testing!)

Added template files for form support.

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

24 years agoChanged backends to at least put out "unknown" for the make and model.
mike [Thu, 10 Feb 2000 00:57:56 +0000 (00:57 +0000)] 
Changed backends to at least put out "unknown" for the make and model.

The IPP backend needed to report the method using argv[0] to allow for
the http method as well.

Fixed copy_attrs() to work with separators.

Added support for ppd-name attribute in add_printer (plus gzip'd PPD files).

Wasn't deleting the request file after a POST.

Changed the devices and PPD code to put separate before each entry so there
isn't a trailing separator.

The admin CGI now supports adding and modifying printers and classes.

Re-added restart-job image.

LIBCGI updates to support variables in comparisons {var={var2}?...:...}

New templates for admin ops.

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

24 years agoFixed bug in dirsrc.c and main.c - didn't disable browsing properly.
mike [Tue, 8 Feb 2000 20:39:03 +0000 (20:39 +0000)] 
Fixed bug in dirsrc.c and main.c - didn't disable browsing properly.

Fixed CGI bug - didn't handle POST properly.

Reorganized CGI stuff so that POSTs are started AFTER all data has
been received, allowing for chunked POSTs to CGIs.

Now pass args after ? in the QUERY_STRING environment variable.

ippWrite() and ipp_write_file() didn't handle the out-of-band values.

Added ReleaseJob() and friends.

Now advertise restart-job operation if job file persistence is enabled.

Redid RestartJob() and friends.

Wasn't saving the job status for hold-job, release-job, and restart-job.

Lots of new images and CGI stuff.

Fixed the documentation makefile for HTMLDOC 1.8.x.

Updated distribution files.

Updated configure script, Makedefs, and Makefile to better support RPM builds.

Updated Makefiles.

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

24 years agoNow free filetypes in CancelJob()
mike [Sun, 6 Feb 2000 22:09:07 +0000 (22:09 +0000)] 
Now free filetypes in CancelJob()

Now look for last-document attribute in send_file()

Now accept compression attribute, but only for "none".

Lots of IPP 1.1 updates - printer-state-reasons, job-state-reasons,
IPP version number, pages-per-minute, multiple-document-jobs-supported,
multiple-document-handling-supported, time-at-xyz attributes,
uri-authentication-supported, etc.

Template and image fixes.

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

24 years agoUpdated TODO, more debug stuff to diagnose lpadmin problem.
mike [Thu, 3 Feb 2000 21:25:49 +0000 (21:25 +0000)] 
Updated TODO, more debug stuff to diagnose lpadmin problem.

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

24 years agoClient chunking fix from 1.0.x/4.0.x.
mike [Thu, 3 Feb 2000 14:18:54 +0000 (14:18 +0000)] 
Client chunking fix from 1.0.x/4.0.x.

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

24 years agoUpdated CUPS installation list to include templates and new GIFs.
mike [Wed, 2 Feb 2000 00:50:43 +0000 (00:50 +0000)] 
Updated CUPS installation list to include templates and new GIFs.

Backends were sending device list output to stderr instead of stdout.

ippSetCGIVars() wasn't setting URI attributes.

The printers CGI now lists jobs when a single printer is selected.

The create-job and print-job code was not copying the job-name attribute.

Updated the printer, class, and job templates.

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

24 years agocups.h was still including mime.h.
mike [Tue, 1 Feb 2000 21:00:24 +0000 (21:00 +0000)] 
cups.h was still including mime.h.

Updated templates directory for production use.

Wasn't setting SERVER_BIN to /usr/lib or $prefix/lib.

Wrong link for support in main server page.

Fixed more distribution list stuff.

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

24 years agoAdded templates to distributions.
mike [Tue, 1 Feb 2000 17:55:56 +0000 (17:55 +0000)] 
Added templates to distributions.

Updated makefiles for new source file/library locations.

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

24 years agoAdded templates, CGI variable code, and updated printers CGI to use
mike [Tue, 1 Feb 2000 02:52:25 +0000 (02:52 +0000)] 
Added templates, CGI variable code, and updated printers CGI to use
new code (dropped about 200 lines of code...)

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

24 years agoImage + template modifications.
mike [Mon, 31 Jan 2000 16:43:13 +0000 (16:43 +0000)] 
Image + template modifications.

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

24 years agoAdded CGI admin buttons (add/modify/delete/start/stop/etc)
mike [Sun, 30 Jan 2000 16:05:45 +0000 (16:05 +0000)] 
Added CGI admin buttons (add/modify/delete/start/stop/etc)

Added templates directory.

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

24 years agoAdded admin CGI source file.
mike [Sun, 30 Jan 2000 13:38:16 +0000 (13:38 +0000)] 
Added admin CGI source file.

Updated makefile to use LIBCGI.

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

24 years agoForgot to add PPD and device sources.
mike [Sun, 30 Jan 2000 13:11:08 +0000 (13:11 +0000)] 
Forgot to add PPD and device sources.

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

24 years agoDropped old mime.h file from distribution file.
mike [Sat, 29 Jan 2000 23:08:02 +0000 (23:08 +0000)] 
Dropped old mime.h file from distribution file.

Updated scheduler to load devices and PPD files.

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

24 years agoFixed template bug - existence check needed to use cgiGetArray...
mike [Fri, 28 Jan 2000 18:58:31 +0000 (18:58 +0000)] 
Fixed template bug - existence check needed to use cgiGetArray...

Doco updates.

Bazaar updates.

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

24 years agoStop trying to print a file if the printer responds with an error
mike [Fri, 28 Jan 2000 17:27:00 +0000 (17:27 +0000)] 
Stop trying to print a file if the printer responds with an error
other than "busy" or "unavailable".

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

24 years agoMissed some conflict stuff.
mike [Fri, 28 Jan 2000 17:22:44 +0000 (17:22 +0000)] 
Missed some conflict stuff.

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

24 years agoMirror of rotate fix from 4.0.x/1.0.x branches.
mike [Fri, 28 Jan 2000 17:14:21 +0000 (17:14 +0000)] 
Mirror of rotate fix from 4.0.x/1.0.x branches.

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

24 years agoAdded MD5 RFC.
mike [Fri, 28 Jan 2000 02:52:13 +0000 (02:52 +0000)] 
Added MD5 RFC.

Added credit for L. Peter Deutcsh.

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

24 years agoAdded MD-5 sum code.
mike [Fri, 28 Jan 2000 02:49:42 +0000 (02:49 +0000)] 
Added MD-5 sum code.

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

24 years agoprinter-resolution, not resolution.
mike [Thu, 27 Jan 2000 19:28:51 +0000 (19:28 +0000)] 
printer-resolution, not resolution.

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

24 years agoChanged LOG_XYZ to L_XYZ to avoid redefining SYSLOG constants erroneously
mike [Thu, 27 Jan 2000 03:38:35 +0000 (03:38 +0000)] 
Changed LOG_XYZ to L_XYZ to avoid redefining SYSLOG constants erroneously
included by the PAM headers.

The scheduler was not sending a "WWW-Authenticate" attribute - make sure
to copy this fix to 1.0/4.0!

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

24 years agoFixed text files - had DOS line endings...
mike [Thu, 27 Jan 2000 03:29:41 +0000 (03:29 +0000)] 
Fixed text files - had DOS line endings...

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

24 years agoFinished user-defined destinations & options.
mike [Thu, 27 Jan 2000 03:25:35 +0000 (03:25 +0000)] 
Finished user-defined destinations & options.

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

24 years agoDropped "printer@host" to "printer" mapping - too confusing.
mike [Thu, 27 Jan 2000 02:25:45 +0000 (02:25 +0000)] 
Dropped "printer@host" to "printer" mapping - too confusing.

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

24 years agoAdded RFCs and draft standards applicable to CUPS.
mike [Wed, 26 Jan 2000 02:47:24 +0000 (02:47 +0000)] 
Added RFCs and draft standards applicable to CUPS.

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

24 years agoFixed typo in header...
mike [Wed, 26 Jan 2000 02:43:23 +0000 (02:43 +0000)] 
Fixed typo in header...

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

24 years agoAdded auto-detect code for Linux.
mike [Wed, 26 Jan 2000 02:42:47 +0000 (02:42 +0000)] 
Added auto-detect code for Linux.

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

24 years agoAdded new user-defined option/destination interface (not yet complete)
mike [Wed, 26 Jan 2000 00:03:25 +0000 (00:03 +0000)] 
Added new user-defined option/destination interface (not yet complete)

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

24 years agoMerged 4.0.x filter changes into 4.1.
mike [Tue, 25 Jan 2000 15:41:28 +0000 (15:41 +0000)] 
Merged 4.0.x filter changes into 4.1.

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

24 years agoMoved MIME stuff to scheduler directory.
mike [Tue, 25 Jan 2000 03:50:49 +0000 (03:50 +0000)] 
Moved MIME stuff to scheduler directory.

Added initial device list support to backends.

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

24 years agoFix for httpSeparate()...
mike [Tue, 25 Jan 2000 03:12:58 +0000 (03:12 +0000)] 
Fix for httpSeparate()...

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

24 years agoUpdated to v4.1.
mike [Sat, 22 Jan 2000 01:13:55 +0000 (01:13 +0000)] 
Updated to v4.1.

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

24 years agoMerged 1.0.x branch changes.
mike [Fri, 21 Jan 2000 20:34:46 +0000 (20:34 +0000)] 
Merged 1.0.x branch changes.

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

24 years agoMerged with 1.0.x branch changes.
mike [Fri, 21 Jan 2000 20:33:16 +0000 (20:33 +0000)] 
Merged with 1.0.x branch changes.

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

24 years agoMerged changes from 1.0.x branch.
mike [Fri, 21 Jan 2000 20:28:00 +0000 (20:28 +0000)] 
Merged changes from 1.0.x branch.

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

24 years agoFixed certificate authentication.
mike [Fri, 21 Jan 2000 04:32:25 +0000 (04:32 +0000)] 
Fixed certificate authentication.

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

24 years agoFixed cancel bug.
mike [Fri, 21 Jan 2000 03:58:45 +0000 (03:58 +0000)] 
Fixed cancel bug.

Fixed submit then crash bug where job control file wasn't being saved.

Wasn't changing requesting-user-name group tag to job group (caused the
missing username in the job listing bug)

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

24 years agoMinor EPSON driver adjustments.
mike [Fri, 21 Jan 2000 03:45:11 +0000 (03:45 +0000)] 
Minor EPSON driver adjustments.

Was creating a job->state attribute instead of job-state...

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

24 years agoUpdated color profiles and margins for sample EPSON drivers.
mike [Fri, 21 Jan 2000 02:23:29 +0000 (02:23 +0000)] 
Updated color profiles and margins for sample EPSON drivers.

Fixed 720 DPI printing bug in EPSON driver.

Fixed KCMYcm printing bug in pstoraster (need to apply to 1.0.x branch!)

Client and IPP fixes.

Updated CUPS distribution list to include EPSON files.

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

24 years agoAdded prototype EPSON driver and PPDs.
mike [Thu, 20 Jan 2000 22:33:12 +0000 (22:33 +0000)] 
Added prototype EPSON driver and PPDs.

Updated HP PPDs to v1.1 and correct address.

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

24 years agoRolled in filter changes from 1.0.x branch.
mike [Thu, 20 Jan 2000 14:56:29 +0000 (14:56 +0000)] 
Rolled in filter changes from 1.0.x branch.

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

24 years agoMoved raster functions to CUPS image library.
mike [Thu, 20 Jan 2000 13:05:41 +0000 (13:05 +0000)] 
Moved raster functions to CUPS image library.

Updated makefiles and source files for move.

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

24 years agoAdded missing cert files.
mike [Thu, 20 Jan 2000 03:51:33 +0000 (03:51 +0000)] 
Added missing cert files.

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

24 years agoUpdated copyrights...
mike [Tue, 18 Jan 2000 15:33:45 +0000 (15:33 +0000)] 
Updated copyrights...

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

24 years agoAdded timestamp to request file to avoid 26 temp files limit under HP-UX.
mike [Thu, 6 Jan 2000 15:01:00 +0000 (15:01 +0000)] 
Added timestamp to request file to avoid 26 temp files limit under HP-UX.

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

24 years agoCommited HP-GL pen color patch from 4.0.x/1.0.x...
mike [Wed, 5 Jan 2000 20:13:57 +0000 (20:13 +0000)] 
Commited HP-GL pen color patch from 4.0.x/1.0.x...

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

24 years agoY2k copyright changes.
mike [Tue, 4 Jan 2000 13:46:11 +0000 (13:46 +0000)] 
Y2k copyright changes.

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

24 years agoUpdated directories and distribution files for updated dir structure.
mike [Mon, 3 Jan 2000 21:25:25 +0000 (21:25 +0000)] 
Updated directories and distribution files for updated dir structure.

Updated test page to show ESP Print Pro 4.1.

Updated message files for Copyright 1993-2000.

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

24 years agoUpdated configure script to only include libdl if PAM is being used.
mike [Mon, 3 Jan 2000 21:06:25 +0000 (21:06 +0000)] 
Updated configure script to only include libdl if PAM is being used.

Added support for Local certificate authentication (128-bit random
certificates stored in files with restricted permissions) so users with
the correct access and CGIs can bypass the password stuff.

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

24 years agoMore changes to support job persistance.
mike [Mon, 3 Jan 2000 19:02:33 +0000 (19:02 +0000)] 
More changes to support job persistance.

Synchronized Print Pro and CUPS configuration sources.

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

24 years agoMerged and updated for CUPS 1.1/ESP Print Pro 4.1.
mike [Mon, 3 Jan 2000 17:19:49 +0000 (17:19 +0000)] 
Merged and updated for CUPS 1.1/ESP Print Pro 4.1.

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

24 years agoChanges to support multiple files per job.
mike [Wed, 29 Dec 1999 02:15:43 +0000 (02:15 +0000)] 
Changes to support multiple files per job.

Added support for job persistence.

Added support for create-job, send-document operations.

Added start of get-devices and get-ppds.

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

24 years agoWasn't calling "CheckJobs()" after a job was finished.
mike [Tue, 21 Dec 1999 02:26:49 +0000 (02:26 +0000)] 
Wasn't calling "CheckJobs()" after a job was finished.

Updated lp/lpr commands to use sigaction or sigset as needed.
Also set SIGINT and SIGHUP handlers.

CUPS library updates for WIN32/OS-2.

Added project file for scheduler.

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

24 years agoMore fixes for 6-color mode...
mike [Thu, 16 Dec 1999 23:13:15 +0000 (23:13 +0000)] 
More fixes for 6-color mode...

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

24 years agoFixes - no auto-rotate (causes problems with some plots...)
mike [Thu, 16 Dec 1999 23:12:02 +0000 (23:12 +0000)] 
Fixes - no auto-rotate (causes problems with some plots...)

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

24 years agoFixed memory allocation for KCMYcm colorspace.
mike [Thu, 16 Dec 1999 22:48:25 +0000 (22:48 +0000)] 
Fixed memory allocation for KCMYcm colorspace.

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

24 years agoFixed prolog and auto-rotate.
mike [Thu, 16 Dec 1999 22:47:56 +0000 (22:47 +0000)] 
Fixed prolog and auto-rotate.

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

24 years agoUpdated installation script to use GUI setup program if DISPLAY is set.
mike [Thu, 16 Dec 1999 21:16:54 +0000 (21:16 +0000)] 
Updated installation script to use GUI setup program if DISPLAY is set.

Added new messages to language.h.

Fixed dithering constants for BJC driver.

Dropped 1440x720 DPI mode from BJC driver info file.

Fixed color profile code in genppd.

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

24 years agoUpdated/added to localization messages. GLP is now fully localized.
mike [Thu, 16 Dec 1999 19:12:02 +0000 (19:12 +0000)] 
Updated/added to localization messages.  GLP is now fully localized.

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

24 years agoRemoved dumb interface script.
mike [Wed, 15 Dec 1999 21:16:02 +0000 (21:16 +0000)] 
Removed dumb interface script.

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

24 years agoFixed configure test for image libraries.
mike [Wed, 15 Dec 1999 20:09:06 +0000 (20:09 +0000)] 
Fixed configure test for image libraries.

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

24 years agoImage RIPs now auto-rotate for zoom-by-percent, and rotate if zoom-by-ppi
mike [Wed, 15 Dec 1999 18:51:56 +0000 (18:51 +0000)] 
Image RIPs now auto-rotate for zoom-by-percent, and rotate if zoom-by-ppi
or natural size would fit on a single page.

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

24 years agoOopsie, forgot to check for a NULL name...
mike [Wed, 15 Dec 1999 15:21:34 +0000 (15:21 +0000)] 
Oopsie, forgot to check for a NULL name...

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

24 years agoTemplate fixes for PAM support.
mike [Wed, 15 Dec 1999 15:18:07 +0000 (15:18 +0000)] 
Template fixes for PAM support.

Makefile fixes for portability...

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

24 years agoChanged to use %format directive, so we've dropped the -rpm list file.
mike [Wed, 15 Dec 1999 15:10:53 +0000 (15:10 +0000)] 
Changed to use %format directive, so we've dropped the -rpm list file.

Updated the CD-ROM install script to do a change dir.

Updated FileChooser docos.

Updated read_dist() to use bitfields for skip so format and system
directives are not mutually exclusive.

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

24 years agoAdded appendix for SAMBA configuration.
mike [Wed, 15 Dec 1999 14:39:10 +0000 (14:39 +0000)] 
Added appendix for SAMBA configuration.

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

24 years agoAdded some debug stuff, and changed "printer not found" error to use
mike [Tue, 14 Dec 1999 23:19:11 +0000 (23:19 +0000)] 
Added some debug stuff, and changed "printer not found" error to use
LogMessage().

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

24 years agoChanges to support PAM and non-PAM distributions.
mike [Tue, 14 Dec 1999 22:02:53 +0000 (22:02 +0000)] 
Changes to support PAM and non-PAM distributions.

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

24 years agoManpage fixes.
mike [Tue, 14 Dec 1999 20:46:19 +0000 (20:46 +0000)] 
Manpage fixes.

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

24 years agoMore draft docos for SPM.
mike [Tue, 14 Dec 1999 20:42:54 +0000 (20:42 +0000)] 
More draft docos for SPM.

Updated SUM and SAM to new version.

Reformatted docos with HTMLDOC 1.8.3.

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

24 years agoNow restart queue if printer is modified.
mike [Tue, 14 Dec 1999 20:41:28 +0000 (20:41 +0000)] 
Now restart queue if printer is modified.

Only set printer state to idle if it was busy in StopJob.

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

24 years agoNow retry on all network errors.
mike [Tue, 14 Dec 1999 17:30:11 +0000 (17:30 +0000)] 
Now retry on all network errors.

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

24 years agoAdded support for "-h" option...
mike [Tue, 14 Dec 1999 15:01:38 +0000 (15:01 +0000)] 
Added support for "-h" option...

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

24 years agoSPM updates.
mike [Fri, 10 Dec 1999 21:47:58 +0000 (21:47 +0000)] 
SPM updates.

Canon driver updates.

Now use CMY-K, with K = K * min / max to account for color intensity.

Updated the calibration utility, fixing the color profile stuff so the
interior values are <= 0 at all times.

Updated PPD generation utility to match calibration updates.

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

24 years agoAdded debugs for user-defined color profiles.
mike [Fri, 10 Dec 1999 17:13:14 +0000 (17:13 +0000)] 
Added debugs for user-defined color profiles.

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

24 years agoAdded software programmers manual.
mike [Wed, 8 Dec 1999 22:09:35 +0000 (22:09 +0000)] 
Added software programmers manual.

Added option to disable PAM support.

Updated install script.

Updated makelicense utility.

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

24 years agoAdded "-c" option support.
mike [Wed, 8 Dec 1999 17:45:17 +0000 (17:45 +0000)] 
Added "-c" option support.

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

24 years agoUpdated version numbers to 4.0.2 and 1.0.3, respectively.
mike [Wed, 8 Dec 1999 15:23:29 +0000 (15:23 +0000)] 
Updated version numbers to 4.0.2 and 1.0.3, respectively.

Added lpq man pages.

Added SPM.

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

24 years agoIncreased maximum copies to 65535.
mike [Wed, 8 Dec 1999 15:01:41 +0000 (15:01 +0000)] 
Increased maximum copies to 65535.

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

24 years agoUpdated to retry requests and send multiple copies as needed.
mike [Wed, 8 Dec 1999 14:59:49 +0000 (14:59 +0000)] 
Updated to retry requests and send multiple copies as needed.

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

24 years agoDidn't handle passwords with spaces.
mike [Wed, 8 Dec 1999 13:15:30 +0000 (13:15 +0000)] 
Didn't handle passwords with spaces.

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

24 years agoUpdated Makefile to use $(MAKE).
mike [Wed, 8 Dec 1999 12:45:58 +0000 (12:45 +0000)] 
Updated Makefile to use $(MAKE).

Updated to v1.0.3

Updated to check for PAM and support --enable-pam=no

Updated Makefile for man pages.

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

24 years agoAdded "SP" (Set Pen) procedure to replace the old Wn and Pn procedures.
mike [Tue, 7 Dec 1999 21:56:29 +0000 (21:56 +0000)] 
Added "SP" (Set Pen) procedure to replace the old Wn and Pn procedures.

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

24 years agoFixed a pen scaling bug.
mike [Tue, 7 Dec 1999 21:55:51 +0000 (21:55 +0000)] 
Fixed a pen scaling bug.

Dropped Pn and Wn procedures - no just have a single SP (Set Pen)
procedure that is called with the RGB and width of the selected pen.
Much smaller output that way.

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

24 years agoFixed filter to recognize %Trailer...
mike [Tue, 7 Dec 1999 19:05:45 +0000 (19:05 +0000)] 
Fixed filter to recognize %Trailer...

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

24 years agoAdded missing lpq man page.
mike [Tue, 7 Dec 1999 19:04:57 +0000 (19:04 +0000)] 
Added missing lpq man page.

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

24 years agoDropped DEFAULT_UID and DEFAULT_GID (no longer used.)
mike [Tue, 7 Dec 1999 18:26:15 +0000 (18:26 +0000)] 
Dropped DEFAULT_UID and DEFAULT_GID (no longer used.)

Now use LogMessage() when deleting an old remote printer.

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

24 years agoNow lookup User and Group from password and group files, respectively.
mike [Tue, 7 Dec 1999 18:10:18 +0000 (18:10 +0000)] 
Now lookup User and Group from password and group files, respectively.

cancel_job() now looks up the user and group and allows members of the
SystemGroup to cancel jobs they don't own.  Root always works.

The date & time in the log files now correctly shows 4 digits for the
timezone offset.

Now ignore SIGTERM from filters, and only stop a queue if the backend
fails.

Remote printers, classes, and printers with interface scripts now get
a printer-make-and-model attribute.

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

24 years agoUpdated to v1.0.3.
mike [Tue, 7 Dec 1999 17:21:25 +0000 (17:21 +0000)] 
Updated to v1.0.3.

Added "dumb" interface script.

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

24 years agocupsGetClasses() and cupsGetPrinters() now free strings if they run out of
mike [Tue, 7 Dec 1999 17:14:35 +0000 (17:14 +0000)] 
cupsGetClasses() and cupsGetPrinters() now free strings if they run out of
memory.

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

24 years agoTIFF loader didn't default to 128 DPI.
mike [Fri, 3 Dec 1999 20:01:42 +0000 (20:01 +0000)] 
TIFF loader didn't default to 128 DPI.

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

24 years agoAdded VPhoto dithering support.
mike [Wed, 1 Dec 1999 20:25:03 +0000 (20:25 +0000)] 
Added VPhoto dithering support.

Added glossy overcoat option and vphoto primer support for vphoto on plain
paper.

Fixed image caching in image.c.

Fixed RGB/CMY output code in imagetoraster.c (was dividing by 4 instead of
3)

Dropped mode 3 compression in ALPS driver since the MD-5000 seems to have
trouble with it...

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

24 years agoMore changes for n-up mode - now works in reverse mode as advertised.
mike [Wed, 17 Nov 1999 20:20:52 +0000 (20:20 +0000)] 
More changes for n-up mode - now works in reverse mode as advertised.

Fixed copy_bytes - was copying too much...

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

24 years agoMore number-up fixes, including a nasty one for reversed output.
mike [Wed, 17 Nov 1999 18:50:52 +0000 (18:50 +0000)] 
More number-up fixes, including a nasty one for reversed output.

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

24 years agoFixed the number-up option stuff.
mike [Wed, 17 Nov 1999 18:27:13 +0000 (18:27 +0000)] 
Fixed the number-up option stuff.

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

24 years agoUpdated the HTML reference table.
mike [Wed, 17 Nov 1999 12:50:42 +0000 (12:50 +0000)] 
Updated the HTML reference table.

Added support for PDF 1.3 Page Labels.

Updated project files.

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

24 years agoBase85 encoding was wrong for last 1-3 characters.
mike [Fri, 12 Nov 1999 16:00:44 +0000 (16:00 +0000)] 
Base85 encoding was wrong for last 1-3 characters.

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

24 years agoChanges to make it compile under VC++ 6.0.
mike [Sun, 7 Nov 1999 15:59:49 +0000 (15:59 +0000)] 
Changes to make it compile under VC++ 6.0.

Added JPEG, PNG, and ZLIB libraries to HTMLDOC tree.

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