]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/dirsvc.c
Fixed some "type-punned" warnings produced by GCC when
[thirdparty/cups.git] / scheduler / dirsvc.c
2004-05-27  mikeFixed some "type-punned" warnings produced by GCC when
2004-04-28  mikeThe scheduler now updates the accepting state of an...
2004-02-25  mikeCopyright updates...
2004-02-25  mikeMore ctype fun...
2004-02-24  mikeThe printer-is-accepting-jobs status of remote printers...
2003-10-22  mikeMake sure that BrowseSocket is initialized to the prope...
2003-10-09  mikeMore SLP changes (STR #259)
2003-09-16  mikeTweek SLP code once more.
2003-09-05  mikeFix potential NULL pointer references.
2003-09-03  mikeMore compile fixes.
2003-09-03  mikeMore fixes for SLP stuff.
2003-09-03  mikeMerge fix for new SLP string buffers (STR #259)
2003-09-02  mikeFix segfault problem with SLP code (STR #259)
2003-08-01  mikeUse setgroups(1,&Group) instead of setgroups(0,NULL...
2003-07-20  mikeAdd preliminary Valgrind support (STR #193)
2003-07-19  mikeMake sure that we only run setgroups() once; either...
2003-05-12  mikeSet the remote bit on incoming printers/classes.
2003-04-29  mikeFix memory leak in cups-polld.
2003-04-26  mikeUpdate French man pages.
2003-04-02  mikeValidate info/location/make_model strings before insert...
2003-03-14  mikeSupport CGI output to stderr and copy to the error_log...
2003-03-12  mikeFix SLP update interval to be BrowseInterval.
2003-03-12  mikeFix timeouts for SLP browsing when CUPS browsing is...
2003-02-05  mikeAllocate fd_sets to support more than 1024 file descrip...
2003-01-31  mikeFixes from Apple.
2003-01-29  mikeAllocate all strings in the scheduler; this yields...
2003-01-24  mikeAdd support for implicit classes of regular classes.
2003-01-15  mikeGNU TLS support from Jeff Licquia.
2003-01-04  mikeAdd cast to avoid compiler warning.
2002-12-17  swdevChange the end copyright for Easy Software Products...
2002-12-12  mikeMultiple security fixes based on a report from iDEFENSE.
2002-09-26  mikeMore compiler warnings...
2002-09-24  mikeDon't reject jobs on remote printers.
2002-07-02  mikeFix %p bug in vsnprintf() emulation function - affected...
2002-06-27  mikeMake sure that the printcap file is updated whenever...
2002-06-27  mikeInherit location and description from member printers...
2002-05-16  mikeAdd strlcat() and strlcpy() checks and emulation functions.
2002-05-12  mikeThrottle browse updates like we do for polling; this...
2002-03-27  mikeUpdate browsing to support @LOCAL and @IF(name) properly.
2002-02-12  mikePrep for 1.1.14 release.
2002-01-31  mikeFix poll pipe processing - didn't ignore pipe when...
2002-01-27  mikeOS/2 porting stuff.
2002-01-26  mikeDon't add compiler warning options (-Wall, etc.) if...
2002-01-14  mikeFix status reporting from polling daemons.
2002-01-02  mikeCopyright update...
2001-10-31  mikeEliminate some compiler warnings.
2001-09-14  mikeDefault MaxJobs is 500.
2001-07-24  mikeSome more SLP changes to make the code conform to the...
2001-07-24  mikeDon't add local printers that show up in the SLP list.
2001-07-23  mikeD'oh! Missing a ++ in the quoting...
2001-07-23  mikeRemove more_info member from printer_t - it *always...
2001-07-23  mikeSLP compile fixes; now to start testing...
2001-07-23  mikeSLP support.
2001-07-12  mikeFix PUT processing in scheduler.
2001-06-22  mikeHideImplicitClasses directive.
2001-06-06  mikeNumerous little class fixes.
2001-06-05  mikeLog all use of FD_CLR and FD_SET to track fds...
2001-04-24  mikeUse AnySetup for the page size command order.
2001-03-28  mikeAdd missing include files.
2001-02-21  mikeUpdated to v1.1.7/4.1.7
2001-02-08  mikeConfigure script changes - remove extra libraries from...
2001-01-23  mikeDon't check BrowseInterval until we need to send a...
2001-01-22  mikeCopyright 2001...
2000-12-19  mikeEncryption wizard.
2000-12-14  mikeFixes for segfaults in printer manager.
2000-11-22  mikeNew strncpy's in some spots we missed.
2000-11-20  mikeChangelog update.
2000-11-06  mikesnprintf instead of sprintf whenever a string argument...
2000-11-03  mikeReverted snprintf's to using just sizeof(); a quick...
2000-11-02  mikesnprintf() calls with size - 1; trying to nail down...
2000-09-14  mikeAnother small round of configure script fixes - we...
2000-09-12  mikeNew debug2 log level.
2000-09-12  mikeFixed problem with sscanf - should now work properly...
2000-09-07  mikeAdded braces to avoid ambiguity warning.
2000-08-30  mikeBetter localization of hostnames.
2000-06-27  mikeAdded new BrowseShortNames directive to allow for remot...
2000-05-31  mikeDidn't disable browsing if browse socket could not...
2000-05-09  mikeDidn't support Keep-Alive for HTTP/1.0 clients.
2000-04-19  mikeprinter-more-info attribute is now set to the first...
2000-03-22  mikeNow check for jobs when a remote printer says it is...
2000-03-21  mikeUse sigaction instead of sigset under Linux.
2000-03-11  mikeMake check_auth() public.
2000-03-10  mikeUpdated authentication routines to support the director...
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-01-27  mikeChanged LOG_XYZ to L_XYZ to avoid redefining SYSLOG...
2000-01-27  mikeDropped "printer@host" to "printer" mapping - too confu...
2000-01-04  mikeY2k copyright changes.
1999-12-07  mikeDropped DEFAULT_UID and DEFAULT_GID (no longer used.)
1999-10-10  mikeScanf, strcpy, and sprintf security changes.
1999-09-17  mikeNow disable browsing if UpdateBrowseList cannot do...
1999-07-30  mikeAdded casts to struct sockaddr * to get rid of compiler...
1999-07-21  mikeCUPS_ADD_PRINTER and CUPS_ADD_CLASS didn't check for...
1999-06-25  mikeImplicit classes were disabled by default.
1999-06-25  mikeMultiple fixes for remote printing problems...
1999-06-25  mikeRemote printers didn't get their printer attributes...
1999-06-24  mikeAdded check for default print, and to assign one if...
1999-06-24  mikeFixed last bug in browsing code - AddPrinterToClass...
1999-06-24  mikeDisabled debug messages...
1999-06-24  mikeMore debugging...
next