--------------------- PatchSet 1467 Date: 2001/02/01 09:29:01 Author: kinkie Branch: auth_rewrite Tag: (none) Log: Last-Ditch authentications are to be lower-cased. Members: src/auth/ntlm/helpers/NTLMSSP/ntlm_auth.c:1.1.2.8->1.1.2.9 Index: squid/src/auth/ntlm/helpers/NTLMSSP/ntlm_auth.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/ntlm/helpers/NTLMSSP/Attic/ntlm_auth.c,v retrieving revision 1.1.2.8 retrieving revision 1.1.2.9 diff -u -r1.1.2.8 -r1.1.2.9 --- squid/src/auth/ntlm/helpers/NTLMSSP/ntlm_auth.c 31 Jan 2001 13:17:20 -0000 1.1.2.8 +++ squid/src/auth/ntlm/helpers/NTLMSSP/ntlm_auth.c 1 Feb 2001 09:29:01 -0000 1.1.2.9 @@ -101,7 +101,7 @@ creds = fetch_credentials (failedauth, authlen); if (creds) { - SEND2 ("LD %s", creds); + SEND2 ("LD %s", lc(creds)); } else {