]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose backports.
authorGraham Leggett <minfrin@apache.org>
Sun, 22 Oct 2006 19:29:19 +0000 (19:29 +0000)
committerGraham Leggett <minfrin@apache.org>
Sun, 22 Oct 2006 19:29:19 +0000 (19:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@466868 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 1e6ebdd07a5b651899f11354c2fe79ea4c2277d1..910ff7370eb39ab0c079736856f5c783afc9dc88 100644 (file)
--- 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_<COLUMN>. This brings
+     mod_authn_dbd behaviour in line with mod_authnz_ldap.
+     Trunk: http://svn.apache.org/viewvc?view=rev&revision=466865
+     +1: minfrin
+