| Commit message (Expand) | Author | Age | Files | Lines |
* | * Prevent a segfault when a CGI script sets a cookie with a null value. | Ruediger Pluem | 2008-07-19 | 1 | -1/+1 |
* | * Prevent Header edit from processing only the first header it should | Ruediger Pluem | 2008-07-04 | 1 | -4/+33 |
* | 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 |
* | * Fix formating. No functional change. | Ruediger Pluem | 2008-06-21 | 1 | -2/+3 |
* | correct r670061 - preserve query string with [noescape, proxy] | Thomas J. Donovan | 2008-06-21 | 1 | -10/+9 |
* | After r649840, mod_proxy_http will no longer append a query string from r->ar... | Thomas J. Donovan | 2008-06-20 | 1 | -9/+10 |
* | 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 |
* | more tab cleanups | Jim Jagielski | 2008-06-13 | 1 | -2/+2 |
* | more de-tabify | Jim Jagielski | 2008-06-13 | 1 | -2/+2 |
* | move back to inner loop... fails otherwise | Jim Jagielski | 2008-06-10 | 1 | -1/+3 |
* | Patch for CVE-2008-2364... | Jim Jagielski | 2008-06-10 | 1 | -5/+28 |
* | * Offer the possibility to create session cookies in the case a path is | Ruediger Pluem | 2008-06-07 | 1 | -11/+18 |
* | * Allow HttpOnly, 1 and true to enable HttpOnly, allow secure, 1 and true | Ruediger Pluem | 2008-06-07 | 1 | -2/+6 |
* | Catch up with a host of changes to the current module set | William A. Rowe Jr | 2008-06-07 | 12 | -0/+1340 |
* | Signedness error | William A. Rowe Jr | 2008-06-07 | 1 | -1/+1 |
* | Catch up with cache changes | William A. Rowe Jr | 2008-06-07 | 1 | -12/+0 |
* | Consumed by server/*.c, belongs in include/ | William A. Rowe Jr | 2008-06-07 | 1 | -95/+0 |
* | ap_ namespace, a dead giveaway that this information should reside | William A. Rowe Jr | 2008-06-07 | 1 | -159/+0 |
* | If we are submitting 2GB login forms, there is a very serious, | William A. Rowe Jr | 2008-06-07 | 1 | -8/+10 |
* | You don't export the fn hooked or registered as an optional fn | William A. Rowe Jr | 2008-06-07 | 1 | -23/+26 |
* | You don't export the local registered functions | William A. Rowe Jr | 2008-06-07 | 2 | -112/+68 |
* | You don't export registered entry points | William A. Rowe Jr | 2008-06-07 | 2 | -17/+10 |
* | As this is consumed by the core, mod_auth must reside in | William A. Rowe Jr | 2008-06-07 | 1 | -136/+0 |
* | No. You cannot rely on mod_foo.h magic from the | William A. Rowe Jr | 2008-06-07 | 1 | -137/+0 |
* | mod_session has a different scope than the core. | William A. Rowe Jr | 2008-06-07 | 2 | -27/+52 |
* | Revert prior change; some of these are registered | William A. Rowe Jr | 2008-06-07 | 2 | -13/+13 |
* | The cache_hash, cache_pqueue and cache_cache functions | William A. Rowe Jr | 2008-06-06 | 6 | -54/+62 |
* | mod_mem_cache consumes mod_cache, linking this in | William A. Rowe Jr | 2008-06-06 | 1 | -1/+0 |
* | Revert prior commit; the flaw is not in exporting all | William A. Rowe Jr | 2008-06-06 | 1 | -2/+6 |
* | These are declared CACHE_DECLARE and should be consumed | William A. Rowe Jr | 2008-06-06 | 1 | -6/+2 |
* | No. | William A. Rowe Jr | 2008-06-06 | 2 | -13/+13 |
* | No functional change; simplify the CVE-2007-6420 fix slightly, as | Joe Orton | 2008-06-06 | 1 | -9/+10 |
* | For *trunk/* development, presume at least apr-1.3 (now released) for | William A. Rowe Jr | 2008-06-05 | 2 | -2/+8 |
* | Fix client verification problem with SNI and multicerts. | Guenter Knauf | 2008-06-03 | 1 | -0/+10 |
* | Prevent CSRF attacks against the balancer-manager (CVE-2007-6420) | Joe Orton | 2008-05-30 | 1 | -0/+39 |
* | * Do this later as we might leave the function anyway without the need for this. | Ruediger Pluem | 2008-05-30 | 1 | -2/+2 |
* | * According to RFC 2616 8.2.3 we are not allowed to forward an | Ruediger Pluem | 2008-05-30 | 1 | -0/+8 |
* | * Set at init time and combine comments. | Ruediger Pluem | 2008-05-29 | 1 | -5/+7 |
* | * Do not add the query string again in the case that we are using the | Ruediger Pluem | 2008-05-29 | 1 | -12/+9 |
* | Switch ftp_directory_charset and interpolate_env in proxy_dir_conf, | Nick Kew | 2008-05-28 | 1 | -1/+1 |
* | * mod_proxy_http.c | Ruediger Pluem | 2008-05-27 | 2 | -2/+65 |
* | * Make setting of HttpOnly flag more explicit. | Ruediger Pluem | 2008-05-27 | 1 | -4/+6 |
* | * Handle the case that secure is NULL | Ruediger Pluem | 2008-05-27 | 1 | -1/+3 |
* | * Introduce a flag to decide whether we sent an body to the backend or not. | Ruediger Pluem | 2008-05-26 | 1 | -1/+3 |
* | For now don't build mod_session_crypto on NetWare | Bradley Nicholes | 2008-05-23 | 1 | -1/+2 |
* | Build mod_request on NetWare | Bradley Nicholes | 2008-05-23 | 2 | -0/+251 |
* | Add new exports | Bradley Nicholes | 2008-05-23 | 1 | -2/+4 |
* | Add an include path to mod_request.h | Bradley Nicholes | 2008-05-23 | 1 | -0/+1 |