]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/log.c
Add strlcat() and strlcpy() checks and emulation functions.
[thirdparty/cups.git] / scheduler / log.c
2002-05-16  mikeAdd strlcat() and strlcpy() checks and emulation functions.
2002-05-14  mikeFixes from Apple.
2002-01-29  mikeThe job-billing attribute isn't always a text attribute...
2002-01-29  mikeFix timezone offset right in log files...
2002-01-02  mikeCopyright update...
2001-10-31  mikeAdd same tm_gmtoff structure check to CUPS/Print Pro.
2001-10-07  mikeFirst cut of MacOS X port for CUPS.
2001-02-21  mikeFull Apache LogLevel support.
2001-02-07  mikeSuSE fixes.
2001-01-22  mikeCopyright 2001...
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-02  mikeAdded purify target.
2000-09-05  mikeUpdate from Crutcher Dunnavant (Red Hat) for a new...
2000-07-21  mikeNow replace time-at-xyz with ASCII date and time in...
2000-06-27  mikeAdded support for %s in AccessLog, ErrorLog, and PageLo...
2000-05-02  mikeAdded support for job-media-sheets-completed attribute...
2000-03-21  mikeDefault printcap file is now empty.
2000-03-11  mikeFixed get_address() to handle hostnames and service...
2000-03-09  mikeAdded syslog support to LogXYZ functions.
2000-01-04  mikeY2k copyright changes.
1999-12-07  mikeNow lookup User and Group from password and group files...
1999-10-12  mikeChanged #ifdef BSD to use __FreeBSD__, etc.
1999-09-29  mikeChanged for *BSD: use timezone in "tm" structure instea...
1999-09-22  mikeMoved LogXYZ functions to separate file (log.c).