--------------------- PatchSet 1240 Date: 2001/01/10 05:30:49 Author: rbcollins Branch: auth_digest Tag: (none) Log: config file type & build digest helpers Members: src/cf.data.pre:1.1.1.3.4.1.2.18.2.4.2.15->1.1.1.3.4.1.2.18.2.4.2.16 src/auth/digest/helpers/Makefile.in:1.1.2.1->1.1.2.2 src/auth/digest/helpers/password/Makefile.in:1.1.2.1->1.1.2.2 Index: squid/src/cf.data.pre =================================================================== RCS file: /cvsroot/squid-sf//squid/src/cf.data.pre,v retrieving revision 1.1.1.3.4.1.2.18.2.4.2.15 retrieving revision 1.1.1.3.4.1.2.18.2.4.2.16 diff -u -r1.1.1.3.4.1.2.18.2.4.2.15 -r1.1.1.3.4.1.2.18.2.4.2.16 --- squid/src/cf.data.pre 10 Jan 2001 01:45:09 -0000 1.1.1.3.4.1.2.18.2.4.2.15 +++ squid/src/cf.data.pre 10 Jan 2001 05:30:49 -0000 1.1.1.3.4.1.2.18.2.4.2.16 @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.1.1.3.4.1.2.18.2.4.2.15 2001/01/10 01:45:09 rbcollins Exp $ +# $Id: cf.data.pre,v 1.1.1.3.4.1.2.18.2.4.2.16 2001/01/10 05:30:49 rbcollins Exp $ # # # SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -1266,7 +1266,7 @@ #Recommended minimum configuration: #auth_param digest program auth_param digest children 5 -auth_paran digest realm Squid proxy-caching web server +auth_param digest realm Squid proxy-caching web server auth_param digest nonce_garbage_interval 5 minutes auth_param digest nonce_max_duration 30 minutes auth_param digest nonce_max_count 50 Index: squid/src/auth/digest/helpers/Makefile.in =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/digest/helpers/Attic/Makefile.in,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- squid/src/auth/digest/helpers/Makefile.in 8 Jan 2001 01:58:11 -0000 1.1.2.1 +++ squid/src/auth/digest/helpers/Makefile.in 10 Jan 2001 05:30:49 -0000 1.1.2.2 @@ -6,7 +6,7 @@ # The 'nop' is in the SUBDIRS list because some Unixes that can't # handle empty for lists. -SUBDIRS = @AUTH_DIGEST_MODULES@ nop +SUBDIRS = @AUTH_DIGEST_HELPERS@ nop all: @for dir in $(SUBDIRS); do \ Index: squid/src/auth/digest/helpers/password/Makefile.in =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/digest/helpers/password/Attic/Makefile.in,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- squid/src/auth/digest/helpers/password/Makefile.in 8 Jan 2001 01:58:11 -0000 1.1.2.1 +++ squid/src/auth/digest/helpers/password/Makefile.in 10 Jan 2001 05:30:49 -0000 1.1.2.2 @@ -47,9 +47,9 @@ SHELL = /bin/sh -INCLUDE = -I. -I../../include -I$(top_srcdir)/include +INCLUDE = -I. -I../../../../../include -I$(top_srcdir)/include CFLAGS = $(AC_CFLAGS) $(INCLUDE) $(DEFINES) -AUTH_LIBS = -L../../lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS) +AUTH_LIBS = -L../../../../../lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS) PROGS = $(DIGEST_PW_AUTH_EXE) OBJS = digest_pw_auth.o