]> git.ipfire.org Git - thirdparty/cups.git/history - cgi-bin/template.c
Add strlcat() and strlcpy() checks and emulation functions.
[thirdparty/cups.git] / cgi-bin / template.c
2002-05-16  mikeAdd strlcat() and strlcpy() checks and emulation functions.
2002-01-02  mikeCopyright update...
2001-10-03  mikeQuote > too...
2001-10-01  mikeFix quoting of special HTML chars - we don't need to...
2001-01-22  mikeCopyright 2001...
2000-11-06  mikesnprintf instead of sprintf whenever a string argument...
2000-09-26  mikeFlush output after copying template.
2000-09-21  mikeFix to the fix...
2000-09-21  mikeIgnore { by itself...
2000-04-27  mikeAdded range check for template name copy buffer.
2000-04-14  mike{VAR-#} didn't work...
2000-03-30  mikeAdded job-sheets-xyz attribute support.
2000-03-21  mikeUse sigaction instead of sigset under Linux.
2000-02-10  mikeChanged backends to at least put out "unknown" for...
2000-01-28  mikeFixed template bug - existence check needed to use...
2000-01-18  mikeUpdated copyrights...
1999-10-29  mikeNow wrap message text.
1999-10-29  mikeNow quote < in CGI variables.
1999-09-28  mikeUpdated code documentation.
1999-09-27  mikeNeeded to continue after looping to process remaining...
1999-09-27  mikeAdded test program.
1999-09-15  mikeAdded tests to templates.
1999-09-10  mikeAdded support for form arrays and template array displays.
1997-05-13  mikeAdded "{?name}" syntax to conditionally include variables.
1997-05-08  mikeRenamed CGI_Name functions to cgiName functions.
1997-05-08  mikeInitial revision