]> git.pld-linux.org Git - packages/squid.git/blame - squid-2.5.STABLE2-smb_auth_pl.patch
93425c422a04cfd97a88ab275a652755 squid-2.5.STABLE2-snmp_gauges.patch
[packages/squid.git] / squid-2.5.STABLE2-smb_auth_pl.patch
CommitLineData
52951f29
MW
1Index: squid/helpers/basic_auth/multi-domain-NTLM/smb_auth.pl
2diff -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.033023 seconds and 4 git commands to generate.