]> git.ipfire.org Git - thirdparty/cups.git/history - cups/dest.c
Add strlcat() and strlcpy() checks and emulation functions.
[thirdparty/cups.git] / cups / dest.c
2002-05-16  mikeAdd strlcat() and strlcpy() checks and emulation functions.
2002-03-22  mikeUpdate cupsGetDests() so that it doesn't list printers...
2002-03-01  mikeMacOS license updates.
2002-01-29  mikeDon't eliminate options from /etc/cups/lpoptions; merge...
2002-01-23  mikeAdd IRIX improvements and manpage updates from Andrea.
2002-01-02  mikeCopyright update...
2001-11-09  mikecups-polld wasn't using requested-attributes to reduce...
2001-10-31  mikeEliminate some compiler warnings.
2001-09-28  mikeSend the requested-attributes attribute as a keyword...
2001-09-17  mikeFix instance support in LPDEST/PRINTER environment...
2001-07-02  mikeEliminate C++ comment...
2001-06-06  mikeThe "save options" stuff now only saves the differences...
2001-06-06  mikeNow strip extra options from the local ~/.lpoptions...
2001-03-30  mikeGUI madness.
2001-03-21  mikeSupport printer instances in LPDEST and PRINTER.
2001-01-22  mikeCopyright 2001...
2000-12-20  mikeVC++ updates.
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-19  mikeFixed PRINTER and LPDEST environment variable processing.
2000-07-21  mikeFixed for cupsAddDest() and sorting of instances.
2000-06-28  mikeChanges to support CUPS_SERVERROOT env var.
2000-05-12  mikeUpdated cupsGetDest() to accept NULL for name - default...
2000-03-09  mikeCode cleanup (no more unused vars, etc.)
2000-03-02  mikeWasn't saving boolean options as "option" instead of...
2000-03-02  mikeFixed bug in cupsAddDest().
2000-02-28  mikeUpdated changelog again.
2000-02-28  mikeWasn't always returning a value from cupsGetDests().
2000-01-27  mikeFinished user-defined destinations & options.
2000-01-26  mikeAdded new user-defined option/destination interface...