]> git.ipfire.org Git - thirdparty/cups.git/history - cups/util.c
Use sigaction instead of sigset under Linux.
[thirdparty/cups.git] / cups / util.c
2000-03-21  mikeUse sigaction instead of sigset under Linux.
2000-03-10  mikeChanged from cupsd.conf to client.conf for client config.
2000-01-21  mikeMerged with 1.0.x branch changes.
2000-01-04  mikeY2k copyright changes.
2000-01-03  mikeUpdated configure script to only include libdl if PAM...
1999-12-21  mikeWasn't calling "CheckJobs()" after a job was finished.
1999-12-15  mikeOopsie, forgot to check for a NULL name...
1999-12-07  mikecupsGetClasses() and cupsGetPrinters() now free strings...
1999-10-25  mikeMissing a space after the "UNIX Password:" prompt.
1999-10-25  mikeOptions are now case-insensitive.
1999-10-22  mikeAdded snprintf() and vsnprintf() functions for systems...
1999-10-21  mikeAdded cupsLastError() function and corresponding code...
1999-10-10  mikeScanf, strcpy, and sprintf security changes.
1999-10-10  mikeSecurity fixes - scanf, sprintf, strcpy.
1999-09-09  mikeUpdated cupsDoFileRequest() to retry requests after...
1999-09-08  mikeFixes for timing-related HTTP error 401 messages.
1999-08-21  mikeUpdated cupsDoFileRequest() to use httpReconnect()...
1999-08-19  mikeNo longer use "if-modified-since" for PPD files.
1999-08-05  mikeAdded cupsTempFile().
1999-07-24  mikeWasn't using the right group tag for many of the print...
1999-07-15  mikeChanged all "unsafe" strcpy's to strncpy's.
1999-07-12  mikeFixed all constant arrays to use "const" modifier.
1999-07-12  mikeAdded output mode and resolution strings.
1999-07-07  mikeFixed code to just use cupsUser() instead of cuserid...
1999-06-23  mikeChanged to use cupsServer(), cupsUser(), and cupsGetPas...
1999-06-21  mikeAdded echo commands to makefile.
1999-06-18  mikeFixed address to 44141 Airport View Drive...
1999-05-20  mikeFixed another problem in cupsDoRequest() - wasn't loopi...
1999-05-20  mikeFixed HAVE_CRYPT_H configure check.
1999-05-20  mikeYou couldn't break out of the cupsDoFileRequest() passw...
1999-05-19  mikeFixed installation rules in several directories...
1999-05-13  mikeAdded raw option support to cupsPrintFile()...
1999-05-09  mikeAdded project and config files for VC++.
1999-05-03  mikeUpdated makefile for ESP Print derivative of CUPS.
1999-05-01  mikeAdded httpFlush() function.
1999-04-22  mikeChanges for Linux...
1999-04-21  mikecupsDoRequest() needed to retry requests when doing...
1999-04-21  mikeGot rid of last vestiges of unsigned char * code for...
1999-04-19  mikeAdded idle, processing, and stopped status messages.
1999-03-24  mikeUpdated cupsCancelJob() and friends.
1999-03-21  mikeAdded CUPS_VERSION string to config.h
1999-03-03  mikehttpRead() didn't always set the content length.
1999-03-01  mikeippAddInteger() and ippAddIntegers() was setting the...
1999-03-01  mikeCode cleanup - removed extraneous semi-colons...
1999-02-26  mikeAdded more debug statements.
1999-02-26  mikeMultiple IPP processing fixes.
1999-02-05  mikeAdded IPP client read/write code.