--------------------- PatchSet 127 Date: 2000/04/15 13:27:06 Author: asd Branch: ntlm Tag: (none) Log: Add hooks for --enable-ntlm-authentication. Members: acconfig.h:1.1.1.3->1.1.1.3.10.1 configure.in:1.1.1.3.10.1->1.1.1.3.10.2 Index: squid/acconfig.h =================================================================== RCS file: /cvsroot/squid-sf//squid/Attic/acconfig.h,v retrieving revision 1.1.1.3 retrieving revision 1.1.1.3.10.1 diff -u -r1.1.1.3 -r1.1.1.3.10.1 --- squid/acconfig.h 26 Jan 2000 03:25:00 -0000 1.1.1.3 +++ squid/acconfig.h 15 Apr 2000 13:27:06 -0000 1.1.1.3.10.1 @@ -20,7 +20,7 @@ * */ @ TOP @ -/* $Id: acconfig.h,v 1.1.1.3 2000/01/26 03:25:00 hno Exp $ */ +/* $Id: acconfig.h,v 1.1.1.3.10.1 2000/04/15 13:27:06 asd Exp $ */ /********************************* * START OF CONFIGURABLE OPTIONS * @@ -232,6 +232,11 @@ #define USE_IDENT 1 /* + * Compile in support for NTLM authentication. + */ +#undef USE_NTLM + +/* * If your system has statvfs(), and if it actually works! */ #undef HAVE_STATVFS Index: squid/configure.in =================================================================== RCS file: /cvsroot/squid-sf//squid/configure.in,v retrieving revision 1.1.1.3.10.1 retrieving revision 1.1.1.3.10.2 diff -u -r1.1.1.3.10.1 -r1.1.1.3.10.2 --- squid/configure.in 15 Apr 2000 10:46:29 -0000 1.1.1.3.10.1 +++ squid/configure.in 15 Apr 2000 13:27:06 -0000 1.1.1.3.10.2 @@ -3,13 +3,13 @@ dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.1.1.3.10.1 2000/04/15 10:46:29 asd Exp $ +dnl $Id: configure.in,v 1.1.1.3.10.2 2000/04/15 13:27:06 asd Exp $ dnl dnl dnl AC_INIT(src/main.c) AC_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.1.1.3.10.1 $)dnl +AC_REVISION($Revision: 1.1.1.3.10.2 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AC_CONFIG_AUX_DIR(cfgaux) @@ -502,6 +502,17 @@ fi ]) +AC_ARG_ENABLE(ntlm-authentication, +[ --enable-ntlm-authentication + This allows Squid to use the Microsoft NTLM + transparent authentication scheme for + authenticating clients. ], +[ if test "$enableval" = "yes" ; then + echo "Enabling NTLM authentication" + AC_DEFINE(USE_NTLM) + fi +]) + AC_ARG_ENABLE(internal-dns, [ --disable-internal-dns This prevents Squid from directly sending and receiving DNS messages, and instead enables the