]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/ipp.c
Add strlcat() and strlcpy() checks and emulation functions.
[thirdparty/cups.git] / scheduler / ipp.c
2002-05-16  mikeAdd strlcat() and strlcpy() checks and emulation functions.
2002-05-15  mikeAdd GNU __attribute__ stuff for printf-like functions...
2002-04-29  mikeAccept job-originating-host-name attribute from local...
2002-02-13  mikeMissing "else" in print_job() - would allow requesting...
2002-01-31  mikeAdd missing locales to cups.list.in.
2002-01-29  mikeAdd "force" option to StopJob so that backends and...
2002-01-23  mikeAdd IRIX improvements and manpage updates from Andrea.
2002-01-09  mikeAnother remote printer with banner bug squashed, this...
2002-01-02  mikeCopyright update...
2001-12-18  mikeChange ownership and permissions of config files and...
2001-11-13  mikeFix allow/deny user stuff for printers.
2001-11-09  mikecups-polld wasn't using requested-attributes to reduce...
2001-11-09  mikeFix SAMBA driver export - the Win95 export commands...
2001-10-22  mikeDon't allow arbitrary device URIs...
2001-10-05  mikeSupport localized banner files.
2001-10-02  mikeTreat unauthenticated usernames as case-insensitive...
2001-07-23  mikeRemove more_info member from printer_t - it *always...
2001-07-23  mikeClassification override support.
2001-07-19  mikeDoco update.
2001-06-27  mikeDon't hold locally for jobs destined for a remote printer.
2001-06-22  mikeRaw driver support.
2001-06-22  mikeMultiple system group support.
2001-06-22  mikeHideImplicitClasses directive.
2001-06-21  mikeFix set-job-attributes bug.
2001-06-21  mikeReport all supported file types to the client.
2001-06-06  mikeNumerous little class fixes.
2001-06-05  mikeFix job status buffer bug (finally!)
2001-05-16  mikeFix ippFindNextAttribute() implementation.
2001-04-30  mikeFix detection of banner pages in StartJob() - no classi...
2001-04-15  mikeDon't need Xext in GUIs.
2001-04-13  mikeLots of compiler warning fixes.
2001-04-12  mikePatch 3
2001-03-30  mikeTypo fixes from MaxJobPerPrinter/User stuff.
2001-03-30  mikeAdd new IPP status codes and messages.
2001-03-28  mikeAdd missing include files.
2001-03-27  mikeFix a DEBUG2 log message call.
2001-03-15  mikeTypo fix in IPP code.
2001-03-14  mikeAdd Classification directive and page-label attribute...
2001-03-02  mikeFinal fixes to pass all tests in the STP.
2001-03-01  mikeDon't block on reconnects...
2001-02-23  mikeMore testing stuff...
2001-02-22  mikeDidn't add attributes-charset or attributes-natural...
2001-02-07  mikeSuSE fixes.
2001-02-07  mikeFinal NetBSD fixes from Johnny Lam.
2001-01-23  mikeMan page updates.
2001-01-22  mikeCopyright 2001...
2001-01-18  mikeSuper with a Y! (syper)
2001-01-18  mikeRemove trailing whitespace from client.conf...
2000-12-15  mikeChangelog update.
2000-12-14  mikeFixes for segfaults in printer manager.
2000-11-18  mikeDocumentation updates.
2000-11-17  mikeMore quota stuff. Now just docos and IPP attributes...
2000-11-17  mikeFirst half of quota stuff.
2000-11-10  mikejob-originating-host-name attribute support.
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-11-01  mikeUpdate to build patch release.
2000-10-13  mikeippWrite() and ippLength() didn't handle copied strings...
2000-10-13  mikeCode cleanup to remove warnings.
2000-09-18  mikeBanners and test pages should now print properly in...
2000-09-14  mikePersistent job-k-octets attribute info.
2000-09-14  mikeAnother small round of configure script fixes - we...
2000-09-13  mikeIPP spec requires that cancel-job fail if job is alread...
2000-09-06  mikeAdded RemoteRoot directive support.
2000-08-30  mikeFixes for printer lookup and set-job-attributes.
2000-08-30  mikeMoved all of the duplicate user validation code into...
2000-08-30  mikeFixed move-job bug.
2000-08-24  mikeWasn't updating the printer-name attribute when renamin...
2000-08-21  mikeTypo fix (IPP_NAME instead of IPP_TAG_NAME)
2000-08-18  mikeBug #84 - unauthenticated remote root access cannot...
2000-08-18  mikeset-job-attributes didn't change the job-state to held...
2000-08-03  mikeAdded support for raw filter.
2000-08-03  mikeFixed set-job-attributes so it replaces job-hold-until...
2000-08-01  mikeStart printing immediately when last-document is true.
2000-07-21  mikeNow replace time-at-xyz with ASCII date and time in...
2000-07-17  mikeFixes for bugs 49-59.
2000-07-07  mikeFixed create-job timeout problem (Bug #46)
2000-07-01  mikeMore time-at fixes
2000-06-28  mikeUpdate job-hold-until when hold-job or release-job...
2000-06-28  mikeNow create job-hold-until attribute if not specified...
2000-06-28  mikeUpdated cups-lpd to support lpoptions.
2000-06-28  mikeJob code was setting job-at-processing and job-at-compl...
2000-06-28  mikeNow create remote printers when loading jobs. (Bug...
2000-06-27  mikeChanges to support LD_LIBRARY_PATH and DataDir directive.
2000-06-27  mikeAdded new BrowseShortNames directive to allow for remot...
2000-06-03  mikeFixed accept-jobs crash with printer classes.
2000-06-02  mikeAdded full job-hold-until support.
2000-06-01  mikeFixes for create-job + send-document crashing cupsd.
2000-06-01  mikeWasn't quoting ( in banners...
2000-05-22  mikeRestartJob didn't work for stopped jobs (which still...
2000-05-11  mikeAdded "purge" option to CancelJob() so that CancelJobs...
2000-05-11  mikeMissing the lpinfo and lpmove commands from the distrib...
2000-05-11  mikeAdded quoting of special characters for PS banners...
2000-05-11  mikehold-until + timeout changes.
2000-05-02  mikeAdded support for job-media-sheets-completed attribute...
2000-04-29  mikeFixed charset lookup table - iso8859-x should have...
2000-04-26  mikeBanner page support fixes (now uses the templates)
2000-04-10  mikeMissing image file in .list files.
2000-03-30  mikeAdded job-sheets-xyz attribute support.
next