]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/auth.c
Add strlcat() and strlcpy() checks and emulation functions.
[thirdparty/cups.git] / scheduler / auth.c
2002-05-16  mikeAdd strlcat() and strlcpy() checks and emulation functions.
2002-03-27  mikeFix allow @LOCAL bug (didn't set interface name to...
2002-03-27  mikeAdd support for "Allow from @LOCAL", "Allow from @IF...
2002-01-02  mikeCopyright update...
2002-01-02  mikeTypo in MD5 password crypt code...
2001-12-13  mikeAdd BasicDigest authentication support (Basic authentic...
2001-12-10  mikeAdd code to support Slackware MD5 encrypted passwords...
2001-11-26  mikeAlways encrypt port 443.
2001-10-31  mikeEliminate some compiler warnings.
2001-08-09  mikeIf no allow/deny lines, always allow.
2001-07-24  mikeDon't add local printers that show up in the SLP list.
2001-06-07  mikelppasswd -x shouldn't ask for a new password...
2001-06-05  mikeAllow MD5 accounts that have no corresponding UNIX...
2001-06-01  mikeDigest authentication fixes.
2001-05-07  mikeAIX changes.
2001-04-23  mikeWorkaround for serious HP-UX PAM bug...
2001-04-13  mikeLots of compiler warning fixes.
2001-02-21  mikeUpdated to v1.1.7/4.1.7
2001-02-20  mikeAdded code to support Satisfy, Limit, multiple users...
2001-01-22  mikeCopyright 2001...
2000-12-20  mikeDropped patch status for Print Pro files.
2000-12-18  mikeFirst cut of SSL/TLS code in Print Pro.
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-08-24  mikeReturn HTTP_UNAUTHORIZED if the group exists but the...
2000-07-20  mikeMissing FindLocation() function...
2000-06-27  mikeChanges to support LD_LIBRARY_PATH and DataDir directive.
2000-05-01  mikeMD5 support.
2000-03-21  mikeUse sigaction instead of sigset under Linux.
2000-03-11  mikeMake check_auth() public.
2000-03-10  mikeUpdated authentication routines to support the director...
2000-03-09  mikeFix for gethostbyaddr() call from 1.0.x...
2000-02-24  mikeReturn "forbidden" if bad group.
2000-01-27  mikeChanged LOG_XYZ to L_XYZ to avoid redefining SYSLOG...
2000-01-21  mikeFixed certificate authentication.
2000-01-20  mikeMoved raster functions to CUPS image library.
2000-01-04  mikeY2k copyright changes.
2000-01-03  mikeUpdated configure script to only include libdl if PAM...
1999-12-14  mikeChanges to support PAM and non-PAM distributions.
1999-12-07  mikeDropped DEFAULT_UID and DEFAULT_GID (no longer used.)
1999-11-02  mikeDropped the pen definitions from the HP-GL/2 prolog...
1999-10-18  mikeFinal PAM changes for Linux and Solaris.
1999-10-18  mikeFixed PAM code.
1999-10-15  mikeAdded PAM support to CUPS scheduler.
1999-08-06  mikeIsAuthorized() now checks for local connections and...
1999-06-18  mikeFixed address to 44141 Airport View Drive...
1999-05-20  mikeFixed HAVE_CRYPT_H configure check.
1999-05-17  mikeFixes for reported compilation problems.
1999-05-10  mikeAdded install target commands.
1999-04-23  mikeIsAuthorized() wasn't declared properly in auth.c ...
1999-04-22  mikeAdded DEBUG_printf() statements to help with authorizat...
1999-04-21  mikeChanges for HP-UX.
1999-04-21  mikeMore I18N unsigned char -> char fixes.
1999-03-03  mikeMore cleanup of debug messages.
1999-02-09  mikeUpdated to use new CUPS library functions.
1999-01-24  mikeChecked in prior to CVS use.
1998-10-16  mikeIntegrated with HTTP server.
1998-10-14  mikeInitial revision