]> git.pld-linux.org Git - packages/squid.git/commitdiff
8b78944c82bf8cf4ebe1e703f0bd3ac5 squid-2.5.STABLE2-smb_auth_pl.patch
authorMarcin Winkler <qurczak@gmail.com>
Thu, 22 May 2003 17:44:33 +0000 (17:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    squid-2.5.STABLE2-smb_auth_pl.patch -> 1.1

squid-2.5.STABLE2-smb_auth_pl.patch [new file with mode: 0644]

diff --git a/squid-2.5.STABLE2-smb_auth_pl.patch b/squid-2.5.STABLE2-smb_auth_pl.patch
new file mode 100644 (file)
index 0000000..3b9fe95
--- /dev/null
@@ -0,0 +1,22 @@
+Index: squid/helpers/basic_auth/multi-domain-NTLM/smb_auth.pl
+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
+*** squid/helpers/basic_auth/multi-domain-NTLM/smb_auth.pl:1.2.2.1     Sun Aug 11 19:13:47 2002
+--- squid/helpers/basic_auth/multi-domain-NTLM/smb_auth.pl     Sat May 17 09:38:43 2003
+***************
+*** 38,44 ****
+  
+  $|=1;
+  while (<>) {
+!      if (! m;([^\\]+)(\\|/|%2f|%5c)(\S+)\s(.*); ) { #parse the line
+               print "ERR\n";
+               next;
+       }
+--- 38,45 ----
+  
+  $|=1;
+  while (<>) {
+!      chomp;
+!      if (! m;^(\S+)(/|%5c)(\S+)\s(\S+)$; ) { #parse the line
+               print "ERR\n";
+               next;
+       }
This page took 0.038567 seconds and 4 git commands to generate.