From 39badfd94a67574161ff41ab7b1ce340d9674ff1 Mon Sep 17 00:00:00 2001 From: hno <> Date: Sun, 19 May 2002 21:07:55 +0000 Subject: [PATCH] NTLMSSP renamed to SMB. 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 | 8 ++++---- helpers/ntlm_auth/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.in b/configure.in index 9f779721ef..f2b12a99f3 100644 --- a/configure.in +++ b/configure.in @@ -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 \ diff --git a/helpers/ntlm_auth/Makefile.am b/helpers/ntlm_auth/Makefile.am index 73d44b3bca..249fbd2622 100644 --- a/helpers/ntlm_auth/Makefile.am +++ b/helpers/ntlm_auth/Makefile.am @@ -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@ -- 2.47.3