]> git.pld-linux.org Git - packages/squid.git/blob - squid-2.5.STABLE2-smb_auth_pl.patch
- fix for TCP connection closing after blank HTTP response
[packages/squid.git] / squid-2.5.STABLE2-smb_auth_pl.patch
1 Index: squid/helpers/basic_auth/multi-domain-NTLM/smb_auth.pl
2 diff -c squid/helpers/basic_auth/multi-domain-NTLM/smb_auth.pl:1.2.2.1 squid/helpers/basic_auth/multi-domain-NTLM/smb_auth.pl:1.2.2.2
3 *** squid/helpers/basic_auth/multi-domain-NTLM/smb_auth.pl:1.2.2.1      Sun Aug 11 19:13:47 2002
4 --- squid/helpers/basic_auth/multi-domain-NTLM/smb_auth.pl      Sat May 17 09:38:43 2003
5 ***************
6 *** 38,44 ****
7   
8   $|=1;
9   while (<>) {
10 !       if (! m;([^\\]+)(\\|/|%2f|%5c)(\S+)\s(.*); ) { #parse the line
11                 print "ERR\n";
12                 next;
13         }
14 --- 38,45 ----
15   
16   $|=1;
17   while (<>) {
18 !       chomp;
19 !       if (! m;^(\S+)(/|%5c)(\S+)\s(\S+)$; ) { #parse the line
20                 print "ERR\n";
21                 next;
22         }
This page took 0.034157 seconds and 3 git commands to generate.