| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_authnz_ldap: Reduce number of initialization debug messages and make | Paul J. Reder | 2009-01-09 | 1 | -23/+15 |
* | mod_auth_form: Fix a pool lifetime issue, don't remove the subrequest | Graham Leggett | 2009-01-03 | 1 | -2/+6 |
* | Per suggestions by Roy T. Fielding: | Chris Darroch | 2008-12-12 | 1 | -92/+74 |
* | whitespace cleanup | Chris Darroch | 2008-12-09 | 1 | -2/+3 |
* | Remove the ap_session_get, ap_session_set export references for the NetWare b... | Bradley Nicholes | 2008-11-03 | 1 | -2/+0 |
* | * Better use calloc instead of alloc to initialize unset fields in struct. | Ruediger Pluem | 2008-11-02 | 1 | -1/+1 |
* | Remove mod_authn_default and mod_authz_default. | Chris Darroch | 2008-11-02 | 5 | -435/+0 |
* | Fix handling of authz configurations, make default authz logic replicate | Chris Darroch | 2008-11-02 | 3 | -521/+467 |
* | minor formatting changes prior to larger changes | Chris Darroch | 2008-11-01 | 1 | -2/+3 |
* | remove unused variables, rename some variables, move and change | Chris Darroch | 2008-11-01 | 1 | -32/+31 |
* | prevent crash when authz provider not registered prior to use in alias | Chris Darroch | 2008-11-01 | 1 | -0/+8 |
* | move some variable initializations prior to larger changes | Chris Darroch | 2008-11-01 | 1 | -15/+21 |
* | localize some variables in authz provider alias functions | Chris Darroch | 2008-11-01 | 1 | -14/+18 |
* | move function prior to larger changes | Chris Darroch | 2008-11-01 | 1 | -122/+122 |
* | remove unused AUTHZ_GROUP_NOTE define | Chris Darroch | 2008-11-01 | 1 | -1/+1 |
* | remove trailing whitespace, adjust formatting and comments prior | Chris Darroch | 2008-11-01 | 1 | -87/+89 |
* | Add AuthType of None to support disabling authentication. | Chris Darroch | 2008-10-31 | 1 | -23/+65 |
* | Implement checks for NULL r->user as per r705361. | Chris Darroch | 2008-10-22 | 1 | -5/+35 |
* | Prior to authn/z refactoring in r368027, if authorization Require | Chris Darroch | 2008-10-16 | 5 | -0/+60 |
* | mod_authnz_ldap: avoid returning NULL env vars | Nick Kew | 2008-09-09 | 1 | -1/+1 |
* | mod_auth_form: Make sure that basic authentication is correctly | Graham Leggett | 2008-08-30 | 1 | -0/+1 |
* | Remove trailing spaces (on the insistence of Eclipse). | Graham Leggett | 2008-08-30 | 1 | -10/+10 |
* | mod_auth_form: Make sure the logged in user is populated correctly | Graham Leggett | 2008-08-30 | 1 | -0/+5 |
* | propogate a NULL get_realm_hash() implementation from AuthnProviderAlias back | Eric Covener | 2008-07-23 | 1 | -1/+9 |
* | revert r672639 which lacked a necessary major bump, add a major MMN bump | Eric Covener | 2008-07-23 | 5 | -51/+1 |
* | caught by Ruediger | Eric Covener | 2008-06-29 | 1 | -1/+1 |
* | mod_auth_digest: Detect during startup when AuthDigestProvider | Eric Covener | 2008-06-29 | 5 | -2/+52 |
* | Switch the default base authz logic operation to 'AND' rather than 'OR'. Thi... | Bradley Nicholes | 2008-06-13 | 1 | -14/+39 |
* | Allow for negation of env check as well... | Jim Jagielski | 2008-06-13 | 1 | -1/+13 |
* | Catch up with a host of changes to the current module set | William A. Rowe Jr | 2008-06-07 | 1 | -0/+111 |
* | If we are submitting 2GB login forms, there is a very serious, | William A. Rowe Jr | 2008-06-07 | 1 | -8/+10 |
* | As this is consumed by the core, mod_auth must reside in | William A. Rowe Jr | 2008-06-07 | 1 | -136/+0 |
* | For *trunk/* development, presume at least apr-1.3 (now released) for | William A. Rowe Jr | 2008-06-05 | 1 | -1/+4 |
* | Add an include path to mod_request.h | Bradley Nicholes | 2008-05-23 | 1 | -0/+1 |
* | Determine registered authn/z providers directly in ap_setup_auth_internal(), | Chris Darroch | 2008-05-22 | 4 | -30/+0 |
* | Convert common provider version strings ("0") to | Chris Darroch | 2008-05-20 | 17 | -41/+83 |
* | Make sure the optional function calls are used for ap_session_set and | Graham Leggett | 2008-05-11 | 1 | -6/+6 |
* | fix uninitialized variable | Roy T. Fielding | 2008-05-10 | 1 | -0/+3 |
* | mod_auth_form: Make sure the input filter stack is properly set | Graham Leggett | 2008-05-10 | 1 | -61/+92 |
* | Remove C++ style comments. | Graham Leggett | 2008-05-01 | 1 | -3/+1 |
* | Ensure that the REMOTE_USER variable is correctly written when the user | Graham Leggett | 2008-04-17 | 1 | -0/+5 |
* | Fix the optional declarations so that the modules will build clean in | Graham Leggett | 2008-04-17 | 1 | -2/+2 |
* | Move the KeptBodySize directive, kept_body filters and the | Graham Leggett | 2008-04-11 | 1 | -1/+12 |
* | Let each consumer of authn providers redefine the list_provider_names | Chris Darroch | 2008-04-09 | 2 | -0/+13 |
* | added mod_auth_form to NetWare build. | Guenter Knauf | 2008-04-09 | 2 | -0/+254 |
* | No var declarations in the middle of the code. | Guenter Knauf | 2008-04-09 | 1 | -6/+8 |
* | mod_auth_form: Add a module capable of allowing end users to log | Graham Leggett | 2008-04-09 | 2 | -0/+1134 |
* | Remove all references to CORE_PRIVATE. | Paul Querna | 2008-04-07 | 2 | -2/+0 |
* | Avoid calling access control hooks for internal requests with | Chris Darroch | 2008-04-03 | 18 | -57/+93 |
* | Return AUTHZ_GRANTED not AUTHZ_DENIED when redirecting after | Chris Darroch | 2008-03-25 | 1 | -10/+7 |