summaryrefslogtreecommitdiff
path: root/modules/aaa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings.Takashi Sato2009-12-292-5/+5
* fix this:Jeff Trawick2009-12-021-2/+2
* Elaborate on low hanging XXX fruitWilliam A. Rowe Jr2009-12-011-2/+2
* tweaks to r883540:Jeff Trawick2009-11-241-6/+6
* Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,Jeff Trawick2009-11-231-15/+27
* Add AuthLDAPBindAuthoritative to allow other authentication providers a chanceEric Covener2009-11-181-0/+14
* Fail server startup when mod_auth_digest is unable toDaniel Earl Poirier2009-09-101-12/+14
* mod_auth_digest: When qop is none, client doesn't send nonce count,Daniel Earl Poirier2009-09-091-0/+14
* Make code match warning message: disable nonce-checkingDaniel Earl Poirier2009-08-281-1/+3
* Don't let the server start if user has asked for qop=auth-intDaniel Earl Poirier2009-08-281-3/+1
* Always make mod_*.h files available where they exist, modpath by modpathWilliam A. Rowe Jr2009-08-281-0/+2
* Fix shm, rmm, and lock problems.Daniel Earl Poirier2009-08-261-34/+83
* "fix" this warning by passing "%s" as the format string:Jeff Trawick2009-05-161-0/+1
* * Make LDAP working with APR 2.0 again by using apr-config instead ofRuediger Pluem2009-03-281-1/+5
* 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
* mod_auth_form: Fix a pool lifetime issue, don't remove the subrequestGraham Leggett2009-01-031-2/+6
* Per suggestions by Roy T. Fielding:Chris Darroch2008-12-121-92/+74
* whitespace cleanupChris Darroch2008-12-091-2/+3
* Remove the ap_session_get, ap_session_set export references for the NetWare b...Bradley Nicholes2008-11-031-2/+0
* * Better use calloc instead of alloc to initialize unset fields in struct.Ruediger Pluem2008-11-021-1/+1
* Remove mod_authn_default and mod_authz_default.Chris Darroch2008-11-025-435/+0
* Fix handling of authz configurations, make default authz logic replicateChris Darroch2008-11-023-521/+467
* minor formatting changes prior to larger changesChris Darroch2008-11-011-2/+3
* remove unused variables, rename some variables, move and changeChris Darroch2008-11-011-32/+31
* prevent crash when authz provider not registered prior to use in aliasChris Darroch2008-11-011-0/+8
* move some variable initializations prior to larger changesChris Darroch2008-11-011-15/+21
* localize some variables in authz provider alias functionsChris Darroch2008-11-011-14/+18
* move function prior to larger changesChris Darroch2008-11-011-122/+122
* remove unused AUTHZ_GROUP_NOTE defineChris Darroch2008-11-011-1/+1
* remove trailing whitespace, adjust formatting and comments priorChris Darroch2008-11-011-87/+89
* Add AuthType of None to support disabling authentication.Chris Darroch2008-10-311-23/+65
* Implement checks for NULL r->user as per r705361.Chris Darroch2008-10-221-5/+35
* Prior to authn/z refactoring in r368027, if authorization RequireChris Darroch2008-10-165-0/+60
* mod_authnz_ldap: avoid returning NULL env varsNick Kew2008-09-091-1/+1
* mod_auth_form: Make sure that basic authentication is correctlyGraham Leggett2008-08-301-0/+1
* Remove trailing spaces (on the insistence of Eclipse).Graham Leggett2008-08-301-10/+10
* mod_auth_form: Make sure the logged in user is populated correctlyGraham Leggett2008-08-301-0/+5
* propogate a NULL get_realm_hash() implementation from AuthnProviderAlias backEric Covener2008-07-221-1/+9
* revert r672639 which lacked a necessary major bump, add a major MMN bumpEric Covener2008-07-225-51/+1
* caught by RuedigerEric Covener2008-06-291-1/+1
* mod_auth_digest: Detect during startup when AuthDigestProviderEric Covener2008-06-295-2/+52
* Switch the default base authz logic operation to 'AND' rather than 'OR'. Thi...Bradley Nicholes2008-06-131-14/+39
* Allow for negation of env check as well...Jim Jagielski2008-06-131-1/+13
* Catch up with a host of changes to the current module setWilliam A. Rowe Jr2008-06-071-0/+111
* If we are submitting 2GB login forms, there is a very serious,William A. Rowe Jr2008-06-071-8/+10
* As this is consumed by the core, mod_auth must reside inWilliam A. Rowe Jr2008-06-061-136/+0
* For *trunk/* development, presume at least apr-1.3 (now released) forWilliam A. Rowe Jr2008-06-051-1/+4