summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-12Debug: _exit() process-terminationJeremy Harris
2020-03-10Testsuite: fix build on non-gnumake platformsJeremy Harris
2020-03-10Testsuite: fix build on non-gnumake platformsJeremy Harris
Broken-by: effbc122d
2020-03-10Early-pipe: retry without pipelining on first-response failureJeremy Harris
2020-03-08Default notifier socket name to spooldir-dependent path even for abstract namesJeremy Harris
2020-03-08Close notifier socket before re-exec of daemon. Bug 2539Jeremy Harris
2020-03-08tidyingJeremy Harris
2020-03-08Fix parsing of cmdline -os & -pr options. Bug 2538Heiko Schlichting
Incorrect attibution in 305e4faec2 commit Found & fixed by Heiko; coding massaged by jgh Broken-by: 777cc7485c
2020-03-08Testsuite: better restriction of parallel 2-stage-queue-runnersJeremy Harris
2020-03-08 Fix parsing of cmdline -os & -pr options. Bug 2538Heiko Schlittermann (HS12-RIPE)
Found & fixed by Heiko; coding massaged by jgh Broken-by: 777cc7485c
2020-03-08Testsuite: testcases for bug 2538Jeremy Harris
2020-03-05Taint: track in ${utf8clean:} operatorJeremy Harris
2020-03-05Docs: tidyingJeremy Harris
2020-03-03Docs: typo in example config file. Bug 2528David Restall
2020-03-03Revert "GnuTLS: remove GNUTLS_E_AGAIN handling"Heiko Schlittermann (HS12-RIPE)
This reverts commit 0b049796b89a59fc322119b54199d92c404ef687. Thanks to Andreas Metzler for pointing me to: https://gitlab.com/gnutls/gnutls/issues/644#note_123363338
2020-03-02GnuTLS: Do not care about corked data when uncorkingHeiko Schlittermann (HS12-RIPE)
2020-03-02GnuTLS: remove GNUTLS_E_AGAIN handlingHeiko Schlittermann (HS12-RIPE)
The AGAIN shouldn't happen, as we are using blocking sockets
2020-03-01Fix $mime_part_count for non-mime message on multi-message connection. Bug 2537Jeremy Harris
2020-02-29Testsuite: ignore differentce in libgsasl versionJeremy Harris
2020-02-29Add variables for wildcard portion of local-part affix. Bug 281Jeremy Harris
2020-02-26Testsuite: Move 2040 to 1101 (hanging pipelining connections)Heiko Schlittermann (HS12-RIPE)
While this was a bug using GnuTLS, the test is rather generic and the expected behaviour does not depend on the TLS implementation.
2020-02-26Testsuite: build a generic tls enabled client: client-anytlsHeiko Schlittermann (HS12-RIPE)
2020-02-26Fix ${tr } expansion item. Bug 2533Jeremy Harris
Broken-by: acec9514b1
2020-02-24Fix timestamp outputs for TAI timezone. Bug 2530Arne Wörner
2020-02-23GnuTLS: avoid hang in older library, in selfsigned-cert creationJeremy Harris
2020-02-23Replace "Try to fix Solaris build" with compatibility compiler flagsJeremy Harris
This reverts commit b11989b8d73c17ccb70e22ca7e8a13540ecca73d.
2020-02-23Try to fix Solaris buildJeremy Harris
2020-02-22When counting queue, avoid building & sorting list of namesJeremy Harris
This is worth maybe 30% time of a 10^5-sized queue
2020-02-22Handle non-response from daemon for $queue_sizeJeremy Harris
2020-02-22Unix socket creds: FreeBSD needs level 0 not SOL_SOCKETJeremy Harris
2020-02-22Unix socket struct naming: avoid "sun" due to conflict on SolarisJeremy Harris
2020-02-21Allow for platforms not support abstract naming for Unix socketsJeremy Harris
2020-02-19Unix socket creds sockopt for BSD-ish platformsJeremy Harris
2020-02-19Unix socket creds definitions for BSD-ish platformsJeremy Harris
2020-02-19GnuTLS: tls_write(): wait after uncorking the sessionHeiko Schlittermann (HS12-RIPE)
2020-02-19GnuTLS: Tweak debug outputHeiko Schlittermann (HS12-RIPE)
2020-02-19GnuTLS: Clarify the use of SSLKEYFILEHeiko Schlittermann (HS12-RIPE)
2020-02-19Add queue_size variable. Bug 1406Jeremy Harris
2020-02-19Move notifier socket to general availabilityJeremy Harris
2020-02-19Docs: clarify DKIM key generationJeremy Harris
2020-02-18Testsuite: add test for hanging callout connectionsHeiko Schlittermann (HS12-RIPE)
Fixed in bd95ffc2ba87fbd3c752df17bc8fd9c01586d45a
2020-02-18 Overlapped twophase-queue-run and delivery. Experimental.Jeremy Harris
2020-02-17Fix continued-connection SIZE parameter on MAIL commmand. Bug 2525Jeremy Harris
2020-02-15tidyingJeremy Harris
2020-02-14Docs: ETRN default commandJeremy Harris
2020-02-13GnuTLS: fix hanging callout connectionsJeremy Harris
Broken-by: 925ac8e4f1
2020-02-13Auths: fix cyrus-sasl driver for gssapi use. Bug 2524Jeremy Harris
Broken-by: c0fb53b74e
2020-02-12GnuTLS: tweak debug outputJeremy Harris
2020-02-12tidyingJeremy Harris
2020-02-04ACL: Fix parsing of control=queue_onlyJeremy Harris
Broken-by: 9438970c97