| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow authz providers to check args while reading the config and allow | Stefan Fritsch | 2010-09-19 | 1 | -5/+15 |
* | - Remove a load of unused variables (or variables that are set but never read). | Stefan Fritsch | 2010-08-03 | 1 | -3/+0 |
* | The approach for allowing authorization by user or IP introduced in r956387, | Stefan Fritsch | 2010-07-14 | 1 | -34/+20 |
* | more pid logging cleanup | Stefan Fritsch | 2010-06-20 | 1 | -106/+104 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -1/+1 |
* | When checking direct group membership, interpret LDAP_NO_SUCH_ATTRIBUTE the s... | Eric Covener | 2010-06-01 | 1 | -0/+1 |
* | mod_authnz_ldap: Search or Comparison during authorization phase | Eric Covener | 2010-06-01 | 1 | -18/+65 |
* | * Fix compiler warning | Ruediger Pluem | 2010-05-31 | 1 | -1/+2 |
* | mod_authnz_ldap: Allow the initial DN lookup to bind with a | Eric Covener | 2010-05-29 | 1 | -2/+61 |
* | Allow mod_authnz_ldap to set environment variables when it only performs auth... | Eric Covener | 2010-05-29 | 1 | -37/+68 |
* | mod_authnz_ldap: If AuthLDAPCharsetConfig is set, also convert the password to | Stefan Fritsch | 2010-01-24 | 1 | -1/+29 |
* | Change LDAP authentication failures (user->DN or password check) to log | Eric Covener | 2010-01-24 | 1 | -1/+1 |
* | Add AuthLDAPBindAuthoritative to allow other authentication providers a chance | Eric Covener | 2009-11-18 | 1 | -0/+14 |
* | fix the name of this module in an error log message | Jeff Trawick | 2009-02-17 | 1 | -1/+1 |
* | mod_authnz_ldap: Reduce number of initialization debug messages and make | Paul J. Reder | 2009-01-09 | 1 | -23/+15 |
* | Implement checks for NULL r->user as per r705361. | Chris Darroch | 2008-10-22 | 1 | -5/+35 |
* | mod_authnz_ldap: avoid returning NULL env vars | Nick Kew | 2008-09-09 | 1 | -1/+1 |
* | revert r672639 which lacked a necessary major bump, add a major MMN bump | Eric Covener | 2008-07-23 | 1 | -14/+0 |
* | caught by Ruediger | Eric Covener | 2008-06-29 | 1 | -1/+1 |
* | mod_auth_digest: Detect during startup when AuthDigestProvider | Eric Covener | 2008-06-29 | 1 | -0/+14 |
* | Convert common provider version strings ("0") to | Chris Darroch | 2008-05-20 | 1 | -6/+12 |
* | Avoid calling access control hooks for internal requests with | Chris Darroch | 2008-04-03 | 1 | -12/+17 |
* | return AUTHZ_GRANTED instead of OK from the LDAP nested group checking. | Eric Covener | 2008-03-04 | 1 | -1/+1 |
* | When using the MS SDK, re-establish LDAP backend connections on a | Eric Covener | 2007-12-31 | 1 | -1/+1 |
* | Ooops. Not sure why this didn't get deleted in the last commit to this file. ... | Paul J. Reder | 2007-12-01 | 1 | -18/+0 |
* | Remove code that was both memory intensive and unnecessary. Replace the | Paul J. Reder | 2007-11-30 | 1 | -24/+11 |
* | Improve logged information and fix broken doc. | Paul J. Reder | 2007-11-30 | 1 | -14/+20 |
* | mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn parameters t... | Graham Leggett | 2007-09-01 | 1 | -4/+3 |
* | detabify | Jim Jagielski | 2007-08-06 | 1 | -3/+3 |
* | mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability | Paul J. Reder | 2007-07-27 | 1 | -11/+146 |
* | revert revision 555470 | Eric Covener | 2007-07-19 | 1 | -1/+1 |
* | This data is passed in an unsafe way to the LDAP SDK if the compiler | Eric Covener | 2007-07-12 | 1 | -1/+1 |
* | mod_authn_dbd: Export any additional columns queried in the SQL select | Graham Leggett | 2006-10-22 | 1 | -1/+1 |
* | mod_authnz_ldap: Add an AuthLDAPRemoteUserAttribute directive. If | Graham Leggett | 2006-10-12 | 1 | -0/+28 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | spellcheck | Jeff Trawick | 2006-06-12 | 1 | -1/+1 |
* | Fix a problem with invalid auth error detection for LDAP client SDKs that don... | Bradley Nicholes | 2006-06-03 | 1 | -0/+9 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | Clean up some string manipulation. | Jeff Trawick | 2006-03-16 | 1 | -5/+1 |
* | Authz refactoring | Bradley Nicholes | 2006-01-11 | 1 | -277/+554 |
* | This shift was treated in 32 bit scope, then masked to 64 bits, | William A. Rowe Jr | 2005-12-20 | 1 | -1/+1 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -75/+75 |
* | No functional change: simple detabbing of indented code. | Jim Jagielski | 2005-11-10 | 1 | -1/+1 |
* | Start of getpid()/%d confusion fix... | Jim Jagielski | 2005-08-31 | 1 | -41/+44 |
* | Ensure that req->dn is valid for the util_ldap_cache_compare() call. | Jim Jagielski | 2005-08-08 | 1 | -0/+14 |
* | * modules/ldap/util_ldap.c, modules/aaa/mod_authnz_ldap.c: Stop using | Joe Orton | 2005-07-28 | 1 | -44/+44 |
* | * modules/aaa/mod_authnz_ldap.c (authz_ldap_check_user_access): Remove | Joe Orton | 2005-07-27 | 1 | -1/+0 |
* | Backing out the AuthLDAPAllowDNAuth patch from r168016. Because of LDAP filt... | Bradley Nicholes | 2005-05-06 | 1 | -102/+53 |
* | Add the directive AuthLDAPAllowDNAuth to allow a user to authenticate against... | Bradley Nicholes | 2005-05-04 | 1 | -53/+102 |
* | Implement the exported function from mod_ldap(util_ldap) as optional function... | Bradley Nicholes | 2005-03-31 | 1 | -0/+20 |