]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
NTLMSSP renamed to SMB.
authorhno <>
Sun, 19 May 2002 21:07:55 +0000 (21:07 +0000)
committerhno <>
Sun, 19 May 2002 21:07:55 +0000 (21:07 +0000)
Note: The CVS files have been moved. If going back to a older version than
this then one will have to manually move them back to get a checkout that
reflects the older layout.

configure.in
helpers/ntlm_auth/Makefile.am

index 9f779721ef3310110d81afb905a47d3493080d2e..f2b12a99f3164e30aa56637f055d65b7bd4a8498 100644 (file)
@@ -3,7 +3,7 @@ dnl  Configuration input file for Squid
 dnl
 dnl  Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
 dnl
-dnl  $Id: configure.in,v 1.268 2002/04/27 08:46:44 hno Exp $
+dnl  $Id: configure.in,v 1.269 2002/05/19 15:07:55 hno Exp $
 dnl
 dnl
 dnl
@@ -11,7 +11,7 @@ AC_INIT(src/main.c)
 AC_CONFIG_AUX_DIR(cfgaux)
 AM_INIT_AUTOMAKE(squid, 2.6-DEVEL)
 AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.268 $)dnl
+AC_REVISION($Revision: 1.269 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AM_MAINTAINER_MODE
 
@@ -2252,8 +2252,8 @@ AC_OUTPUT([\
        src/auth/ntlm/helpers/Makefile \
        src/auth/ntlm/helpers/fakeauth/Makefile \
        src/auth/ntlm/helpers/no_check/Makefile \
-       src/auth/ntlm/helpers/NTLMSSP/Makefile \
-       src/auth/ntlm/helpers/NTLMSSP/smbval/Makefile \
+       src/auth/ntlm/helpers/SMB/Makefile \
+       src/auth/ntlm/helpers/SMB/smbval/Makefile \
        contrib/Makefile \
        snmplib/Makefile \
        icons/Makefile \
index 73d44b3bca23de334d77046c4dba053c3e28fc1f..249fbd2622a524aceb4c8ca80a6be44a52d7386c 100644 (file)
@@ -1,7 +1,7 @@
 #  Makefile for storage modules in the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.3 2001/11/30 10:00:18 hno Exp $
+#  $Id: Makefile.am,v 1.4 2002/05/19 15:07:55 hno Exp $
 #
 
-DIST_SUBDIRS   = fakeauth no_check NTLMSSP
+DIST_SUBDIRS   = fakeauth no_check SMB
 SUBDIRS                = @NTLM_AUTH_HELPERS@