| Commit message (Expand) | Author | Age | Files | Lines |
* | * support/rotatelogs.c: Cleanups, no functional change. Drop revision | Joe Orton | 2012-11-15 | 1 | -31/+2 |
* | * support/rotatelogs.c (post_rotate): Really omit the second arg when | Joe Orton | 2012-11-15 | 1 | -1/+1 |
* | cppCheck: unreadVariable - 'serviceFlag' is not used in the function, so remo... | Christophe Jaillet | 2012-10-15 | 1 | -1/+0 |
* | Removed __func__ usage which is c99. | Guenter Knauf | 2012-10-08 | 1 | -3/+5 |
* | Optionally read passwords from stdin | Stefan Fritsch | 2012-10-07 | 4 | -16/+45 |
* | add support for bcrypt | Stefan Fritsch | 2012-10-07 | 4 | -14/+84 |
* | Add passwd_common.c build support for Windows and Netware | Stefan Fritsch | 2012-10-07 | 4 | -0/+10 |
* | Start refactoring of htpasswd and htdbm | Stefan Fritsch | 2012-10-07 | 5 | -559/+551 |
* | Allow forced setting of TLS1.1 and TLS1.2 protocols with | Kaspar Brand | 2012-10-07 | 1 | -4/+25 |
* | Spin off module-specific build options into separate build vars. | Kaspar Brand | 2012-09-16 | 1 | -2/+6 |
* | revert r1385214, as I inadvertently left out acinclude.m4. | Kaspar Brand | 2012-09-16 | 1 | -6/+2 |
* | Spin off module-specific build options into separate build vars. | Kaspar Brand | 2012-09-16 | 1 | -2/+6 |
* | * support/rotatelogs.c (truncate_and_write_error): Factor out from | Joe Orton | 2012-08-17 | 1 | -16/+21 |
* | ab: Fix read failure when targeting SSL server. | Jeff Trawick | 2012-08-10 | 1 | -1/+11 |
* | NetWare build tweaks. | Guenter Knauf | 2012-08-09 | 4 | -4/+4 |
* | htpasswd: Use correct file mode for checking if file is writable. | Stefan Fritsch | 2012-08-05 | 1 | -2/+2 |
* | 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 |