summaryrefslogtreecommitdiff
path: root/modules/ldap
Commit message (Expand)AuthorAgeFilesLines
* Fix some compiler warnings inside the LDAP modulesGraham Leggett2005-01-051-13/+22
* Allow APR to exist and build outside of the httpd/srclib file structureBradley Nicholes2004-11-301-3/+3
* Remove the .cvsignore files.Joe Orton2004-11-191-20/+0
* If the entry has a password then don't allow util_ldap_cache_getuserdn() to u...Bradley Nicholes2004-11-041-1/+6
* Implement the util_ldap_cache_getuserdn() API so that the ldap authorization ...Bradley Nicholes2004-11-012-10/+192
* Don't display the cache statistics if the node is emptyBradley Nicholes2004-10-301-12/+18
* Since the host will include a port if the default port is not used, always sp...Bradley Nicholes2004-10-251-1/+6
* mod_ldap: Fix format strings to use %APR_PID_T_FMT instead of %d.Graham Leggett2004-10-141-2/+6
* * modules/ldap/util_ldap.c (util_ldap_child_init): Don't segfault ifJoe Orton2004-10-121-2/+16
* ignore generated stuffAndré Malo2004-10-101-0/+20
* mod_ldap: fix a bogus error message to tell the user which fileGraham Leggett2004-10-031-2/+5
* mod_ldap: prevent the possiblity of an infinite loop in the LDAPGraham Leggett2004-10-031-2/+5
* Remove the second initialisation of the variable to NULL. It is alreadyGraham Leggett2004-09-221-2/+0
* Fix the global mutex crash when the global mutex is never allocated dueGraham Leggett2004-09-191-2/+4
* Fix a segfault in the LDAP cache purge.Graham Leggett2004-09-191-4/+8
* * modules/ldap/util_ldap_cache_mgr.c (util_ald_cache_display): ReturnJoe Orton2004-09-131-0/+3
* * modules/ldap/util_ldap.c (util_ldap_post_config): Fix falseJoe Orton2004-09-133-3/+4
* Catch up for Win32 to authnz_ldap changes, and make win32's moduleWilliam A. Rowe Jr2004-08-311-24/+24
* Preserve the return value from the apr_stat() call so that it can be displaye...Bradley Nicholes2004-08-261-3/+3
* Preserve the return value from the apr_stat() call so that it can be displaye...Bradley Nicholes2004-08-261-3/+4
* Since OpenLDAP doesn't validate the certificate until it tries to use it, at ...Bradley Nicholes2004-08-231-0/+11
* Fix a few references to mod_auth_ldap to be mod_authnz_ldapBradley Nicholes2004-08-201-6/+6
* Clean up some compiler warningsBradley Nicholes2004-08-191-10/+3
* Add build files for the util_ldap moduleBradley Nicholes2004-08-192-0/+12
* Move util_ldap out of experimental and into ldap.Bradley Nicholes2004-08-187-0/+3149
* Get rid of an old .cvsignore file so this directory will get prunedCliff Woolley2001-10-231-10/+0
* Missed this one when I removed the other ldap files.Ryan Bloom2001-10-161-537/+0
* Remove all of the ldap modules. These have been moved to their ownRyan Bloom2001-10-165-1639/+0
* Added some bulletproofing to memory allocation in the LDAP cacheGraham Leggett2001-08-303-17/+47
* Add specified user attributes to the environment when usingGraham Leggett2001-08-284-18/+84
* Use uniform wrapping for unistd.h, and don't include it if it's aready includ...Martin Kraemer2001-08-221-0/+2
* Enabled negative caching on attribute comparisons in the LDAP cache.Graham Leggett2001-08-183-21/+43
* Fixed all the #if APR_HAS_SHARED_MEMORY checks within the LDAPGraham Leggett2001-08-183-10/+6
* Fixed LDAP cleanup on graceful restarts. LDAP connections are nowGraham Leggett2001-08-181-14/+26
* Add a missing .cvsignore file.Graham Leggett2001-08-181-0/+10
* Clean up an unnecessary function.Graham Leggett2001-08-181-7/+1
* Landing of mod_ldap - the LDAP cache and connection pooling module.Graham Leggett2001-08-186-0/+2054