summaryrefslogtreecommitdiffstats
path: root/server/request.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add the same r->user == NULL check in the Satisfy Any code path as r965709 didStefan Fritsch2010-08-181-1/+8
* Intel's compiler warns about assigning the non-enum value 0 to the Jeff Trawick2010-08-061-10/+10
* remove more unused variablesStefan Fritsch2010-08-041-9/+7
* Don't risk segfault in authz if r->user is not setNick Kew2010-07-201-0/+8
* fix log messagesStefan Fritsch2010-07-141-2/+2
* The approach for allowing authorization by user or IP introduced in r956387,Stefan Fritsch2010-07-141-31/+52
* Don't restore r->user after authn/authz failure. Any authn module that setsStefan Fritsch2010-06-201-7/+0
* Fix authorization by user or IP/ENV/...Stefan Fritsch2010-06-201-2/+25
* More trace loggingStefan Fritsch2010-06-201-0/+11
* - Add loglevels to request_rec and conn_recStefan Fritsch2010-06-061-1/+12
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings.Takashi Sato2009-12-291-1/+1
* Bring back OS/2 support.Brian Havard2009-08-261-1/+1
* remove OS/2 platform supportJeff Trawick2009-03-271-1/+1
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-021-3/+3
* Determine registered authn/z providers directly in ap_setup_auth_internal(),Chris Darroch2008-05-221-16/+7
* When testing for slash-terminated configuration paths inChris Darroch2008-05-101-1/+2
* mod_request: Insert the KEPT_BODY filter via the insert_filterGraham Leggett2008-05-091-7/+0
* Move the KeptBodySize directive, kept_body filters and theGraham Leggett2008-04-111-2/+3
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0
* Make it compile on pre-C99 compilers (Move decls to beginning of func)Martin Kraemer2008-04-071-2/+2
* Avoid calling access control hooks for internal requests withChris Darroch2008-04-031-47/+214
* HTTPD Core: Implement <If> sections for conditional (runtime) configuration.Nick Kew2008-04-031-7/+16
* * lfi is already a pointer in contrast fi which was used before.Ruediger Pluem2008-03-031-1/+1
* core: fix SymlinksIfOwnerMatch checking:Nick Kew2008-03-031-2/+3
* core: Add the option to keep aside a request body up to a certainGraham Leggett2007-11-081-0/+10
* Reinstate location walk for subrequestsNick Kew2007-09-261-7/+3
* Multiple trivial fixes from Christophe JAILLETNick Kew2007-07-201-2/+2
* re-introduce ap_satisfies API back into core and modify how the access_checke...Bradley Nicholes2007-05-021-8/+26
* DetabSander Temme2007-03-241-1/+1
* PR#41829 - Torsten FörtschNick Kew2007-03-241-0/+1
* * If APR_FINFO_NAME is added to the list of wanted information, apr_statRuediger Pluem2006-12-301-1/+8
* Improve the error message, include the full path of the file we are actually ...Paul Querna2006-12-291-1/+2
* * Although the lstat call should rarely ever fail, because we stat'ed theRuediger Pluem2006-07-251-3/+16
* * Fix typo. No functional change.Ruediger Pluem2006-07-241-4/+4
* * Check for symbolic links of the target file in the optimized case that weRuediger Pluem2006-07-201-1/+34
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Make some error checking more clear by using the defined constants insteadGarrett Rooney2006-01-121-5/+5
* Authz refactoringBradley Nicholes2006-01-111-64/+14
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-24/+24
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-1/+1
* Pay close attention to core_create_req() ... and noteWilliam A. Rowe Jr2005-10-061-0/+5
* Initialise a variable, to avoid a gcc warning.Colm MacCarthaigh2005-10-031-1/+2
* When doing a subrequest lookup, do not lookup using the quickhandler ifColm MacCarthaigh2005-09-271-2/+10
* * server/request.c (core_opts_merge): When AllowOverride is specifiedJoe Orton2005-09-231-2/+0
* Any failure in apr_stat on a symlink currently givesJoshua Slive2005-09-101-1/+2
* Doxygen fixup / cleanupIan Holsman2005-08-291-2/+3
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-111-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2