Re: svn commit: r1589986 - in /httpd/httpd/trunk: CHANGES docs/manual/expr.xml docs/manual/mod/mod_authnz_ldap.xml server/util_expr_eval.c

2014-04-25 Thread Graham Leggett
On 25 Apr 2014, at 1:04 PM, Jeff Trawick wrote: > Unless httpd trunk as a whole already prereqs 1.5.x, please ifdef this based > on version of apr: > > +#include "apr_escape.h" > > #include /* for INT_MAX */ > > @@ -1061,6 +1062,12 @@ static const char *md5_func(ap_expr_eval >

Re: svn commit: r1589986 - in /httpd/httpd/trunk: CHANGES docs/manual/expr.xml docs/manual/mod/mod_authnz_ldap.xml server/util_expr_eval.c

2014-04-25 Thread Jeff Trawick
On Fri, Apr 25, 2014 at 6:55 AM, wrote: > Author: minfrin > Date: Fri Apr 25 10:55:04 2014 > New Revision: 1589986 > > URL: http://svn.apache.org/r1589986 > Log: > Add the ldap function to the expression API, allowing LDAP filters and > distinguished names based on expressions to be escaped corre