]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/printers.c
Mirror 1.1.x changes.
[thirdparty/cups.git] / scheduler / printers.c
2003-04-03  mikeMirror 1.1.x changes.
2003-03-30  mikeMirror 1.1.x changes.
2003-03-30  mikeMirror 1.1.x changes.
2003-03-28  mikeMirror 1.1.x changes.
2003-03-20  mikeMirror 1.1.x changes.
2003-03-19  mikeMirror 1.1.x changes.
2003-03-10  mikeMirror 1.1.x changes.
2003-03-10  mikeMirror 1.1.x changes.
2003-03-10  mikeMirror 1.1.x changes.
2003-02-18  mikeMirror 1.1.x changes.
2003-02-14  mikeMirror 1.1.x changes.
2003-02-05  mikeMirror 1.1.x changes.
2003-01-29  mikeMirror 1.1.x changes.
2003-01-24  mikeMirror 1.1.x changes.
2003-01-07  mikeCopyright update.
2002-12-13  mikeMirror 1.1.x changes.
2002-12-10  mikeMirror 1.1.x changes.
2002-10-28  mikeMirror 1.1.x changes.
2002-10-15  mikeMirror 1.1.x changes.
2002-09-19  mikeMirror 1.1.x changes.
2002-08-22  mikeMirror 1.1.x changes.
2002-08-21  mikeMirror 1.1.x changes.
2002-08-01  mikeMirror 1.1.x change.
2002-07-23  mikeMirror 1.1.x changes.
2002-06-27  mikeMirror 1.1.x changes.
2002-06-03  mikeMirror 1.1.x changes.
2002-05-16  mikeMirror 1.1.x changes to use strlcpy() and strlcat().
2002-05-15  mikeMirror 1.1.x changes.
2002-05-14  mikeMirror 1.1.x changes.
2002-05-14  mikeMirror 1.1.x changes.
2002-03-25  mikeMirror 1.1.x changes.
2002-03-22  mikeMirror 1.1.x change.
2002-01-30  mikeMirror 1.1.x change.
2002-01-29  mikeMirror 1.1.x change.
2002-01-29  mikeMirror 1.1.x changes...
2002-01-29  mikeUpdate 1.2 job processing code to 1.1.x stuff...
2002-01-28  mikeMirror 1.1.x changes.
2002-01-26  mikeMirror 1.1.x changes.
2002-01-23  mikeMirror 1.1.x changes.
2002-01-02  mikeCopyright updates...
2002-01-02  mikeMirror classification stuff from 1.1.
2001-12-27  mikeMore compile fixes...
2001-12-26  mikeMerge changes from 1.1.x into 1.2 devel.
2001-05-13  mikeMerge changes from 1.1 tree.
2001-04-11  mikeGUI changes for 5.0 branch.
2001-04-02  mikeCreation of 1.2 development branch.
2001-03-30  mikeTypo fixes from MaxJobPerPrinter/User stuff.
2001-03-15  andyPrevent recursion between DeletePrinterFromClasses(),
2001-03-15  andyStore next pointer before removing printer from class...
2001-03-14  mikeAdd Classification directive and page-label attribute...
2001-02-21  mikeAdded support for PrintcapFormat directive.
2001-02-09  mikeFixes for implicit classes and classes when printers...
2001-02-07  mikeSuSE fixes.
2001-01-26  mikeUse CUPS_STRFTIME_FORMAT instead of NULL.
2001-01-22  mikeCopyright 2001...
2001-01-12  mikeUse NULL for the date/time format instead of "%c" to...
2001-01-12  mikeMap job-printer-uri to job-printer-name
2001-01-11  mikeprinters.conf and classes.conf security update
2000-11-18  mikeDocumentation updates.
2000-11-17  mikeFirst half of quota stuff.
2000-11-06  mikesnprintf instead of sprintf whenever a string argument...
2000-11-02  mikeAdded purify target.
2000-10-02  mikeUpdates to v1.1.4 or v4.1.4...
2000-09-14  mikeChanged AddFilter logging to debug level 2.
2000-09-14  mikeHopefully plugged a little memory leak in DeletePrinter().
2000-09-12  mikeFixed bug where stopping an active printer would crash...
2000-09-12  mikeFixed printer validation problem when client passes...
2000-09-06  mikeFixed bug in remote printer validation for printer...
2000-08-30  mikeDEBUG_printf() stuff.
2000-08-30  mikeFixes for printer lookup and set-job-attributes.
2000-08-30  mikeBetter localization of hostnames.
2000-08-30  mikeMoved all of the duplicate user validation code into...
2000-08-18  mikeDidn't save the new job state...
2000-08-18  mikeThe state of a job after a printer was stopped was...
2000-06-28  mikeJob code was setting job-at-processing and job-at-compl...
2000-06-27  mikeNo more crashes because the PPD file is missing a PageS...
2000-05-02  mikeDidn't reset current font in SI or DI commands.
2000-04-20  mikeWas saving implicit classes...
2000-04-19  mikeprinter-more-info attribute is now set to the first...
2000-03-30  mikeAdded job-sheets-xyz attribute support.
2000-03-21  mikeUse sigaction instead of sigset under Linux.
2000-03-11  mikeAdded support for set-job-attributes operation.
2000-03-10  mikeUpdated authentication routines to support the director...
2000-03-09  mikeCode cleanup (no more unused vars, etc.)
2000-02-22  mikeWeb fixes.
2000-02-11  mikeNow sort PPD files by make, model, and language.
2000-02-08  mikeFixed bug in dirsrc.c and main.c - didn't disable brows...
2000-02-06  mikeNow free filetypes in CancelJob()
2000-01-27  mikeChanged LOG_XYZ to L_XYZ to avoid redefining SYSLOG...
2000-01-20  mikeMoved raster functions to CUPS image library.
2000-01-04  mikeY2k copyright changes.
2000-01-03  mikeMore changes to support job persistance.
1999-12-29  mikeChanges to support multiple files per job.
1999-12-14  mikeAdded some debug stuff, and changed "printer not found...
1999-12-08  mikeIncreased maximum copies to 65535.
1999-12-07  mikeNow lookup User and Group from password and group files...
1999-10-13  mikeWas adding an extra "/" in resource name...
1999-10-12  mikePrinters without PPDs or interface scripts now default...
1999-10-10  mikeScanf, strcpy, and sprintf security changes.
1999-09-30  mikeDon't add port number to sanitized device URI unless...
next