| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add the same r->user == NULL check in the Satisfy Any code path as r965709 did | Stefan Fritsch | 2010-08-18 | 1 | -1/+8 |
* | Intel's compiler warns about assigning the non-enum value 0 to the | Jeff Trawick | 2010-08-06 | 1 | -10/+10 |
* | remove more unused variables | Stefan Fritsch | 2010-08-04 | 1 | -9/+7 |
* | Don't risk segfault in authz if r->user is not set | Nick Kew | 2010-07-20 | 1 | -0/+8 |
* | fix log messages | Stefan Fritsch | 2010-07-14 | 1 | -2/+2 |
* | The approach for allowing authorization by user or IP introduced in r956387, | Stefan Fritsch | 2010-07-14 | 1 | -31/+52 |
* | Don't restore r->user after authn/authz failure. Any authn module that sets | Stefan Fritsch | 2010-06-20 | 1 | -7/+0 |
* | Fix authorization by user or IP/ENV/... | Stefan Fritsch | 2010-06-20 | 1 | -2/+25 |
* | More trace logging | Stefan Fritsch | 2010-06-20 | 1 | -0/+11 |
* | - Add loglevels to request_rec and conn_rec | Stefan Fritsch | 2010-06-06 | 1 | -1/+12 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -0/+2 |
* | Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings. | Takashi Sato | 2009-12-29 | 1 | -1/+1 |
* | Bring back OS/2 support. | Brian Havard | 2009-08-26 | 1 | -1/+1 |
* | remove OS/2 platform support | Jeff Trawick | 2009-03-27 | 1 | -1/+1 |
* | API Cleanup in preperation for 2.4.x, make sure all exported functions or var... | Paul Querna | 2008-12-02 | 1 | -3/+3 |
* | Determine registered authn/z providers directly in ap_setup_auth_internal(), | Chris Darroch | 2008-05-22 | 1 | -16/+7 |
* | When testing for slash-terminated configuration paths in | Chris Darroch | 2008-05-10 | 1 | -1/+2 |
* | mod_request: Insert the KEPT_BODY filter via the insert_filter | Graham Leggett | 2008-05-09 | 1 | -7/+0 |
* | Move the KeptBodySize directive, kept_body filters and the | Graham Leggett | 2008-04-11 | 1 | -2/+3 |
* | Remove all references to CORE_PRIVATE. | Paul Querna | 2008-04-07 | 1 | -1/+0 |
* | Make it compile on pre-C99 compilers (Move decls to beginning of func) | Martin Kraemer | 2008-04-07 | 1 | -2/+2 |
* | Avoid calling access control hooks for internal requests with | Chris Darroch | 2008-04-03 | 1 | -47/+214 |
* | HTTPD Core: Implement <If> sections for conditional (runtime) configuration. | Nick Kew | 2008-04-03 | 1 | -7/+16 |
* | * lfi is already a pointer in contrast fi which was used before. | Ruediger Pluem | 2008-03-03 | 1 | -1/+1 |
* | core: fix SymlinksIfOwnerMatch checking: | Nick Kew | 2008-03-03 | 1 | -2/+3 |
* | core: Add the option to keep aside a request body up to a certain | Graham Leggett | 2007-11-08 | 1 | -0/+10 |
* | Reinstate location walk for subrequests | Nick Kew | 2007-09-26 | 1 | -7/+3 |
* | Multiple trivial fixes from Christophe JAILLET | Nick Kew | 2007-07-20 | 1 | -2/+2 |
* | re-introduce ap_satisfies API back into core and modify how the access_checke... | Bradley Nicholes | 2007-05-02 | 1 | -8/+26 |
* | Detab | Sander Temme | 2007-03-24 | 1 | -1/+1 |
* | PR#41829 - Torsten Förtsch | Nick Kew | 2007-03-24 | 1 | -0/+1 |
* | * If APR_FINFO_NAME is added to the list of wanted information, apr_stat | Ruediger Pluem | 2006-12-30 | 1 | -1/+8 |
* | Improve the error message, include the full path of the file we are actually ... | Paul Querna | 2006-12-29 | 1 | -1/+2 |
* | * Although the lstat call should rarely ever fail, because we stat'ed the | Ruediger Pluem | 2006-07-25 | 1 | -3/+16 |
* | * Fix typo. No functional change. | Ruediger Pluem | 2006-07-24 | 1 | -4/+4 |
* | * Check for symbolic links of the target file in the optimized case that we | Ruediger Pluem | 2006-07-20 | 1 | -1/+34 |
* | 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 |
* | Make some error checking more clear by using the defined constants instead | Garrett Rooney | 2006-01-12 | 1 | -5/+5 |
* | Authz refactoring | Bradley Nicholes | 2006-01-11 | 1 | -64/+14 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -24/+24 |
* | No functional change: simple detabbing of indented code. | Jim Jagielski | 2005-11-10 | 1 | -1/+1 |
* | Pay close attention to core_create_req() ... and note | William A. Rowe Jr | 2005-10-06 | 1 | -0/+5 |
* | Initialise a variable, to avoid a gcc warning. | Colm MacCarthaigh | 2005-10-03 | 1 | -1/+2 |
* | When doing a subrequest lookup, do not lookup using the quickhandler if | Colm MacCarthaigh | 2005-09-27 | 1 | -2/+10 |
* | * server/request.c (core_opts_merge): When AllowOverride is specified | Joe Orton | 2005-09-23 | 1 | -2/+0 |
* | Any failure in apr_stat on a symlink currently gives | Joshua Slive | 2005-09-10 | 1 | -1/+2 |
* | Doxygen fixup / cleanup | Ian Holsman | 2005-08-29 | 1 | -2/+3 |
* | Move the POSIX reg* implementations into the ap_* namespace; | Joe Orton | 2005-02-11 | 1 | -1/+1 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |