From: Jeff Trawick Date: Mon, 1 Nov 2004 13:13:32 +0000 (+0000) Subject: changes to log client IP address on a few types of errors X-Git-Tag: 2.0.53~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d767b23af1c1cdb51ca34365750718ca1e3349e;p=thirdparty%2Fapache%2Fhttpd.git changes to log client IP address on a few types of errors git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105653 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 50ff9f93197..57f77a53ba5 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/10/30 15:37:21 $] +Last modified at [$Date: 2004/11/01 13:13:32 $] Release: @@ -97,6 +97,13 @@ PATCHES TO BACKPORT FROM 2.1 modules/config5.m4: 1.4 +1: jim, jerenkrantz + *) several changes to improve logging of connection-oriented errors, including + ap_log_cerror() API (needs minor bump in addition to changes below) + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c?r1=1.289&r2=1.291 + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/log.c?r1=1.150&r2=1.151 + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/include/http_log.h?r1=1.46&r2=1.48 + +1: trawick + *) mod_auth_ldap: Handle the inconsistent way in which the MS LDAP library handles special characters. http://issues.apache.org/bugzilla/showattachment.cgi?attach_id=12919