]> granicus.if.org Git - apache/history - modules/experimental/util_ldap.c
Remove LDAP toolkit specific code from util_ldap and mod_auth_ldap.
[apache] / modules / experimental / util_ldap.c
2004-08-04 Graham LeggettRemove LDAP toolkit specific code from util_ldap and...
2004-06-26 Bradley NicholesCheck for a NULL file name before trying to delete...
2004-06-25 Bradley NicholesReplace the thread reader/writer lock that protects...
2004-06-17 Bradley NicholesGet rid of the race conditions by first checking to...
2004-06-16 Bradley NicholesEnhance the util_ldap cache-info page to display the...
2004-06-09 Bradley NicholesAllow relative paths for LDAPTrustedCA to be resolved...
2004-05-26 Graham LeggettEnable the option to support anonymous shared memory...
2004-05-22 Graham LeggettThrow an error message if an attempt is made to use...
2004-05-20 Graham LeggettOverhaul handling of LDAP error conditions, so that...
2004-05-13 Bradley Nicholesif the call to ldap_simple_bind_s() fails, the connecti...
2004-05-12 Joe Orton* modules/experimental/util_ldap.c (util_ldap_cache_com...
2004-04-26 Bradley NicholesAllow the memory address to change
2004-04-14 Bradley NicholesDon't repeatedly allocate the binddn and bindpw from...
2004-04-02 Bradley NicholesStop locking all of the connections while trying to...
2004-03-31 Bradley NicholesUpdate the DN information associated with each LDAP...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-11-16 Justin ErenkrantzSync with APR-util deprecated functions.
2003-11-11 Bradley NicholesUpdated the latest LDAP cache changes to support platfo...
2003-11-06 Jeff Trawickmod_auth_ldap: Fix some segfaults in the cache logic.
2003-04-04 Jeff Trawickfix a bungled comment style conversion
2003-04-04 Jeff TrawickI don't think we're ready for C++/c89 slash-slash comments
2003-02-24 Bradley NicholesDon't try to use the LDAP cache if it has been turned...
2003-02-14 Bradley NicholesAdded support for Novell LDAP SDK and standardized...
2003-01-21 Graham LeggettEnsure LDAP version is set to v3 on every bind.
2003-01-21 Graham LeggettUpdate the copyright dates
2002-12-12 William A. Rowe Jr Fix a declaration mismatch. We are down to const...
2002-11-22 Graham LeggettReplace APU_HAS_LDAPSSL_CLIENT_INIT with APU_HAS_LDAP_N...
2002-10-09 Graham LeggettChange the LDAP modules to export their symbols correctly
2002-07-30 Jeff Trawicksupport non-threaded configurations
2002-05-28 Bradley NicholesThe lock should have already been released when the...
2002-05-18 Cliff WoolleyFail in a more sensible way when APR-util is missing...
2002-02-08 Bradley NicholesUpdated to use the newer locking APIs
2001-10-16 Ryan BloomInitial revision