]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/client.c
Add strlcat() and strlcpy() checks and emulation functions.
[thirdparty/cups.git] / scheduler / client.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-23  mikePass DYLD_LIBRARY_PATH and NLSPATH to child processes...
2002-04-08  mikeFix rewriting of printer URIs again - any URIs with...
2002-01-23  mikeAdd IRIX improvements and manpage updates from Andrea.
2002-01-02  mikeCopyright update...
2001-12-13  mikeTell the client to use Basic for BasicDigest authentica...
2001-10-30  mikeMacOS X fixes and files.
2001-10-29  mikeIncrease file read/write buffers to 32k.
2001-10-25  mikeFix KeepAlive option.
2001-07-24  mikeDon't add local printers that show up in the SLP list.
2001-07-23  mikeClassification override support.
2001-07-16  mikeWasn't removing config file after installation.
2001-07-12  mikeFix PUT processing in scheduler.
2001-06-22  mikeMultiple system group support.
2001-06-22  mikeHideImplicitClasses directive.
2001-06-05  mikeLog all use of FD_CLR and FD_SET to track fds...
2001-06-05  mikeDebug for encryption...
2001-06-01  mikeDigest authentication fixes.
2001-04-20  mikeFix TLS upgrade stuff.
2001-04-13  mikeLots of compiler warning fixes.
2001-03-10  mikeAdd support for HTTPS environment variable in CGIs...
2001-03-04  mikeSpacing fix.
2001-03-01  mikeMore debug stuff in client code.
2001-02-23  mikeMore testing stuff...
2001-02-22  mikeCopyright updates.
2001-02-21  mikeFull Apache LogLevel support.
2001-02-20  mikeAdded code to support Satisfy, Limit, multiple users...
2001-02-20  mikeAdd backlog and double lookup options.
2001-02-08  mikeConfigure script changes - remove extra libraries from...
2001-02-07  mikeSuSE fixes.
2001-01-24  mikeFixed bug in HTTP upgrade code - wasn't consuming the...
2001-01-22  mikeCopyright 2001...
2000-12-20  mikeDropped patch status for Print Pro files.
2000-12-20  mikeEncryption changes (use TLS/SSL method as needed)
2000-12-19  mikeFixes for encryption stuff.
2000-12-18  mikeFirst cut of SSL/TLS code in Print Pro.
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-09-26  mikeAdded more checks to ensure that language and IPP data...
2000-09-14  mikeAnother small round of configure script fixes - we...
2000-09-14  mikeHopefully plugged a little memory leak in DeletePrinter().
2000-09-12  mikeNew debug2 log level.
2000-09-07  mikeNew MaxFDs global; use it instead of hard-coded limits.
2000-09-07  mikeAdded PauseListening() and ResumeListening() functions.
2000-09-05  mikeAdded minor optimization to CloseClients - doesn't...
2000-09-05  mikeAcceptClient() could add a client past the end of the...
2000-07-17  mikeFixes for bugs 49-59.
2000-07-12  mikeDocumentation fix.
2000-07-10  mikeUpdated POST code to report the number of IPP bytes...
2000-06-28  mikeSERVER_ROOT to CUPS_SERVERROOT.
2000-06-27  mikeChange from DATADIR to CUPS_DATADIR.
2000-06-27  mikeChanges to support LD_LIBRARY_PATH and DataDir directive.
2000-05-17  mikeRemoved the CLOSE method; where the HELL did *that...
2000-05-17  mikeAdded support for OPTIONS command.
2000-05-09  mikeDidn't support Keep-Alive for HTTP/1.0 clients.
2000-05-01  mikeMD5 support.
2000-03-21  mikeUse sigaction instead of sigset under Linux.
2000-03-10  mikeHTTP 1.0 doesn't require the Host: field...
2000-03-09  mikeFix for gethostbyaddr() call from 1.0.x...
2000-02-10  mikeChanged backends to at least put out "unknown" for...
2000-02-08  mikeFixed bug in dirsrc.c and main.c - didn't disable brows...
2000-02-03  mikeClient chunking fix from 1.0.x/4.0.x.
2000-02-01  mikeAdded templates to distributions.
2000-01-27  mikeChanged LOG_XYZ to L_XYZ to avoid redefining SYSLOG...
2000-01-21  mikeFixed certificate authentication.
2000-01-21  mikeUpdated color profiles and margins for sample EPSON...
2000-01-06  mikeAdded timestamp to request file to avoid 26 temp files...
2000-01-04  mikeY2k copyright changes.
2000-01-03  mikeUpdated configure script to only include libdl if PAM...
1999-12-29  mikeChanges to support multiple files per job.
1999-12-08  mikeDidn't handle passwords with spaces.
1999-11-04  mikeWasn't doing a chown() on the request file...
1999-10-22  mikeRequest files shouldn't have world-read permissions.
1999-10-10  mikeScanf, strcpy, and sprintf security changes.
1999-09-22  mikeNow use real timezone (TZ) value for backends, CGIs...
1999-09-09  mikeWhoops, LOG_DEBUG for the message...
1999-09-09  mikeNow log CGI programs that are forked.
1999-09-03  mikeOops, need to set the group before changing from the...
1999-08-27  mikeFixed some chunking problems, and switched to using...
1999-08-12  mikeAdded fixes for Linux. Basically Linux sends the EPIPE...
1999-07-21  mikeChanged LogMessage() in check_authorization() to only...
1999-07-09  mikeChanged default "MaxClients" to 100 again (too much...
1999-07-07  mikeClients array is now allocated dynamically, and standal...
1999-06-30  mikePPD file requests were broken (looking for "printer...
1999-06-25  mikeChanged CGI code to send IPP_PORT environment variable...
1999-06-21  mikeAdded TempDir directive support, and corresponding...
1999-06-19  mikeFixed bug in StopJob() that would cause the scheduler...
1999-06-18  mikeFixed address to 44141 Airport View Drive...
1999-06-18  mikeBroke out listener code from client code.
1999-06-17  mikeNow use the printer's name for the PPD instead of the...
1999-06-09  mikeAdded implicit/auto class code.
1999-05-10  mikeAdded install target commands.
1999-05-10  mikeUpdated defaults to use strings in config.h.
1999-05-03  mikeNow copy the listener port to the client address, as...
1999-04-28  mikeWasn't checking the return status of ippWrite() in...
1999-04-23  mikeUpdated all socket() calls to pass 0 for third argument.
1999-04-22  mikeChanges for Linux...
1999-04-22  mikeChanges for SunOS/Solaris.
next