--------------------- PatchSet 6064 Date: 2003/11/30 13:06:40 Author: serassio Branch: nt-2_5 Tag: (none) Log: Fixed NTLM local authentication problem Members: helpers/ntlm_auth/NTLMSSP-WIN32/ntlm_auth.c:1.1.4.14->1.1.4.15 Index: squid/helpers/ntlm_auth/NTLMSSP-WIN32/ntlm_auth.c =================================================================== RCS file: /cvsroot/squid-sf//squid/helpers/ntlm_auth/NTLMSSP-WIN32/Attic/ntlm_auth.c,v retrieving revision 1.1.4.14 retrieving revision 1.1.4.15 diff -u -r1.1.4.14 -r1.1.4.15 --- squid/helpers/ntlm_auth/NTLMSSP-WIN32/ntlm_auth.c 30 Nov 2003 11:44:38 -0000 1.1.4.14 +++ squid/helpers/ntlm_auth/NTLMSSP-WIN32/ntlm_auth.c 30 Nov 2003 13:06:40 -0000 1.1.4.15 @@ -30,19 +30,24 @@ * * History: * + * Version 1.20 + * 30-11-2003 Guido Serassio + * Added support for NTLM local calls. + Added control of use of NTLM NEGOTIATE packet from + command line. + * Updated documentation. * Version 1.10 * 07-09-2003 Guido Serassio - * Now is true NTLM authenticator + * Now is true NTLM authenticator. * More debug info. * Updated documentation. * Version 1.0 * 29-06-2002 Guido Serassio - * First release + * First release. * * */ - #include "squid.h" #include "ntlm.h"