| Commit message (Expand) | Author | Age | Files | Lines |
* | When -B is specified, search for a host address in the | Jeff Trawick | 2012-07-21 | 1 | -1/+3 |
* | Fix compile break when SIGPIPE is not defined | Jeff Trawick | 2012-07-18 | 1 | -0/+2 |
* | note more prominently that SHA and crypt are insecure | Stefan Fritsch | 2012-06-22 | 1 | -2/+3 |
* | * support/ab.c (test, start_connect): Only bind the local end of the | Joe Orton | 2012-06-19 | 1 | -9/+13 |
* | * support/htpasswd.c (mkrecord): Handle crypt() failure. | Joe Orton | 2012-06-06 | 2 | -2/+25 |
* | * support/suexec.c: Define AP_LOG_FACILITY. | Joe Orton | 2012-05-31 | 1 | -1/+9 |
* | Make apxs use LDFLAGS from config_vars.mk in addition to CFLAGS and CPPFLAGS | Stefan Fritsch | 2012-05-27 | 1 | -1/+4 |
* | suexec: Add support for logging to syslog as an alternative to a | Joe Orton | 2012-05-23 | 1 | -2/+27 |
* | * support/suexec.c: Add gcc format-string attributes to logging | Joe Orton | 2012-05-11 | 1 | -10/+16 |
* | Replace use of apr_file_write() with apr_file_write_full() to prevent | Stefan Fritsch | 2012-04-26 | 1 | -14/+3 |
* | use strict; use warnings; | Rich Bowen | 2012-04-13 | 1 | -4/+7 |
* | Missing slash | Rich Bowen | 2012-04-12 | 1 | -1/+1 |
* | Replace hard-coded example paths with config_vars templates. (with assitance ... | Rich Bowen | 2012-04-12 | 1 | -2/+2 |
* | With further assistance from Daniel Gruno - style changes, removes use | Rich Bowen | 2012-04-12 | 1 | -46/+34 |
* | Removes calls to `date`. | Rich Bowen | 2012-04-12 | 1 | -6/+12 |
* | Updates patch provided by Dave Brondsema (brondsem AT apache org) four | Rich Bowen | 2012-04-12 | 1 | -39/+43 |
* | Fix insecure handling of LD_LIBRARY_PATH that could lead to the | Stefan Fritsch | 2012-03-02 | 1 | -1/+5 |
* | Minor fixes for firehose and mod_policy: | Rainer Jung | 2012-02-01 | 1 | -14/+12 |
* | Sorry about that. Wasnt looking in the right place. | Rich Bowen | 2012-02-01 | 1 | -1/+1 |
* | Make apachectl -h aware of status, fullstatus, and configtest. | Rich Bowen | 2012-02-01 | 1 | -1/+1 |
* | Move ab, logresolve, httxt2dbm and apxs to bin from sbin, along with | Graham Leggett | 2011-12-20 | 1 | -4/+4 |
* | Added mod_firehose and firehose to NetWare build. | Guenter Knauf | 2011-12-20 | 2 | -0/+257 |
* | Distinguish properly between the bindir and sbindir directories when | Graham Leggett | 2011-12-19 | 1 | -3/+10 |
* | mod_firehose: Add a new debugging module able to record traffic | Graham Leggett | 2011-12-17 | 3 | -1/+804 |
* | * support/rotatelogs.c (usage, main): Add support for -c option. | Joe Orton | 2011-10-26 | 1 | -0/+68 |
* | Increase the max line length from 2k to 128k and allocate the buffer on the | Stefan Fritsch | 2011-10-17 | 1 | -7/+8 |
* | If MaxMemFree is set, set SSL_MODE_RELEASE_BUFFERS in mod_ssl. | Stefan Fritsch | 2011-10-01 | 1 | -0/+4 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 1 | -1/+1 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 5 | -33/+33 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -6/+6 |
* | Drop support for the RSA BSAFE SSL-C toolkit from configure, | Kaspar Brand | 2011-08-07 | 1 | -18/+1 |
* | Add some environment variables to the whitelist in suexec | Stefan Fritsch | 2011-07-13 | 1 | -0/+5 |
* | * support/rotatelogs.c (main): Exit with success on EOF. | Joe Orton | 2011-06-27 | 1 | -3/+6 |
* | Simplify state handling in rotatelogs, fixing -L support in the case | Joe Orton | 2011-06-27 | 1 | -114/+98 |
* | Tweak rotatelogs -p such that the program is invoked the first time a | Joe Orton | 2011-06-27 | 1 | -11/+13 |
* | Support specifying the local address to use. | Stefan Fritsch | 2011-06-25 | 1 | -1/+21 |
* | rotatelogs: Add support for running a custom program after a log | Joe Orton | 2011-06-20 | 1 | -14/+93 |
* | Fix various "variable 'x' set but not used" warnings. | Stefan Fritsch | 2011-05-22 | 1 | -2/+2 |
* | Improvements found by cppcheck: | Stefan Fritsch | 2011-05-15 | 3 | -7/+0 |
* | Use APR_STATUS_IS_... in some more cases. | Stefan Fritsch | 2011-05-12 | 2 | -5/+5 |
* | fix some dead assignments found by the clang analyzer | Jeff Trawick | 2011-04-30 | 1 | -1/+0 |
* | Make sure support/check_forensic works with mod_unique_id loaded too. | Igor Galić | 2011-04-26 | 1 | -2/+2 |
* | mod_ssl, ab: Support OpenSSL compiled without SSLv2 support | Stefan Fritsch | 2011-04-08 | 1 | -0/+6 |
* | don't build checkgid or fcgistarter on MinGW | Jeff Trawick | 2011-04-07 | 2 | -1/+15 |
* | hide some unused code on Win32 and NetWare | Jeff Trawick | 2011-04-07 | 1 | -4/+12 |
* | Use a var INSTALLBASE to simplify NetWare installation rules. | Guenter Knauf | 2011-03-18 | 1 | -1/+1 |
* | Use var for prelude so its possible to change it at one place. | Guenter Knauf | 2011-03-18 | 8 | -8/+8 |
* | * support/ab.c (test): Catch more calloc failures. | Joe Orton | 2011-03-17 | 1 | -1/+1 |
* | NetWare build overhaul in order to compile on Linux. | Guenter Knauf | 2011-03-09 | 1 | -1/+1 |
* | NetWare build overhaul in order to compile on Linux. | Guenter Knauf | 2011-03-08 | 8 | -8/+8 |