summaryrefslogtreecommitdiffstats
path: root/support (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reinstate r1897458 accidentally reverted in r1897760.Graham Leggett2022-02-081-43/+80
* *) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakesStefan Eissing2022-02-041-80/+43
* check BIO_new(3) return valuesGiovanni Bechis2022-02-011-3/+13
* ab: Respond appropriately to SSL_ERROR_WANT_READ and SSL_ERROR_WANT_WRITE.Graham Leggett2022-01-251-43/+80
* Revert stray modification in r1897336.Graham Leggett2022-01-241-1/+1
* When failing, we need to explicitly set the connection state.Graham Leggett2022-01-221-1/+1
* As in r1877467 for mod_ssl, for OpenSSL 1.1.1+ require that OpenSSL isJoe Orton2021-12-071-0/+15
* * support/ab.c (main): Check apr_getopt() returned APR_EOF, fixing clangJoe Orton2021-12-031-2/+2
* * server/mpm/event/event.c, Joe Orton2021-05-171-19/+18
* * support/htpasswd.c: Fix typo. [skip ci]Joe Orton2020-12-161-1/+1
* Fix misleading crypt vs hash terminology in ht* and dbmmanage tools.Yann Ylavic2020-12-083-56/+56
* * support/htpasswd.c (usage): Fix typo. [skip ci]Joe Orton2020-06-101-1/+1
* Windows : do not include ap_config_auto.h Steffen Land2020-05-131-0/+2
* * support/passwd_common.c (mkhash): Fix salt buffer size for SHA2Joe Orton2020-05-011-1/+1
* 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