]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/dirsvc.c
Add strlcat() and strlcpy() checks and emulation functions.
[thirdparty/cups.git] / scheduler / dirsvc.c
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...
1999-06-24  mikeMore debug junk...
1999-06-24  mikeAdded more debug code to tell which machine the browse...
1999-06-23  mikeDropped extra | CUPS_PRINTER_REMOTE.
1999-06-23  mikeUpdated docos in printers.c.
1999-06-23  mikeFinal change for browsing support - added SortPrinters...
1999-06-23  mikeHmm, still something wrong - maybe the "remote" bit...
1999-06-23  mikeDidn't call SetPrinterAttrs() when renaming a print...
1999-06-23  mikeWasn't taking into account the "AnyClass" or "Class...
1999-06-23  mikeFixed another bug in the browsing code... *Hopefully...
1999-06-23  mikeWasn't copying hostname to printer structure...
1999-06-23  mikeFixed problem in IPP document-format handling - now...
1999-06-18  mikeFixed address to 44141 Airport View Drive...
1999-06-09  mikeAdded implicit/auto class code.
1999-05-20  mikeFixed HAVE_CRYPT_H configure check.
1999-05-18  mikeLOTS of changes:
1999-05-13  mikeClasses are now supported!
1999-04-27  mikeRemoved DEBUG from dirsvc.c.
1999-04-23  mikeUpdated all socket() calls to pass 0 for third argument.
1999-04-23  mikeNow zero the default browse address prior to initializa...
1999-04-23  mikeNow add a default browser if browsing is enabled but...
1999-04-23  mikeAdded checks to see if any browse addresses have been...
1999-04-23  mikeIsAuthorized() wasn't declared properly in auth.c ...
1999-04-23  mikeMore broadcast changes...
1999-04-23  mikeAdded TTL checking...
1999-04-22  mikeAdded error messages to browse routines.
1999-04-22  mikeD'oh! Needed to output info every BrowseInterval secon...
1999-04-22  mikeWas clearing BrowseSocket even when it was -1...
1999-04-22  mikeAdded browsing code.
1999-01-24  mikeChecked in prior to CVS use.
1998-10-16  mikeIntegrated with HTTP server.
1998-10-09  mikeInitial revision