]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/conf.c
Use sigaction instead of sigset under Linux.
[thirdparty/cups.git] / scheduler / conf.c
2000-03-21  mikeUse sigaction instead of sigset under Linux.
2000-03-11  mikeFixed get_address() to handle hostnames and service...
2000-03-11  mikeMake check_auth() public.
2000-03-10  mikeUpdated authentication routines to support the director...
2000-02-25  mikeUpdated Print Pro configuration code to support digest...
2000-02-06  mikeNow free filetypes in CancelJob()
2000-01-29  mikeDropped old mime.h file from distribution file.
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.
2000-01-03  mikeMerged and updated for CUPS 1.1/ESP Print Pro 4.1.
1999-12-29  mikeChanges to support multiple files per job.
1999-12-07  mikeNow lookup User and Group from password and group files...
1999-10-10  mikeScanf, strcpy, and sprintf security changes.
1999-09-30  mikeNeeded to reference structure member under Solaris.
1999-09-29  mikeDropped use of inet_ntoa() - blew up with glibc2.1...
1999-09-22  mikeMoved LogXYZ functions to separate file (log.c).
1999-09-18  mikeFixed get_address() - portname wasn't always initialized...
1999-09-18  mikeAdded more logging messages for Listen and BrowseAddres...
1999-09-17  mikeget_address() used htonl() with inet_addr(), which...
1999-09-09  mikeAdded call to setsid() to detach cupsd from the console.
1999-08-28  mikeMore fixed for Linux:
1999-08-23  mikeNow look for the right system group.
1999-07-09  mikeChanged default "MaxClients" to 100 again (too much...
1999-07-07  mikeClients array is now allocated dynamically, and standal...
1999-06-30  mikeChanged default RIP cache to 8m.
1999-06-21  mikeAdded TempDir directive support, and corresponding...
1999-06-18  mikeFixed address to 44141 Airport View Drive...
1999-05-18  mikeLOTS of changes:
1999-05-13  mikeClasses are now supported!
1999-05-10  mikeAdded install target commands.
1999-05-10  mikeUpdated defaults to use strings in config.h.
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 memset() in get_address() to ensure that the...
1999-04-23  mikeIsAuthorized() wasn't declared properly in auth.c ...
1999-04-22  mikeChanges for SunOS/Solaris.
1999-04-21  mikeChanges for SERVERDIR and IPP_PORT variables.
1999-04-16  mikeCleaned up the job processing code (now use a shared...
1999-02-26  mikeFinished job options code.
1999-02-10  mikeAdded request logging a la Apache.
1999-02-10  mikeAdded full language support to HTTP client code.
1999-02-09  mikeUpdated to use new CUPS library functions.
1999-01-24  mikeChecked in prior to CVS use.
1998-10-16  mikeIntegrated with HTTP server.
1998-10-09  mikeInitial revision