--------------------- PatchSet 11469 Date: 2007/06/03 00:51:15 Author: hno Branch: SQUID_2_6 Tag: (none) Log: MFC: Database auth helper using Perl DBI Members: configure.in:1.416.2.11->1.416.2.12 helpers/basic_auth/Makefile.am:1.6->1.6.2.1 helpers/basic_auth/DB/Makefile.am:1.1->1.1.2.1 helpers/basic_auth/DB/db_auth.pl:1.1->1.1.2.1 helpers/basic_auth/DB/passwd.sql:1.1->1.1.2.1 Index: squid/configure.in =================================================================== RCS file: /cvsroot/squid/squid/configure.in,v retrieving revision 1.416.2.11 retrieving revision 1.416.2.12 diff -u -r1.416.2.11 -r1.416.2.12 --- squid/configure.in 3 Jun 2007 00:47:35 -0000 1.416.2.11 +++ squid/configure.in 3 Jun 2007 00:51:15 -0000 1.416.2.12 @@ -1,7 +1,7 @@ dnl dnl Configuration input file for Squid dnl -dnl $Id: configure.in,v 1.416.2.11 2007/06/03 00:47:35 hno Exp $ +dnl $Id: configure.in,v 1.416.2.12 2007/06/03 00:51:15 hno Exp $ dnl dnl dnl @@ -10,7 +10,7 @@ AM_CONFIG_HEADER(include/autoconf.h) AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE -AC_REVISION($Revision: 1.416.2.11 $)dnl +AC_REVISION($Revision: 1.416.2.12 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -3172,6 +3172,7 @@ helpers/basic_auth/mswin_sspi/Makefile \ helpers/basic_auth/multi-domain-NTLM/Makefile \ helpers/basic_auth/SASL/Makefile \ + helpers/basic_auth/DB/Makefile \ helpers/digest_auth/Makefile \ helpers/digest_auth/password/Makefile \ helpers/digest_auth/ldap/Makefile \ Index: squid/helpers/basic_auth/Makefile.am =================================================================== RCS file: /cvsroot/squid/squid/helpers/basic_auth/Makefile.am,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -u -r1.6 -r1.6.2.1 --- squid/helpers/basic_auth/Makefile.am 27 May 2006 08:58:28 -0000 1.6 +++ squid/helpers/basic_auth/Makefile.am 3 Jun 2007 00:51:15 -0000 1.6.2.1 @@ -1,7 +1,7 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.am,v 1.6 2006/05/27 08:58:28 serassio Exp $ +# $Id: Makefile.am,v 1.6.2.1 2007/06/03 00:51:15 hno Exp $ # -DIST_SUBDIRS = getpwnam LDAP MSNT multi-domain-NTLM NCSA PAM SMB YP SASL mswin_sspi +DIST_SUBDIRS = getpwnam LDAP MSNT multi-domain-NTLM NCSA PAM SMB YP SASL mswin_sspi DB SUBDIRS = @BASIC_AUTH_HELPERS@ Index: squid/helpers/basic_auth/DB/Makefile.am =================================================================== RCS file: /cvsroot/squid/squid/helpers/basic_auth/DB/Makefile.am,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 --- squid/helpers/basic_auth/DB/Makefile.am 2 Jun 2007 23:54:19 -0000 1.1 +++ squid/helpers/basic_auth/DB/Makefile.am 3 Jun 2007 00:51:16 -0000 1.1.2.1 @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.1 2007/06/02 23:54:19 hno Exp $ +# $Id: Makefile.am,v 1.1.2.1 2007/06/03 00:51:16 hno Exp $ # # Uncomment and customize the following to suit your needs: #