summaryrefslogtreecommitdiffstats
path: root/support (follow)
Commit message (Expand)AuthorAgeFilesLines
* ab: Fix potential buffer overflows when processing the T and XJeff Trawick2013-08-051-8/+6
* Fix command line parsing. This was introduced in r1395253 when refactoring th...Christophe Jaillet2013-07-161-1/+1
* Make MSVC compilers happy.Guenter Knauf2013-06-181-0/+4
* don't truncate the very first file opened (unless the truncate flag is there ...Eric Covener2013-06-071-1/+1
* Fix commit 1465115. Christophe Jaillet2013-06-071-1/+0
* rotatelogs: add -n number-of-files option to roate through a numberEric Covener2013-06-071-5/+34
* Add a new -l parameter in order not to check the length of the responses. Thi...Christophe Jaillet2013-06-021-7/+20
* Added header protection.Guenter Knauf2013-06-011-0/+6
* Check if malloc succeededChristophe Jaillet2013-06-011-0/+4
* 3rd patch from PR45355Christophe Jaillet2013-06-011-4/+4
* Fixed include for Windows.Guenter Knauf2013-05-131-5/+5
* htdigest: Fix buffer overflow when reading digestRainer Jung2013-04-251-1/+4
* htpasswd: Add -v option to verify a passwordStefan Fritsch2013-04-053-48/+106
* fix htpasswd/htdbm brown paper bag bugsStefan Fritsch2013-04-052-19/+15
* remove unused variablesStefan Fritsch2013-04-052-2/+0
* Use apr_file_printf(... "%pm"...) instead of explicit call to apr_strerrorChristophe Jaillet2013-04-041-15/+14
* Use apr_file_printf(... "%pm"...) instead of explicit call to apr_strerrorChristophe Jaillet2013-04-042-56/+35
* Use apr_file_printf(... "%pm"...) instead of explicit call to apr_strerrorChristophe Jaillet2013-04-021-7/+4
* Use apr_snprintf(... "%pm"...) instead of explicit call to apr_strerrorChristophe Jaillet2013-04-021-4/+2
* Remove useless tests.Christophe Jaillet2013-03-031-1/+1
* The 2 first patches from PR45355 have been portedChristophe Jaillet2013-03-021-8/+8
* * support/htcacheclean.c (main): Ensure -p was used before attemptingJoe Orton2013-01-211-4/+4
* Fix htcacheclean list options "-a" and "-A".Rainer Jung2013-01-141-1/+1
* htdbm, htpasswd: print error message if out of memoryStefan Fritsch2012-12-254-0/+28
* Exit with error message if out of memStefan Fritsch2012-12-251-2/+13
* ab: add the possibility to define a socket timeout (-s timeout)Christophe Jaillet2012-12-171-4/+11
* httxt2dbm: Correct length computation for the 'value' stored in the DBM file ...Christophe Jaillet2012-12-141-1/+1
* htdbm:Rainer Jung2012-12-122-22/+21
* fix unresolved external symbol __imp__UuidCreate errorGregg Lewis Smith2012-12-091-4/+4
* error[120] is already defined in this function. Just use it instead of shadow...Christophe Jaillet2012-12-021-1/+0
* * 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-091-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