]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add the ldap function to the expression API, allowing LDAP filters and
authorGraham Leggett <minfrin@apache.org>
Fri, 25 Apr 2014 10:55:04 +0000 (10:55 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 25 Apr 2014 10:55:04 +0000 (10:55 +0000)
commit7c05d5e069c1a068de67d99aa51cd6f4e3be8082
treee1959ff704e0856e6d819281c90d7f286d88e666
parenta5d79394e301f04da8df19dcee2b2923a047c816
Add the ldap function to the expression API, allowing LDAP filters and
distinguished names based on expressions to be escaped correctly to
guard against LDAP injection.

Note: this requires at least APR v1.6.0 or above for the apr_escape API.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1589986 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/expr.xml
docs/manual/mod/mod_authnz_ldap.xml
server/util_expr_eval.c