]> git.ipfire.org Git - thirdparty/cups.git/history - systemv/cancel.c
Mass change of copyright to CUPS' new owner, Apple Inc.
[thirdparty/cups.git] / systemv / cancel.c
2007-07-11  mikeMass change of copyright to CUPS' new owner, Apple...
2006-09-05  mikeThe command-line applications did not convert command...
2006-08-16  mikeSet the locale in all command-line programs to avoid...
2006-06-26  mikeMake sure http pointer is reset to NULL when handling...
2006-02-08  mikeFix "Purge-Jobs" with "ipp://hostname/printers/" as...
2006-01-29  mikeUpdate default cachedir to be /var/tmp/cups on Darwin.
2006-01-19  mikeUpdate all command-line programs to support -h and...
2006-01-13  mikeUse new ippNewRequest() and cupsLastErrorString() funct...
2006-01-13  mikeSimplify the _cupsLangPuts/Printf functions - we just...
2006-01-10  mikeMark old APIs as "deprecated", and remove use of those...
2006-01-08  mikeFix some problems with the cupsLangPrintf/Puts and...
2005-10-21  mikeMake changes that are necessary to support IPv6 link...
2005-02-18  mikeMove 1.2 branch to trunk.
2005-02-18  mikeUpdate copyright notices, addresses, etc.
2005-01-03  mikeCopyright updates.
2004-06-29  mikeThe "cancel -u user" command now works for ordinary...
2004-06-29  mikeCleanup.
2004-02-25  mikeCopyright updates...
2004-02-25  mikeMirror 1.1.x changes.
2004-02-25  mikeSome calls to the ctype functions did not account for...
2003-04-28  mikeMirror 1.1.x changes.
2003-04-28  mikeFix cancel problems from STR #48.
2003-03-12  mikeMirror 1.1.x changes.
2003-03-12  mike"cancel -u user" now cancels all jobs for the named...
2003-01-15  mikeMirror 1.1.x changes.
2003-01-15  mikeGNU TLS support from Jeff Licquia.
2003-01-07  mikeCopyright update.
2002-12-17  swdevChange the end copyright for Easy Software Products...
2002-10-07  mikeMirror 1.1.x changes.
2002-10-07  mikePatches for cancel, lpoptions, and lprm from Giulio.
2002-08-22  mikeMirror 1.1.x changes.
2002-08-22  mikeCleanup to use cupsSetServer() and cupsSetEncryption...
2002-08-21  mikeMirror 1.1.x changes.
2002-08-21  mikeSkip trailing destination when cancelling a specific...
2002-06-27  mikeMirror 1.1.x changes.
2002-06-27  mikeSupport any printable character in the printer name.
2002-05-16  mikeMirror 1.1.x changes to use strlcpy() and strlcat().
2002-05-16  mikeAdd strlcat() and strlcpy() checks and emulation functions.
2002-05-09  mikeRename "header" member back to "request"...
2002-03-22  mikeBreak out the IPP and HTTP code into a separate library...
2002-01-02  mikeCopyright updates...
2002-01-02  mikeCopyright update...
2001-06-07  mikeMake sure we include the CUPS string header for snprintf...
2001-05-13  mikeMerge changes from 1.1 tree.
2001-05-06  mikeAdd httpConnectEncrypt() and fix all code that uses the
2001-03-02  mikeFinal fixes to pass all tests in the STP.
2001-01-23  mike"-E" option for all commands (use encryption.)
2001-01-22  mikeCopyright 2001...
2000-11-11  mikeUpdated man page for lp.
2000-01-21  mikeMerged changes from 1.0.x branch.
2000-01-04  mikeY2k copyright changes.
1999-10-26  mikeFixed cancel and lprm - now report error messages,...
1999-10-18  mikeFixed one sprintf that should have been snprintf.
1999-10-10  mikeScanf, strcpy, and sprintf security changes.
1999-09-22  mikeWasn't checking to see if there was an argument after...
1999-07-30  mikeWhoops! Can't make everything a const pointer...
1999-07-30  mikeFixed typo...
1999-07-30  mikeThe cancel command wasn't looking at the return status...
1999-06-23  mikeNow use cupsServer() instead of "localhost".
1999-06-18  mikeFixed address to 44141 Airport View Drive...
1999-06-10  mikeAdded -h option and processing for printer@host.
1999-06-09  mikeChanged references to http: to ipp:.
1999-04-21  mikeAdded accept/disable/enable/reject command (all the...
1999-03-03  mikeAdded lpstat and cancel programs to makefile and CVS.