]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/classes.c
Changelog.
[thirdparty/cups.git] / scheduler / classes.c
2011-11-04  mikeDrop support for CUPS, LDAP, and SLP browsing (STR...
2011-05-20  mikeUse strcasecmp and strncasecmp emulation functions...
2011-05-11  mikeThe scheduler now more carefully creates and removes...
2011-03-18  mikeAdd printer-uuid support.
2010-11-05  mikeMake cupsdAddString/cupsdFreeStrings more general-purpo...
2010-11-04  mikeSome more cleanup, and use cupsArrayNew3 in a few more...
2010-11-04  mikeFirst pass at using new cupsArrayNew3 API and eliminati...
2010-08-13  mikeUse ConfigFilePerm for classes.conf, plus a masked...
2010-08-13  mikeFix URI mapping.
2010-08-13  mikePartial fix for STR #3639 - make sure we don't use...
2010-02-17  mikeThe scheduler did not update the classes.conf file...
2009-10-07  mikeThe documentation for classes.conf and printers.conf...
2009-05-16  mikeDon't mark printers.conf, classes.conf, or printcap...
2009-04-29  mikeSince classes have never truly supported the printer...
2009-04-28  mikeFix port number reported when we have a BrowseAddress...
2009-03-20  mikeWrite Printer lines in classes.conf...
2009-02-02  mikeTrack the "paused" reason in the cupsd_printer_t reason...
2009-01-23  mikeThe web interface and scheduler did not support URIs...
2009-01-09  mikeRemove type change check for classes with printers...
2009-01-09  mikeThe scheduler did not update the member-names attribute...
2008-10-08  mikeFirst half of PPD/attributes caching (STR #1293)
2008-09-23  mikeFix bug in classes.conf error handling.
2008-09-19  mikeDon't stop reading printer config files on syntax errors.
2008-09-19  mikeAdd plist PrintcapFormat support.
2008-07-14  mikeThe scheduler did not handle expiring of implicit class...
2008-07-11  mikeRemoved unused variables and assignments found by the...
2008-05-21  mikeMake sure we quote any # in usernames and marker values.
2008-01-16  mikeFortify, pass 2...
2007-11-30  mikeThe scheduler would crash if a job was sent to an empty...
2007-07-11  mikeMass change of copyright to CUPS' new owner, Apple...
2007-04-02  mikeFix policy loading for printers and classes.
2007-03-27  mikeFix infinite loop bug in cupsdFindAvailablePrinter...
2007-03-06  mikeAdd support for auth-info and auth-info-required (STR...
2007-02-27  mikeClasses containing other classes did not always work...
2007-02-27  mikeThe # character was not supported in printer-info or...
2006-02-22  mikeAdd server-side default options (still needs more testing!)
2006-02-06  mikeUpdate debug2 log messages to use function name prefix...
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.
next