Author: glen                         Date: Mon May 24 20:50:53 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix formatting when username present in file but still wrong pass

---- Files affected:
packages/lighttpd:
   mod_auth-ip-info.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/lighttpd/mod_auth-ip-info.patch
diff -u packages/lighttpd/mod_auth-ip-info.patch:1.2 
packages/lighttpd/mod_auth-ip-info.patch:1.3
--- packages/lighttpd/mod_auth-ip-info.patch:1.2        Mon May 24 22:50:26 2010
+++ packages/lighttpd/mod_auth-ip-info.patch    Mon May 24 22:50:48 2010
@@ -9,3 +9,14 @@
                }
  
                return 0;
+--- lighttpd-1.4.26/src/http_auth.c~   2010-05-24 23:39:16.000000000 +0300
++++ lighttpd-1.4.26/src/http_auth.c    2010-05-24 23:39:25.761721926 +0300
+@@ -877,7 +877,7 @@
+ 
+       /* password doesn't match */
+       if (http_auth_basic_password_compare(srv, p, req, username, 
realm->value, password, pw)) {
+-              log_error_write(srv, __FILE__, __LINE__, "sbbss", "password 
doesn't match for ", con->uri.path, username, ", IP:", 
inet_ntop_cache_get_ip(srv, &(con->dst_addr)));
++              log_error_write(srv, __FILE__, __LINE__, "sbsBss", "password 
doesn't match for", con->uri.path, "username:", username, ", IP:", 
inet_ntop_cache_get_ip(srv, &(con->dst_addr)));
+ 
+               buffer_free(username);
+               buffer_free(password);
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lighttpd/mod_auth-ip-info.patch?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to