Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Broken-by: 9e160d8100
|
|
|
|
|
|
Broken-by: 386ab6457b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config.
Mostly commented-out and with dummy lookups since we do not know what sorts
of filtering may be employed.
|
|
|
|
|
|
Also create feature-macro
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix is in 06faf21f3a84a3ac4aa4f7b1512087423d8c8541
|
|
|
|
|
|
|
|
|
|
|
|
yet. Bug 2341
|
|
|
|
|
|
Also show nonstandard ports in process info for exiwhat
|
|
|
|
|
|
Broken-by: a7a1ad1447
|
|
Broken-by: 6aac3239b4
|
|
This is to support RHEL 8.0 where OpenSSL dislikes 1024
|
|
|
|
|
|
This is to accomodate RHEL 7, where openssl seems to not support ECDHE Kx + CAMELIA
nor any of the CHACHA20s, but does support DHE Kx + CAMELIA.
All we really wanted was something distinguishable from default
(which is commonly ECDHE-RSA-AUE256-GCM-SHA).
|
|
|
|
|
|
Recent efforts to reduce string-copy ops while also avoiding using excessive memory
tripped a check on freeing the still-live variable. It is unclear why the variable
was set anyway, even though commented. The use was introduced between Exim 3.36 and 4.0
|