From: Graham Leggett Date: Sun, 22 Oct 2006 19:29:19 +0000 (+0000) Subject: Propose backports. X-Git-Tag: 2.2.4~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4bdde042404c7a4f6b0268de440a2e6cdf0a1fd;p=thirdparty%2Fapache%2Fhttpd.git Propose backports. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@466868 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 1e6ebdd07a5..910ff7370eb 100644 --- a/STATUS +++ b/STATUS @@ -225,3 +225,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.2.x version of patch: http://people.apache.org/~jim/patches/dumpio-patch.txt +1: jim + + * mod_dbd: Key the storage of prepared statements on the hex string + value of server_rec, rather than the server name, as the server name + may change (eg when the server name is set) at any time, causing + weird behaviour in modules dependent on mod_dbd. + Trunk: http://svn.apache.org/viewvc?view=rev&revision=466641 + +1: minfrin + + * mod_authn_dbd: Export any additional columns queried in the SQL select + into the environment with the name AUTHENTICATE_. This brings + mod_authn_dbd behaviour in line with mod_authnz_ldap. + Trunk: http://svn.apache.org/viewvc?view=rev&revision=466865 + +1: minfrin +