summaryrefslogtreecommitdiff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* * support/rotatelogs.c: Cleanups, no functional change. Drop revisionJoe Orton2012-11-151-31/+2
* * support/rotatelogs.c (post_rotate): Really omit the second arg whenJoe Orton2012-11-151-1/+1
* cppCheck: unreadVariable - 'serviceFlag' is not used in the function, so remo...Christophe Jaillet2012-10-151-1/+0
* Removed __func__ usage which is c99.Guenter Knauf2012-10-081-3/+5
* Optionally read passwords from stdinStefan Fritsch2012-10-074-16/+45
* add support for bcryptStefan Fritsch2012-10-074-14/+84
* Add passwd_common.c build support for Windows and NetwareStefan Fritsch2012-10-074-0/+10
* Start refactoring of htpasswd and htdbmStefan Fritsch2012-10-075-559/+551
* Allow forced setting of TLS1.1 and TLS1.2 protocols withKaspar Brand2012-10-071-4/+25
* Spin off module-specific build options into separate build vars.Kaspar Brand2012-09-161-2/+6
* revert r1385214, as I inadvertently left out acinclude.m4.Kaspar Brand2012-09-161-6/+2
* Spin off module-specific build options into separate build vars.Kaspar Brand2012-09-161-2/+6
* * support/rotatelogs.c (truncate_and_write_error): Factor out fromJoe Orton2012-08-171-16/+21
* ab: Fix read failure when targeting SSL server.Jeff Trawick2012-08-101-1/+11
* NetWare build tweaks.Guenter Knauf2012-08-094-4/+4
* htpasswd: Use correct file mode for checking if file is writable.Stefan Fritsch2012-08-051-2/+2
* When -B is specified, search for a host address in theJeff Trawick2012-07-211-1/+3
* Fix compile break when SIGPIPE is not definedJeff Trawick2012-07-181-0/+2
* note more prominently that SHA and crypt are insecureStefan Fritsch2012-06-221-2/+3
* * support/ab.c (test, start_connect): Only bind the local end of theJoe Orton2012-06-191-9/+13
* * support/htpasswd.c (mkrecord): Handle crypt() failure.Joe Orton2012-06-062-2/+25
* * support/suexec.c: Define AP_LOG_FACILITY.Joe Orton2012-05-311-1/+9
* Make apxs use LDFLAGS from config_vars.mk in addition to CFLAGS and CPPFLAGSStefan Fritsch2012-05-271-1/+4
* suexec: Add support for logging to syslog as an alternative to aJoe Orton2012-05-231-2/+27
* * support/suexec.c: Add gcc format-string attributes to loggingJoe Orton2012-05-111-10/+16
* Replace use of apr_file_write() with apr_file_write_full() to preventStefan Fritsch2012-04-261-14/+3
* use strict; use warnings;Rich Bowen2012-04-131-4/+7
* Missing slashRich Bowen2012-04-121-1/+1
* Replace hard-coded example paths with config_vars templates. (with assitance ...Rich Bowen2012-04-121-2/+2
* With further assistance from Daniel Gruno - style changes, removes useRich Bowen2012-04-121-46/+34
* Removes calls to `date`.Rich Bowen2012-04-121-6/+12
* Updates patch provided by Dave Brondsema (brondsem AT apache org) fourRich Bowen2012-04-121-39/+43
* Fix insecure handling of LD_LIBRARY_PATH that could lead to theStefan Fritsch2012-03-021-1/+5
* Minor fixes for firehose and mod_policy:Rainer Jung2012-02-011-14/+12
* Sorry about that. Wasnt looking in the right place.Rich Bowen2012-02-011-1/+1
* Make apachectl -h aware of status, fullstatus, and configtest.Rich Bowen2012-02-011-1/+1
* Move ab, logresolve, httxt2dbm and apxs to bin from sbin, along withGraham Leggett2011-12-201-4/+4
* Added mod_firehose and firehose to NetWare build.Guenter Knauf2011-12-202-0/+257
* Distinguish properly between the bindir and sbindir directories whenGraham Leggett2011-12-191-3/+10
* mod_firehose: Add a new debugging module able to record trafficGraham Leggett2011-12-173-1/+804
* * support/rotatelogs.c (usage, main): Add support for -c option.Joe Orton2011-10-261-0/+68
* Increase the max line length from 2k to 128k and allocate the buffer on theStefan Fritsch2011-10-171-7/+8
* If MaxMemFree is set, set SSL_MODE_RELEASE_BUFFERS in mod_ssl.Stefan Fritsch2011-10-011-0/+4
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-235-33/+33
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-6/+6
* Drop support for the RSA BSAFE SSL-C toolkit from configure,Kaspar Brand2011-08-071-18/+1
* Add some environment variables to the whitelist in suexecStefan Fritsch2011-07-131-0/+5
* * support/rotatelogs.c (main): Exit with success on EOF.Joe Orton2011-06-271-3/+6
* Simplify state handling in rotatelogs, fixing -L support in the caseJoe Orton2011-06-271-114/+98