From: Nick Kew Date: Wed, 15 Nov 2006 12:56:39 +0000 (+0000) Subject: Review mod_dbd bugfix proposal X-Git-Tag: 2.2.4~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b270be8ad881f10f536aa796b9244949bc3f075c;p=thirdparty%2Fapache%2Fhttpd.git Review mod_dbd bugfix proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@475219 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 130b571ab29..7ddbc64d6cf 100644 --- a/STATUS +++ b/STATUS @@ -223,7 +223,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 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 + niq: This is actually cumulative with R432562, R432560, 424798 + which were not yet backported. They fix a nasty bug, + and minfrin's fix is better than mine. + Cumulative patch: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/database/mod_dbd.c?r1=466641&r2=420983&pathrev=466641 + +1: minfrin, niq * mod_authn_dbd: Export any additional columns queried in the SQL select into the environment with the name AUTHENTICATE_. This brings