]> granicus.if.org Git - apache/history - modules/experimental/mod_auth_ldap.c
Remove LDAP toolkit specific code from util_ldap and mod_auth_ldap.
[apache] / modules / experimental / mod_auth_ldap.c
2004-08-04 Graham LeggettRemove LDAP toolkit specific code from util_ldap and...
2004-05-21 Graham LeggettQuotes cannot be used around require group and require dn
2004-05-21 Graham LeggettFix a cut and paste, doh!
2004-05-21 Graham LeggettThe Microsoft LDAP SDK escapes filters for us, stop...
2004-05-20 Graham LeggettOverhaul handling of LDAP error conditions, so that...
2004-05-12 Joe Orton* modules/experimental/util_ldap.c (util_ldap_cache_com...
2004-04-06 Bradley NicholesMake sure that if auth_ldap is loaded, mod_ldap is...
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-05-06 André MaloUse generic whitespace character class when parsing
2003-04-04 Jeff Trawickget prototypes for str[n]casecmp
2003-04-04 Jeff TrawickI don't think we're ready for C++/c89 slash-slash comments
2003-03-26 William A. Rowe Jr Apache uses strncasecmp - which we wrap to strnicmp...
2003-02-14 Bradley NicholesAdded support for Novell LDAP SDK and standardized...
2003-01-21 Graham LeggettUpdate the copyright dates
2002-12-14 Bradley NicholesAdded character set support to mod_auth_LDAP to allow...
2002-12-11 William A. Rowe Jr The only code change required for Win32 ldap to build...
2002-09-27 Graham LeggettGet mod_auth_ldap to retry connections on LDAP_SERVER_DOWN
2002-09-18 Bradley NicholesIf the user passed invalid credentials (user id or...
2002-07-30 Jeff Trawicksupport non-threaded configurations
2002-07-22 Graham LeggettFix a resource leak where LDAP connections were not...
2002-05-18 Cliff WoolleyStop using the deprecated APR_XtOffsetOf
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