]> git.ipfire.org Git - thirdparty/cups.git/history - cups/util.c
Copyright update...
[thirdparty/cups.git] / cups / util.c
2002-01-02  mikeCopyright update...
2001-10-30  mikeMacOS X fixes and files.
2001-10-29  mikeIncrease file read/write buffers to 32k.
2001-06-07  mikelppasswd -x shouldn't ask for a new password...
2001-05-06  mikeAdd httpConnectEncrypt() and fix all code that uses the
2001-04-30  mikeFix detection of banner pages in StartJob() - no classi...
2001-04-29  mikeAdded cupsGetJobs() and cupsFreeJobs() functions to...
2001-04-20  mikeFix TLS upgrade stuff.
2001-03-09  mikeSome minor rearrangement of functions to avoid unnecess...
2001-03-02  mikeGet rid of compiler warnings.
2001-03-01  mikeOpen temp files RW.
2001-03-01  mikeDon't block on reconnects...
2001-02-25  mikeAdd call to httpFlush() after sending an IPP request...
2001-02-09  mikeMore SuSE fixes.
2001-02-08  mikeConfigure script changes - remove extra libraries from...
2001-02-07  mikeFinal NetBSD fixes from Johnny Lam.
2001-02-06  mikeNew cupsTempFd() function to work around glibc fopen...
2001-01-22  mikeCopyright 2001...
2001-01-18  mikeRemove trailing whitespace from client.conf...
2001-01-04  mikeFix for CD install script under HP-UX.
2000-12-20  mikeVC++ updates.
2000-12-20  mikeDropped patch status for Print Pro files.
2000-12-06  mikeUse GetTempPath() under Windows...
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-10-20  mikeBugfix in cupsGetPPD() - didn't always assign a value...
2000-10-13  mikeippWrite() and ippLength() didn't handle copied strings...
2000-10-12  mikeippWrite() and ipp_write_file() fixes for name-with...
2000-09-14  mikeFixed typo in util.c...
2000-09-13  mikeAdded new cupsEncodeOptions() function to handle genera...
2000-08-04  mikeAdded more NULL checks.
2000-07-24  mikeChanged temp file function *again* to hopefully resolve...
2000-07-20  mikeBug #68 - short names prevented cupsGetPPD() from working.
2000-07-18  mikeReduced line buffer from 256k to 64k.
2000-07-17  mikeAdded debug stuff to TIFF functions.
2000-07-17  mikeFixes for bugs 49-59.
2000-06-28  mikeChanges to support CUPS_SERVERROOT env var.
2000-05-11  mikeFixed bug in cupsPrintFiles() - wasn't creating new...
2000-05-11  mikeAdded cupsPrintFiles() function to print multiple files.
2000-05-10  mikeUpdated IPP docos.
2000-05-01  mikeMD5 support.
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.