index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
support
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reinstate r1897458 accidentally reverted in r1897760.
Graham Leggett
2022-02-08
1
-43
/
+80
*
*) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakes
Stefan Eissing
2022-02-04
1
-80
/
+43
*
check BIO_new(3) return values
Giovanni Bechis
2022-02-01
1
-3
/
+13
*
ab: Respond appropriately to SSL_ERROR_WANT_READ and SSL_ERROR_WANT_WRITE.
Graham Leggett
2022-01-25
1
-43
/
+80
*
Revert stray modification in r1897336.
Graham Leggett
2022-01-24
1
-1
/
+1
*
When failing, we need to explicitly set the connection state.
Graham Leggett
2022-01-22
1
-1
/
+1
*
As in r1877467 for mod_ssl, for OpenSSL 1.1.1+ require that OpenSSL is
Joe Orton
2021-12-07
1
-0
/
+15
*
* support/ab.c (main): Check apr_getopt() returned APR_EOF, fixing clang
Joe Orton
2021-12-03
1
-2
/
+2
*
* server/mpm/event/event.c,
Joe Orton
2021-05-17
1
-19
/
+18
*
* support/htpasswd.c: Fix typo. [skip ci]
Joe Orton
2020-12-16
1
-1
/
+1
*
Fix misleading crypt vs hash terminology in ht* and dbmmanage tools.
Yann Ylavic
2020-12-08
3
-56
/
+56
*
* support/htpasswd.c (usage): Fix typo. [skip ci]
Joe Orton
2020-06-10
1
-1
/
+1
*
Windows : do not include ap_config_auto.h
Steffen Land
2020-05-13
1
-0
/
+2
*
* support/passwd_common.c (mkhash): Fix salt buffer size for SHA2
Joe Orton
2020-05-01
1
-1
/
+1
*
sort safe_env_lst
Giovanni Bechis
2020-04-22
1
-2
/
+2
*
* support/suexec.c (main): Report error string after failure from
Joe Orton
2020-04-20
1
-2
/
+4
*
* support/suexec.c (safe_strtol): New function.
Joe Orton
2020-04-20
1
-2
/
+29
*
* Whitespace style fixes. No functional change.
Ruediger Pluem
2020-04-14
1
-2
/
+3
*
PR64313 htcacheclean: Empty directories in CacheRoot are still present even ...
Jean-Frederic Clere
2020-04-14
1
-0
/
+9
*
silence an "uninitialized value" warning
Giovanni Bechis
2020-03-23
1
-1
/
+6
*
fix apxs for non-destdir builds
Eric Covener
2020-03-19
1
-1
/
+6
*
* support/suexec.c (clean_env): Revert use of ap_calloc in
Joe Orton
2020-02-18
1
-1
/
+1
*
convert malloc(3) into ap_malloc
Giovanni Bechis
2020-02-18
1
-1
/
+1
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
4
-5
/
+5
*
Allow instdso.sh to be found while cross compiling.
Graham Leggett
2019-12-28
1
-1
/
+1
*
Add support for cross compiling to apxs. If apxs is being executed from somew...
Graham Leggett
2019-12-28
1
-5
/
+10
*
ab.c: Replace zeustech.net with web archive link
Eric Covener
2019-12-27
1
-3
/
+4
*
Fix a typo
Christophe Jaillet
2019-09-20
1
-1
/
+1
*
-l and -L are not exclusive.
Christophe Jaillet
2019-08-09
1
-11
/
+15
*
* support/htpasswd.c (usage): More usage fixes for SHA-2; describe
Joe Orton
2019-07-08
1
-6
/
+6
*
* support/htpasswd.c (usage): Document SHA-256/512 support.
Joe Orton
2019-07-05
1
-3
/
+7
*
Add support for SHA-2 crypt() algorithm in htpasswd.
Joe Orton
2019-06-21
3
-6
/
+57
*
* support/htpasswd.c (usage): Fix bcrypt round maximum.
Joe Orton
2018-11-09
1
-1
/
+1
*
* support/suexec.c (clean_env): Avoid use of sprintf; no functional change.
Joe Orton
2018-11-09
1
-3
/
+1
*
ab: Add client certificate support.
Graham Leggett
2018-09-23
1
-1
/
+26
*
Success of 'SHGetMalloc()' should be tested with the SUCCEEDED macro.
Christophe Jaillet
2018-05-24
1
-1
/
+1
*
ab: Disable printing temp key for OpenSSL before
Rainer Jung
2018-03-16
1
-2
/
+6
*
ab: follow up to r1738415: handle any tmp key id.
Yann Ylavic
2018-03-15
1
-0
/
+5
*
LibreSSL doesn't have or require applink.c
Gregg Lewis Smith
2018-01-21
1
-1
/
+1
*
copy applink.c in OpenSSL 1.1.0 to from /ms to /include to match location in ...
Gregg Lewis Smith
2018-01-21
1
-0
/
+27
*
* support/Makefile.in, acinclude.m4: Add OpenSSL libraries at the end of the
Joe Orton
2017-11-28
1
-2
/
+2
*
ab: follow up to r1811664.
Yann Ylavic
2017-11-02
1
-5
/
+3
*
* support/htpasswd.c (main): Only check for readability if running in
Joe Orton
2017-10-20
1
-1
/
+11
*
ab: Make the TLS layer aware that the underlying socket is nonblocking,
Yann Ylavic
2017-10-10
1
-18
/
+49
*
ab: Keep reading nonblocking to exhaust TCP or SSL buffers when previous
Yann Ylavic
2017-10-10
1
-0
/
+5
*
htdigest: prevent buffer overflow when strings in lines are too long.
Luca Toscano
2017-09-11
1
-7
/
+17
*
mod_ssl, ab: compatibility with LibreSSL. PR 61184.
Yann Ylavic
2017-07-30
1
-0
/
+8
*
* Do not apply the strict permissions of the temporary file to a possibly
Ruediger Pluem
2017-07-03
2
-2
/
+2
*
ab: move option processing for setting a custom
Rainer Jung
2017-05-28
1
-4
/
+4
*
ab: don't call malloc_init for OpenSSL 1.1.0
Jacob Champion
2017-05-22
1
-2
/
+0
[next]