summaryrefslogtreecommitdiffstats
path: root/modules/aaa (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-231-1/+9
* revert r672639 which lacked a necessary major bump, add a major MMN bumpEric Covener2008-07-235-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-071-136/+0
* For *trunk/* development, presume at least apr-1.3 (now released) forWilliam A. Rowe Jr2008-06-051-1/+4
* Add an include path to mod_request.hBradley Nicholes2008-05-231-0/+1
* Determine registered authn/z providers directly in ap_setup_auth_internal(),Chris Darroch2008-05-224-30/+0
* Convert common provider version strings ("0") toChris Darroch2008-05-2017-41/+83
* Make sure the optional function calls are used for ap_session_set andGraham Leggett2008-05-111-6/+6
* fix uninitialized variableRoy T. Fielding2008-05-101-0/+3
* mod_auth_form: Make sure the input filter stack is properly setGraham Leggett2008-05-101-61/+92
* Remove C++ style comments.Graham Leggett2008-05-011-3/+1
* Ensure that the REMOTE_USER variable is correctly written when the userGraham Leggett2008-04-171-0/+5
* Fix the optional declarations so that the modules will build clean inGraham Leggett2008-04-171-2/+2
* Move the KeptBodySize directive, kept_body filters and theGraham Leggett2008-04-111-1/+12
* Let each consumer of authn providers redefine the list_provider_namesChris Darroch2008-04-092-0/+13
* added mod_auth_form to NetWare build.Guenter Knauf2008-04-092-0/+254
* No var declarations in the middle of the code.Guenter Knauf2008-04-091-6/+8
* mod_auth_form: Add a module capable of allowing end users to logGraham Leggett2008-04-092-0/+1134
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-072-2/+0
* Avoid calling access control hooks for internal requests withChris Darroch2008-04-0318-57/+93
* Return AUTHZ_GRANTED not AUTHZ_DENIED when redirecting afterChris Darroch2008-03-251-10/+7