You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2013/03/17 20:26:41 UTC

svn commit: r1457530 - /httpd/httpd/branches/2.4.x/STATUS

Author: minfrin
Date: Sun Mar 17 19:26:40 2013
New Revision: 1457530

URL: http://svn.apache.org/r1457530
Log:
The expressions parser is pure awesome. Propose.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1457530&r1=1457529&r2=1457530&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sun Mar 17 19:26:40 2013
@@ -173,6 +173,27 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: http://www.humbedooh.com/mod_lua_sync.patch (+CHANGES)
     +1: humbedooh, jim
 
+  * ap_expr: Expression parser: Add the ability to base64 encode and base64
+    decode strings within the parser.
+    trunk patch: http://svn.apache.org/r1457437
+                 http://svn.apache.org/r1457520
+    2.4.x patch: trunk patch applies.
+    +1: minfrin
+
+  * ap_expr: Expression parser: Add the ability to apply a SHA1 hash to
+    strings within the parser.
+    trunk patch: http://svn.apache.org/r1457450
+    2.4.x patch: trunk patch applies.
+    +1: minfrin
+
+  * mod_auth_basic: Add a generic mechanism to fake basic authentication
+    using the ap_expr parser. This allows the administrator to construct
+    their own username and password for basic authentication based on their
+    needs. Alternative fix for PR52616.
+    trunk patch: http://svn.apache.org/r1457471
+                 http://svn.apache.org/r1457504
+    2.4.x patch: trunk patch applies (minus log-message-tags/next-number)
+    +1: minfrin
 
 A list of further possible backports can be found at:                                                                                                                                   
     http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt