]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/classes.c
The classes.conf file should be mode 0600.
[thirdparty/cups.git] / scheduler / classes.c
2006-01-26  mikeThe classes.conf file should be mode 0600.
2006-01-24  mikeDon't distribute empty classes.conf and printers.conf...
2005-11-22  mikeThe "lpstat -p" command now shows the time and date...
2005-11-12  mikeLoad/delete subscriptions and stop notifiers as needed.
2005-11-04  mikeCache remote printers (STR #1295)
2005-10-11  mikeFix implicit class lookup.
2005-10-05  mikeAdd optimizations for implicit classes, and add test...
2005-09-28  mikeCleanup.
2005-09-28  mikeRename all types and functions to use cupsd prefix.
2005-09-27  mikeReplace jobs list with two sorted job arrays - Jobs...
2005-09-27  mikeUse cupsArray*() API to manage sorted list of printers...
2005-09-21  mikeMake CUPS API threadsafe (STR #1276), replace FILE...
2005-09-15  mikeFix inefficient class management issues.
2005-08-24  mikecups/cups.h:
2005-06-21  mikeFix infinite recursion problem when deleting empty...
2005-05-24  mikeImplement cupsdLoadAllSubscriptions().
2005-05-23  mikeUse new cupsFileGetConf() function to read all config...
2005-04-18  mikeFix scheduler crash when deleting a class.
2005-02-18  mikeMove 1.2 branch to trunk.
2005-02-18  mikeUpdate copyright notices, addresses, etc.
2005-02-18  mikeSync changes and files from 1.1.x.
2005-01-03  mikeCopyright updates.
2004-10-04  mikeMirror 1.1.x changes.
2004-10-04  mikeFixed some memory and file descriptor leaks in the...
2004-07-02  mikeprinter-op-policy-supported, not printer-policy-supported.
2004-06-30  mikeMore policy fun.
2004-06-29  mikeDomain socket support (STR #656)
2004-06-29  mikeCleanup.
2004-06-29  mikeMirror 1.1.x changes.
2004-06-29  mikeAdded support for quoted system group names (STR #784)
2004-04-28  mikeMirror 1.1.x changes.
2004-04-28  mikeThe scheduler now updates the accepting state of an...
2004-04-20  mikeMirror 1.1.x changes.
2004-04-20  mikeFix log file permissions and cleanup checks for run...
2004-02-26  mikeMirror 1.1.x change.
2004-02-26  mikeDon't use printers that are rejecting jobs when finding...
2004-02-25  mikeCopyright updates...
2004-02-25  mikeMirror 1.1.x changes.
2004-02-25  mikeMore ctype fun...
2003-09-15  mikeMirror 1.1.x changes.
2003-09-15  mikeMake config, spool, and status files owned by scheduler...
2003-04-26  mikeMirror 1.1.x changes.
2003-04-26  mikeUpdate French man pages.
2003-04-25  mikeMirror 1.1.x changes.
2003-04-25  mikeFix emptying of printers.conf when reconfiguring the...
2003-03-30  mikeMirror 1.1.x changes.
2003-03-30  mikeFinish changes to support new CUPS file IO.
2003-03-30  mikeMirror 1.1.x changes.
2003-03-30  mikeUse CUPS file IO routines for all buffered file IO.
2003-03-10  mikeMirror 1.1.x changes.
2003-03-10  mikeNeed to use SetString for all printer object strings...
2003-03-10  mikeMirror 1.1.x changes.
2003-03-10  mikeNULL checks and debugging for auto-printer creation.
2003-01-29  mikeMirror 1.1.x changes.
2003-01-29  mikeAllocate all strings in the scheduler; this yields...
2003-01-24  mikeMirror 1.1.x changes.
2003-01-24  mikeAdd support for implicit classes of regular classes.
2003-01-07  mikeCopyright update.
2002-12-17  swdevChange the end copyright for Easy Software Products...
2002-10-15  mikeMirror 1.1.x changes.
2002-10-15  mikePerformance improvements for large numbers of printers.
2002-05-16  mikeMirror 1.1.x changes to use strlcpy() and strlcat().
2002-05-16  mikeAdd strlcat() and strlcpy() checks and emulation functions.
2002-01-02  mikeCopyright updates...
2002-01-02  mikeCopyright update...
2002-01-02  mikeMirror classification stuff from 1.1.
2002-01-02  mikeDon't override the JobSheets values in classes.conf...
2001-12-27  mikeMore compile fixes...
2001-12-26  mikeMerge changes from 1.1.x into 1.2 devel.
2001-09-17  mikeAlways save quota information for printers and classes...
2001-07-23  mikeRemove more_info member from printer_t - it *always...
2001-07-12  mikeFix PUT processing in scheduler.
2001-06-07  mikelppasswd -x shouldn't ask for a new password...
2001-06-06  mikeNumerous little class fixes.
2001-04-02  mikeCreation of 1.2 development branch.
2001-03-15  andyPrevent recursion between DeletePrinterFromClasses(),
2001-03-15  andyStore next pointer before removing printer from class...
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-19  mikeFinal fixes for round-robin class scheduler.
2001-01-18  mikeFix bug when last_printer == 0 in FindAvailablePrinter().
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-17  mikeFirst half of quota stuff.
2000-11-14  mikeWasn't matching implicit classes in FindClass()...
2000-11-10  mikeGUI code fixes to eliminate some Sun compiler warnings...
2000-11-06  mikesnprintf instead of sprintf whenever a string argument...
2000-04-19  mikeprinter-more-info attribute is now set to the first...
2000-03-10  mikeUpdated authentication routines to support the director...
2000-03-09  mikeCode cleanup (no more unused vars, etc.)
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-09-22  mikeNow use real timezone (TZ) value for backends, CGIs...
1999-07-08  mikeSaveAllClasses() saved the printer classes with the...
1999-06-25  mikeImplicit classes were disabled by default.
next