| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge r1629440, r1629441, r1681424, r1681440, r1681685 from trunk: | Jim Jagielski | 2015-06-01 | 1 | -1/+1 |
| * | Merge r1638072 from trunk: | Jim Jagielski | 2014-12-02 | 1 | -1/+1 |
| * | Merge r1611978, r1612068 from trunk: | Jim Jagielski | 2014-09-05 | 1 | -2/+2 |
| * | Add AuthBasicUseDigestAlgorithm directive to allow migration of | Rainer Jung | 2013-10-03 | 1 | -1/+61 |
| * | Merge r1406068, r1425777, r1427546, r1462643, r1487530, r1493330 from trunk: | Jim Jagielski | 2013-07-11 | 1 | -1/+0 |
| * | Merge r1457471, r1457504, r1462266, r1468581 from trunk: | Jim Jagielski | 2013-07-11 | 1 | -6/+148 |
| * | Backport r1209766, r1210252, r1210284: | Stefan Fritsch | 2011-12-05 | 1 | -5/+5 |
| * | more temp pool usage and remove some useless apr_pstrdup()s | Stefan Fritsch | 2010-10-23 | 1 | -1/+1 |
| * | Introduce note_auth_failure hook to allow modules to add support | Stefan Fritsch | 2010-07-04 | 1 | -0/+11 |
| * | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -1/+1 |
| * | Determine registered authn/z providers directly in ap_setup_auth_internal(), | Chris Darroch | 2008-05-22 | 1 | -8/+0 |
| * | Convert common provider version strings ("0") to | Chris Darroch | 2008-05-19 | 1 | -3/+6 |
| * | Let each consumer of authn providers redefine the list_provider_names | Chris Darroch | 2008-04-09 | 1 | -0/+7 |
| * | Avoid calling access control hooks for internal requests with | Chris Darroch | 2008-04-03 | 1 | -1/+2 |
| * | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
| * | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
| * | Authz refactoring | Bradley Nicholes | 2006-01-11 | 1 | -1/+1 |
| * | Remove support for 'On' and 'Off' for AuthBasicProvider and AuthDigestProvider | Justin Erenkrantz | 2005-11-16 | 1 | -15/+2 |
| * | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -2/+2 |
| * | Fix segmentation fault in mod_auth_{basic,digest} when no provider is explici... | Paul Querna | 2005-05-26 | 1 | -1/+2 |
| * | Add the auth provider name as a note in the request so that authn_provider_al... | Bradley Nicholes | 2005-05-23 | 1 | -0/+4 |
| * | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
| * | Both the r->user and r->ap_auth_type were set previously when the username an... | Bradley Nicholes | 2004-08-18 | 1 | -6/+0 |
| * | minor mod_auth_basic and mod_auth_digest sync. mod_auth_basic | Geoffrey Young | 2004-02-21 | 1 | -0/+3 |
| * | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
| * | fix copyright dates according to the first check in | André Malo | 2004-02-07 | 1 | -1/+1 |
| * | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
| * | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
| * | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
| * | make provider selection available in .htaccess files | André Malo | 2003-01-01 | 1 | -1/+1 |
| * | there is some confusion with "yes" and "no" and "on" and "off"... ;-) | Wilfredo Sanchez | 2002-12-08 | 1 | -1/+1 |
| * | outch. there are some possible NULL pointer references. Have you ever tried | Wilfredo Sanchez | 2002-12-08 | 1 | -0/+14 |
| * | when asking the providers for authentication, the main loop should | Wilfredo Sanchez | 2002-12-08 | 1 | -3/+3 |
| * | Per Greg's request, add a version string component to the ap_provider.h | Justin Erenkrantz | 2002-11-30 | 1 | -2/+2 |
| * | Add ap_register_provider and ap_lookup_provider functions which resolve | Justin Erenkrantz | 2002-09-20 | 1 | -2/+5 |
| * | Add ability to use multiple providers for basic and digest authentication. | Justin Erenkrantz | 2002-09-18 | 1 | -22/+59 |
| * | make sure we always set return_code when converting a password-check failure | Jeff Trawick | 2002-09-10 | 1 | -2/+1 |
| * | pick up prototypes for apr_base64_* and, on some platforms, strcasecmp | Jeff Trawick | 2002-09-10 | 1 | -2/+3 |
| * | Stage #2 of aaa rewrite: Add provider support so that mod_authn_* modules | Justin Erenkrantz | 2002-09-10 | 1 | -213/+157 |
| * | Stage #1 of the aaa rewrite - refactoring modules. | Justin Erenkrantz | 2002-09-10 | 1 | -0/+356 |