]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Incorporate the ap_ldap incomplete API, as there is no interest or effort
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 31 May 2011 17:10:11 +0000 (17:10 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 31 May 2011 17:10:11 +0000 (17:10 +0000)
commit37770675d7c1e829a24101ec2aad65ee94b82b1a
treeb770e2e00e1230e610d9c3029acebd18d5a9ee57
parente66d41d2d14cc5c392ff5f1d8704bf0e3b4625e3
Incorporate the ap_ldap incomplete API, as there is no interest or effort
at APR to make this a complete abstraction, and it was voted 'off the island'
with APR 2.0.  This will allow httpd 2.3 to build against either apr-2.0
or apr+util 1.x.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1129808 13f79535-47bb-0310-9956-ffa450edef68
23 files changed:
README
build/find_ldap.m4 [new file with mode: 0644]
configure.in
docs/doxygen.conf
include/ap_ldap.h.in [new file with mode: 0644]
include/ap_ldap.hnw [new file with mode: 0644]
include/ap_ldap.hw [new file with mode: 0644]
include/ap_ldap_init.h [new file with mode: 0644]
include/ap_ldap_option.h [new file with mode: 0644]
include/ap_ldap_rebind.h [new file with mode: 0644]
include/ap_ldap_url.h [new file with mode: 0644]
include/util_ldap.h
modules/aaa/config.m4
modules/aaa/mod_authnz_ldap.c
modules/ldap/ap_ldap_init.c [new file with mode: 0644]
modules/ldap/ap_ldap_option.c [new file with mode: 0644]
modules/ldap/ap_ldap_rebind.c [new file with mode: 0644]
modules/ldap/ap_ldap_url.c [new file with mode: 0644]
modules/ldap/config.m4
modules/ldap/util_ldap.c
modules/ldap/util_ldap_cache.c
modules/ldap/util_ldap_cache.h
modules/ldap/util_ldap_cache_mgr.c