summaryrefslogtreecommitdiffstats
path: root/support (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* sort safe_env_lst Giovanni Bechis2020-04-221-2/+2
* * support/suexec.c (main): Report error string after failure fromJoe Orton2020-04-201-2/+4
* * support/suexec.c (safe_strtol): New function.Joe Orton2020-04-201-2/+29
* * Whitespace style fixes. No functional change.Ruediger Pluem2020-04-141-2/+3
* PR64313 htcacheclean: Empty directories in CacheRoot are still present even ...Jean-Frederic Clere2020-04-141-0/+9
* silence an "uninitialized value" warningGiovanni Bechis2020-03-231-1/+6
* fix apxs for non-destdir buildsEric Covener2020-03-191-1/+6
* * support/suexec.c (clean_env): Revert use of ap_calloc inJoe Orton2020-02-181-1/+1
* convert malloc(3) into ap_mallocGiovanni Bechis2020-02-181-1/+1
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-134-5/+5
* Allow instdso.sh to be found while cross compiling.Graham Leggett2019-12-281-1/+1
* Add support for cross compiling to apxs. If apxs is being executed from somew...Graham Leggett2019-12-281-5/+10
* ab.c: Replace zeustech.net with web archive linkEric Covener2019-12-271-3/+4
* Fix a typoChristophe Jaillet2019-09-201-1/+1
* -l and -L are not exclusive.Christophe Jaillet2019-08-091-11/+15
* * support/htpasswd.c (usage): More usage fixes for SHA-2; describeJoe Orton2019-07-081-6/+6
* * support/htpasswd.c (usage): Document SHA-256/512 support.Joe Orton2019-07-051-3/+7
* Add support for SHA-2 crypt() algorithm in htpasswd.Joe Orton2019-06-213-6/+57
* * support/htpasswd.c (usage): Fix bcrypt round maximum.Joe Orton2018-11-091-1/+1
* * support/suexec.c (clean_env): Avoid use of sprintf; no functional change.Joe Orton2018-11-091-3/+1
* ab: Add client certificate support.Graham Leggett2018-09-231-1/+26
* Success of 'SHGetMalloc()' should be tested with the SUCCEEDED macro.Christophe Jaillet2018-05-241-1/+1
* ab: Disable printing temp key for OpenSSL beforeRainer Jung2018-03-161-2/+6
* ab: follow up to r1738415: handle any tmp key id.Yann Ylavic2018-03-151-0/+5
* LibreSSL doesn't have or require applink.cGregg Lewis Smith2018-01-211-1/+1
* copy applink.c in OpenSSL 1.1.0 to from /ms to /include to match location in ...Gregg Lewis Smith2018-01-211-0/+27
* * support/Makefile.in, acinclude.m4: Add OpenSSL libraries at the end of theJoe Orton2017-11-281-2/+2
* ab: follow up to r1811664.Yann Ylavic2017-11-021-5/+3
* * support/htpasswd.c (main): Only check for readability if running inJoe Orton2017-10-201-1/+11
* ab: Make the TLS layer aware that the underlying socket is nonblocking,Yann Ylavic2017-10-101-18/+49
* ab: Keep reading nonblocking to exhaust TCP or SSL buffers when previousYann Ylavic2017-10-101-0/+5
* htdigest: prevent buffer overflow when strings in lines are too long.Luca Toscano2017-09-111-7/+17
* mod_ssl, ab: compatibility with LibreSSL. PR 61184.Yann Ylavic2017-07-301-0/+8
* * Do not apply the strict permissions of the temporary file to a possiblyRuediger Pluem2017-07-032-2/+2
* ab: move option processing for setting a customRainer Jung2017-05-281-4/+4
* ab: don't call malloc_init for OpenSSL 1.1.0Jacob Champion2017-05-221-2/+0
* htpasswd: report the right limit when get_password() overflows.Yann Ylavic2017-02-031-1/+1
* htpasswd: don't point to (unused) stack memory on outputYann Ylavic2017-02-031-2/+7
* rotatelogs: fix -n help textEric Covener2017-01-261-1/+1
* Fix spelling in comments and text files.Rainer Jung2016-08-114-6/+6
* ab: follow up to r1750854: still better naming, and a C89 fix.Yann Ylavic2016-07-011-9/+9
* ab: follow up to r1750854: some comments and better naming.Yann Ylavic2016-07-011-10/+8
* ab: follow up to r1750854.Yann Ylavic2016-07-011-16/+25
* ab: follow up to r1750854: put the -I at the right place for apr_getopt().Yann Ylavic2016-06-301-1/+1
* ab: add SNI support when available.Yann Ylavic2016-06-301-2/+47
* Prepare to backport, this is not specific to VS 2015...William A. Rowe Jr2016-06-141-1/+5
* Fix comment typoStefan Fritsch2016-05-281-1/+1
* Fix segfault with logresolve -c and IPv6Stefan Fritsch2016-05-281-1/+1
* PR59630: include OpenSSL_Applink when compiling on Visual Studio 2015 and upGregg Lewis Smith2016-05-271-0/+4
* _setargv will not compile on _MSC_VER > 1700 MS documentation's example simpl...Gregg Lewis Smith2016-05-251-0/+2