summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* OpenSSL: log conns rejected for bad ALPN, with the offered valueJeremy Harris2023-01-053-3/+20
* OpenSSL: Fix tls_eccurve on earlier versions than 3.0.0. Bug 2954Jeremy Harris2023-01-021-3/+4
* OpenSSL: fix tls_eccurve setting explicit curve/group. Bug 2954Jeremy Harris2023-01-011-16/+23
* Testsuite: longer timing for OpenSSL resumption testsJeremy Harris2022-12-311-5/+7
* Close server smtp socket explicitly on connect ACL "drop"Jeremy Harris2022-12-311-0/+13
* FreeBSD: fix listener-socket backlog monitoringJeremy Harris2022-12-301-7/+13
* Debug: quieten environment-cleaningJeremy Harris2022-12-291-12/+26
* Debug: list searchingJeremy Harris2022-12-291-29/+63
* Fix recursion on dns_again_means_nonexist. Bug 2911Jeremy Harris2022-12-281-0/+12
* FreeBSD: fix notifier socket useJeremy Harris2022-12-251-17/+23
* Expand max_rcpt option on smtp transport. Bug 2946Jeremy Harris2022-12-236-12/+30
* Rework "compiler quietening"Jeremy Harris2022-12-201-4/+11
* cppcheck sliencingJeremy Harris2022-12-2011-139/+129
* Fix logging of max-size log lineJeremy Harris2022-12-191-3/+4
* Add template lines for alternate DBM libraries, in the teplate MakefileJeremy Harris2022-12-181-0/+23
* ACL: Permit the "encrypted" condition to be used in a HELO/EHLO ACLJeremy Harris2022-12-131-1/+1
* GnuTLS: fix cert loadingJeremy Harris2022-12-131-4/+6
* tidyingJeremy Harris2022-12-122-10/+11
* TLS: Fix handling for server cert/key file SNI re-expansion forced-failJeremy Harris2022-12-112-20/+49
* Allow a forced-fail for banner expansion to close connection without panic-logJeremy Harris2022-12-101-7/+12
* Move connect ACL before TLS-on-connectJeremy Harris2022-12-102-15/+39
* Fix ${run } arg parsingJeremy Harris2022-12-042-4/+13
* compiler quieteningJeremy Harris2022-12-031-13/+6
* tidyingJeremy Harris2022-12-033-3/+4
* Add variable $sender_helo_verifiedJeremy Harris2022-11-293-5/+27
* Add predefined macros for expansionsJeremy Harris2022-11-294-3/+83
* Tweak debug outputJeremy Harris2022-11-291-1/+1
* tidyingJeremy Harris2022-11-294-20/+23
* SPDX: Mass-update to GPL-2.0-or-laterJeremy Harris2022-11-27331-235/+372
* SPDX: license tags (mostly by guesswork)Jeremy Harris2022-11-27236-0/+240
* Fix LibreSSL buildJeremy Harris2022-11-271-3/+3
* OpenSSL: fix build on older library versionJeremy Harris2022-11-251-19/+21
* OpenSSL: OCSP under DANEJeremy Harris2022-11-231-76/+242
* OpenSSL: fix double-expansion of tls_verify_certificatesJeremy Harris2022-11-221-33/+33
* OpenSSL: when preloading creds do the server certs before the OCSP proofs so ...Jeremy Harris2022-11-221-55/+58
* tidy segv stacktrace loggingJeremy Harris2022-11-121-5/+5
* Fix regex substring capture - commentary. Bug 2933Jeremy Harris2022-11-121-1/+8
* Fix regex substring capture variables for null matches (again). Bug 2933Jeremy Harris2022-11-113-15/+14
* Fix regext substring capture variables for null matches. Bug 2933Jeremy Harris2022-11-113-1/+6
* typo: code comment signture -> signatureTim Gates2022-11-051-1/+1
* typo: error message referenced wrong optionMehmet Suslu2022-11-051-1/+1
* Fix $reccipients after ${run...}. Bug 2929Ruben Jenster2022-11-031-1/+2
* Fix daemon startup. Bug 2930Jeremy Harris2022-11-031-2/+6
* DMARC: fix use-after-free in dmarc_dns_lookupLorenz Brun2022-10-181-1/+2
* Fix: Build with libopendmarc 1.4.x (fixes 2728)Heiko Schlittermann (HS12-RIPE)2022-10-163-3/+12
* Unbreak FreeBSD buildJeremy Harris2022-10-041-1/+1
* Quieten clang buildJeremy Harris2022-10-041-1/+5
* Fix build with older OpenSSL.Jeremy Harris2022-10-041-0/+5
* OpenSSL: fix configuration of older TLS protocol versionsJeremy Harris2022-10-041-3/+10
* GnuTLS: fix for clients offering no TLS extensionsJasen Betts2022-09-302-21/+21