APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/05/13 23:40:02 $]
+Last modified at [$Date: 2004/05/14 11:30:42 $]
Release:
[ please place file names and revisions from HEAD here, so it is easy to
identify exactly what the proposed changes are! ]
+ *) Use APR_LARGEFILE when opening log files, and not APR_WRITE,
+ allowing >2Gb log files on some platforms with a 32-bit off_t
+ http://www.apache.org/~jorton/largelog.diff
+
+ which is:
+ http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/log.c?r1=1.143&r2=1.144
+ http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/log.c?r1=1.134&r2=1.135
+ http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/loggers/mod_log_config.c?r1=1.116&r2=1.117
+ with conditional use of APR_LARGEFILE
+
+ PR: 13511
+ +1: jorton
+
*) mod_ldap calls ldap_simple_bind_s() to validate the user
credentials. If the bind fails, the connection is left
in an unbound state. Make sure that the ldap connection
*) mod_ssl: Fix potential SEGV in 'shmcb' session cache.
modules/ssl/ssl_scache_shmcb.c: r1.26
- +1: madhum
+ +1: madhum, jorton
*) mod_cgi: Handle stderr output during script execution
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/generators/mod_cgi.c?r1=1.160&r2=1.163