]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/auth.c
Mirror 1.1.x changes.
[thirdparty/cups.git] / scheduler / auth.c
2003-01-15  mikeMirror 1.1.x changes.
2003-01-07  mikeCopyright update.
2002-11-20  mikeMirror 1.1.x changes.
2002-09-26  mikeMirror 1.1.x changes.
2002-09-26  mikeGet rid of compiler warnings.
2002-06-11  mikeMirror 1.1.x changes.
2002-06-06  mikeFix compiler warnings.
2002-05-29  mikeMirror 1.1.x changes.
2002-05-16  mikeMirror 1.1.x changes to use strlcpy() and strlcat().
2002-04-20  mikeUpdate test program and script to compile with current...
2002-03-27  mikeMirror 1.1.x fix.
2002-03-27  mikeAdd 1.1.x network interface stuff, with IPv6 support...
2002-01-02  mikeCopyright updates...
2002-01-02  mikeMirror MD5 buglet fix from 1.1.
2001-12-27  mikeMore compile fixes...
2001-12-26  mikeMerge changes from 1.1.x into 1.2 devel.
2001-05-13  mikeMerge changes from 1.1 tree.
2001-04-02  mikeCreation of 1.2 development branch.
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