--------------------- PatchSet 3384 Date: 2001/11/27 15:59:20 Author: kinkie Branch: ntlm Tag: (none) Log: Enlarged the read-buffer. Members: src/auth/ntlm/helpers/winbind/wbntlm.h:1.1.2.3->1.1.2.4 Index: squid/src/auth/ntlm/helpers/winbind/wbntlm.h =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/ntlm/helpers/winbind/Attic/wbntlm.h,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -r1.1.2.3 -r1.1.2.4 --- squid/src/auth/ntlm/helpers/winbind/wbntlm.h 26 Nov 2001 17:44:12 -0000 1.1.2.3 +++ squid/src/auth/ntlm/helpers/winbind/wbntlm.h 27 Nov 2001 15:59:20 -0000 1.1.2.4 @@ -84,6 +84,6 @@ } tristate; #define CHALLENGE_LEN 8 -#define BUFFER_SIZE 1010 +#define BUFFER_SIZE 2010 #endif /* _WBNTLM_H_ */