Created at 21:01 Jan 13, 2006 by mike, last modified at 21:01 Jan 13, 2006
A new weekly snapshot of CUPS 1.2svn (r4929) is now available on the download page:
http://www.cups.org/software.php
This snapshot contains pre-release software and should not be used on production systems.
Commit Log:
------------------------------------------------------------------------ r4929 | mike | 2006-01-13 11:38:43 -0500 (Fri, 13 Jan 2006) | 4 lines Fix user validation problem reported by Martin Pitt - basically, make sure we check user and group stuff for unauthenticated access via the IPP requesting-user-name attribute. ------------------------------------------------------------------------ r4928 | mike | 2006-01-13 11:05:50 -0500 (Fri, 13 Jan 2006) | 4 lines Add paging and searching for printers and classes. Update printer/class job listings to support searching, too. ------------------------------------------------------------------------ r4927 | mike | 2006-01-13 08:52:24 -0500 (Fri, 13 Jan 2006) | 2 lines Add support for moving all jobs via CUPS_MOVE_JOB. ------------------------------------------------------------------------ r4926 | mike | 2006-01-12 22:12:13 -0500 (Thu, 12 Jan 2006) | 2 lines Use new ippNewRequest() function. ------------------------------------------------------------------------ r4925 | mike | 2006-01-12 21:52:47 -0500 (Thu, 12 Jan 2006) | 2 lines Use new ippNewRequest() and cupsLastErrorString() functions. ------------------------------------------------------------------------ r4924 | mike | 2006-01-12 20:55:20 -0500 (Thu, 12 Jan 2006) | 6 lines Simplify the _cupsLangPuts/Printf functions - we just need the FILE *, as we'll always be using a single language for console apps. Also cache the current (default) locale the first time we call one of those functions. ------------------------------------------------------------------------ r4923 | mike | 2006-01-12 20:28:40 -0500 (Thu, 12 Jan 2006) | 2 lines Add standard label sizes for Zebra EPL and ZPL printers. ------------------------------------------------------------------------ r4922 | mike | 2006-01-12 17:05:06 -0500 (Thu, 12 Jan 2006) | 4 lines Add new ippNewRequest() function, and use it in lpstat. Look for LOCALEDIR, not LOCALDIR, environment variable, for locale directory. ------------------------------------------------------------------------ r4921 | mike | 2006-01-12 16:26:26 -0500 (Thu, 12 Jan 2006) | 19 lines Add paging, searching, sort order, etc. to the jobs page, with the infrastructure for the printers and classes pages, too. Simplify cupsGetAttributes() and cupsCopyTemplateLang() since we are always calling them with the same arguments. Add cgiGetIPPObjects() and cgiSetIPPObjectVars() to support the paged and sorted output modes. Add cupsArrayIndex() function to return the Nth element. Add/update job templates for paged output. Add "pages" column in job output. Add "show all jobs" mode. Add new button images. ------------------------------------------------------------------------ r4920 | mike | 2006-01-12 10:12:12 -0500 (Thu, 12 Jan 2006) | 6 lines Fix typos in Zebra EPL and ZPL PPDs. Add Zebra CPCL PPD. Fix bugs in CPCL code. ------------------------------------------------------------------------ r4919 | mike | 2006-01-12 09:13:01 -0500 (Thu, 12 Jan 2006) | 2 lines Fix password stuff. ------------------------------------------------------------------------ r4918 | mike | 2006-01-12 00:14:40 -0500 (Thu, 12 Jan 2006) | 6 lines Update API documentation. Add cupsLastErrorString() function which returns the status-message attribute value, if any, from the last request. ------------------------------------------------------------------------ r4917 | mike | 2006-01-11 22:32:52 -0500 (Wed, 11 Jan 2006) | 2 lines Fix example code. ------------------------------------------------------------------------ r4916 | mike | 2006-01-11 16:42:55 -0500 (Wed, 11 Jan 2006) | 4 lines cupsaddsmb now accepts a password on the command-line and supports passwords with special characters (STR #822, STR #1236) ------------------------------------------------------------------------ r4915 | mike | 2006-01-11 10:57:53 -0500 (Wed, 11 Jan 2006) | 2 lines Fix arch check on MacOS PPC (which has spaces in the arch name...) ------------------------------------------------------------------------ r4914 | mike | 2006-01-10 21:04:22 -0500 (Tue, 10 Jan 2006) | 2 lines Make sure User-Agent field is set for all requests (STR #1366) ------------------------------------------------------------------------ r4913 | mike | 2006-01-10 20:42:04 -0500 (Tue, 10 Jan 2006) | 3 lines Check for <security/pam_appl.h> header first, then <pam/pam_appl.h>, so that users are not confused by the results of the PAM checks (STR #1371) ------------------------------------------------------------------------ r4912 | mike | 2006-01-10 16:43:56 -0500 (Tue, 10 Jan 2006) | 2 lines Oops, fix httpSeparateURI() check to allow "file" scheme name... ------------------------------------------------------------------------ r4911 | mike | 2006-01-10 16:33:36 -0500 (Tue, 10 Jan 2006) | 2 lines Add DLink DP-301P+ and Linksys PSUS4 references. ------------------------------------------------------------------------ r4910 | mike | 2006-01-10 16:30:48 -0500 (Tue, 10 Jan 2006) | 8 lines ppdLoad*() no longer tries to "fix" bad characters in UI text (STR #1101) cups/ppd.c: - ppdOpen2(): Remove calls to ppd_fix(). - ppd_fix(): Removed. ------------------------------------------------------------------------ r4909 | mike | 2006-01-10 16:22:30 -0500 (Tue, 10 Jan 2006) | 3 lines Fix Universal binary stuff - need it in DSOFLAGS, and the machine name is "i386", not "x86"... ------------------------------------------------------------------------ r4908 | mike | 2006-01-10 16:08:08 -0500 (Tue, 10 Jan 2006) | 4 lines Printer names can now (reliably) contain Unicode characters (STR #896) ------------------------------------------------------------------------ r4907 | mike | 2006-01-10 16:06:57 -0500 (Tue, 10 Jan 2006) | 2 lines Add Universal binary support on OSX... ------------------------------------------------------------------------ r4906 | mike | 2006-01-10 15:53:28 -0500 (Tue, 10 Jan 2006) | 5 lines Mark old APIs as "deprecated", and remove use of those APIs from the CUPS code. Also update the copyrights on the Berkeley and System V commands. ------------------------------------------------------------------------ r4905 | mike | 2006-01-10 15:07:15 -0500 (Tue, 10 Jan 2006) | 2 lines Update copyrights, install new Zebra PPDs. ------------------------------------------------------------------------ r4904 | mike | 2006-01-10 15:04:50 -0500 (Tue, 10 Jan 2006) | 2 lines Web interface files... ------------------------------------------------------------------------ r4903 | mike | 2006-01-10 15:02:46 -0500 (Tue, 10 Jan 2006) | 2 lines Update copyrights on changed files. ------------------------------------------------------------------------ r4902 | mike | 2006-01-10 14:33:38 -0500 (Tue, 10 Jan 2006) | 3 lines Validate 1284 description value to work around common HP USB bug (STR #1372) ------------------------------------------------------------------------ r4901 | mike | 2006-01-10 10:34:32 -0500 (Tue, 10 Jan 2006) | 3 lines Zebra label printer driver updates: fixed EPL1 and EPL2 mode problems, and added EPL1 and EPL2 specific PPD files. ------------------------------------------------------------------------ r4900 | mike | 2006-01-08 23:22:13 -0500 (Sun, 08 Jan 2006) | 2 lines Add/update PPD extensions spec to help documents. ------------------------------------------------------------------------ r4899 | mike | 2006-01-08 21:26:39 -0500 (Sun, 08 Jan 2006) | 2 lines Fix compiler warnings. ------------------------------------------------------------------------ r4898 | mike | 2006-01-08 18:13:20 -0500 (Sun, 08 Jan 2006) | 7 lines Fix some problems with the cupsLangPrintf/Puts and the transcode code (buffer size limit way too small) Localize the System V commands. In the scheduler: "doesn't" to "does not"... ------------------------------------------------------------------------ r4897 | mike | 2006-01-08 00:33:36 -0500 (Sun, 08 Jan 2006) | 2 lines Add preliminary localization of Berkeley commands. ------------------------------------------------------------------------ r4896 | mike | 2006-01-07 22:57:45 -0500 (Sat, 07 Jan 2006) | 5 lines Update translate program for new message catalog format, and to use Google instead. Move _cups_message_s structure to i18n.h. ------------------------------------------------------------------------ r4895 | mike | 2006-01-07 20:43:44 -0500 (Sat, 07 Jan 2006) | 2 lines Documentation updates (mark CUPS 1.2 functions, structures, and constants...) ------------------------------------------------------------------------ r4894 | mike | 2006-01-07 10:42:49 -0500 (Sat, 07 Jan 2006) | 2 lines Automate adding the standard header/footer on the CUPS po template. ------------------------------------------------------------------------ r4893 | mike | 2006-01-07 00:46:49 -0500 (Sat, 07 Jan 2006) | 2 lines Save first cut of message catalog, and makefile target to update it. ------------------------------------------------------------------------Download · Home Page · Listing