summaryrefslogtreecommitdiffstats
path: root/modules/aaa/mod_authnz_ldap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow authz providers to check args while reading the config and allowStefan Fritsch2010-09-191-5/+15
* - Remove a load of unused variables (or variables that are set but never read).Stefan Fritsch2010-08-031-3/+0
* The approach for allowing authorization by user or IP introduced in r956387,Stefan Fritsch2010-07-141-34/+20
* more pid logging cleanupStefan Fritsch2010-06-201-106/+104
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* When checking direct group membership, interpret LDAP_NO_SUCH_ATTRIBUTE the s...Eric Covener2010-06-011-0/+1
* mod_authnz_ldap: Search or Comparison during authorization phaseEric Covener2010-06-011-18/+65
* * Fix compiler warningRuediger Pluem2010-05-311-1/+2
* mod_authnz_ldap: Allow the initial DN lookup to bind with aEric Covener2010-05-291-2/+61
* Allow mod_authnz_ldap to set environment variables when it only performs auth...Eric Covener2010-05-291-37/+68
* mod_authnz_ldap: If AuthLDAPCharsetConfig is set, also convert the password toStefan Fritsch2010-01-241-1/+29
* Change LDAP authentication failures (user->DN or password check) to log Eric Covener2010-01-241-1/+1
* Add AuthLDAPBindAuthoritative to allow other authentication providers a chanceEric Covener2009-11-181-0/+14
* fix the name of this module in an error log messageJeff Trawick2009-02-171-1/+1
* mod_authnz_ldap: Reduce number of initialization debug messages and makePaul J. Reder2009-01-091-23/+15
* Implement checks for NULL r->user as per r705361.Chris Darroch2008-10-221-5/+35
* mod_authnz_ldap: avoid returning NULL env varsNick Kew2008-09-091-1/+1
* revert r672639 which lacked a necessary major bump, add a major MMN bumpEric Covener2008-07-231-14/+0
* caught by RuedigerEric Covener2008-06-291-1/+1
* mod_auth_digest: Detect during startup when AuthDigestProviderEric Covener2008-06-291-0/+14
* Convert common provider version strings ("0") toChris Darroch2008-05-201-6/+12
* Avoid calling access control hooks for internal requests withChris Darroch2008-04-031-12/+17
* return AUTHZ_GRANTED instead of OK from the LDAP nested group checking.Eric Covener2008-03-041-1/+1
* When using the MS SDK, re-establish LDAP backend connections on aEric Covener2007-12-311-1/+1
* Ooops. Not sure why this didn't get deleted in the last commit to this file. ...Paul J. Reder2007-12-011-18/+0
* Remove code that was both memory intensive and unnecessary. Replace thePaul J. Reder2007-11-301-24/+11
* Improve logged information and fix broken doc.Paul J. Reder2007-11-301-14/+20
* mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn parameters t...Graham Leggett2007-09-011-4/+3
* detabifyJim Jagielski2007-08-061-3/+3
* mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the abilityPaul J. Reder2007-07-271-11/+146
* revert revision 555470Eric Covener2007-07-191-1/+1
* This data is passed in an unsafe way to the LDAP SDK if the compiler Eric Covener2007-07-121-1/+1
* mod_authn_dbd: Export any additional columns queried in the SQL selectGraham Leggett2006-10-221-1/+1
* mod_authnz_ldap: Add an AuthLDAPRemoteUserAttribute directive. IfGraham Leggett2006-10-121-0/+28
* update license header textRoy T. Fielding2006-07-111-6/+6
* 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