summaryrefslogtreecommitdiffstats
path: root/modules/aaa/mod_authnz_ldap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellcheckJeff Trawick2006-06-121-1/+1
* Fix a problem with invalid auth error detection for LDAP client SDKs that don...Bradley Nicholes2006-06-031-0/+9
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Clean up some string manipulation.Jeff Trawick2006-03-161-5/+1
* Authz refactoringBradley Nicholes2006-01-111-277/+554
* This shift was treated in 32 bit scope, then masked to 64 bits,William A. Rowe Jr2005-12-201-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-75/+75
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-1/+1
* Start of getpid()/%d confusion fix...Jim Jagielski2005-08-311-41/+44
* Ensure that req->dn is valid for the util_ldap_cache_compare() call.Jim Jagielski2005-08-081-0/+14
* * modules/ldap/util_ldap.c, modules/aaa/mod_authnz_ldap.c: Stop usingJoe Orton2005-07-281-44/+44
* * modules/aaa/mod_authnz_ldap.c (authz_ldap_check_user_access): RemoveJoe Orton2005-07-271-1/+0
* Backing out the AuthLDAPAllowDNAuth patch from r168016. Because of LDAP filt...Bradley Nicholes2005-05-061-102/+53
* Add the directive AuthLDAPAllowDNAuth to allow a user to authenticate against...Bradley Nicholes2005-05-041-53/+102
* Implement the exported function from mod_ldap(util_ldap) as optional function...Bradley Nicholes2005-03-311-0/+20
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Allow AuthLDAPURL to override the default connection type with an option seco...Bradley Nicholes2005-02-031-5/+22
* Correct the order of includes to follow httpd conventions, and getWilliam A. Rowe Jr2005-01-051-14/+12
* Axe a dead variableWilliam A. Rowe Jr2004-11-211-4/+5
* Return the correct error when the user object is not foundBradley Nicholes2004-11-061-6/+4
* Added the directive "Requires ldap-filter" that allows the module to only aut...Bradley Nicholes2004-11-051-4/+59
* Added the directive "Requires ldap-attribute" that allows the module to only ...Bradley Nicholes2004-11-031-1/+29
* Allow mod_authnz_ldap authorization functionality to be used without requirin...Bradley Nicholes2004-11-021-0/+44
* * modules/aaa/mod_authnz_ldap.c: Fix /*-within-comment warning.Joe Orton2004-10-121-1/+1
* mod_auth_ldap: Handle the inconsistent way in which the MS LDAPGraham Leggett2004-10-051-5/+33
* Clean up some compiler warningsBradley Nicholes2004-08-191-37/+2
* Clarify an error message to tell the user what to do if apr-util lacksGraham Leggett2004-08-181-1/+1
* Re-structure the auth_ldap module to fit the new authentication model. The a...Bradley Nicholes2004-08-181-0/+1024