summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-28Testsuite: ignore fakens fork debug line, avoiding ipv6-support differencesJeremy Harris
2020-03-27OpenSSL: avoid loading server's CA-list-for-client-notification on clientJeremy Harris
2020-03-26Fix argument checking for ${readsocket }Jeremy Harris
2020-03-22Merge branch 'debug_fork'Jeremy Harris
2020-03-22exit-time debugJeremy Harris
2020-03-22debug tidyingJeremy Harris
2020-03-22pass through execJeremy Harris
2020-03-22child-open debugJeremy Harris
2020-03-22Testsuite: move dsearch-dependent testcaseJeremy Harris
2020-03-22Taint: fix dsearch result to be untaintedJeremy Harris
2020-03-21Taint: mark more command-line argumentsJeremy Harris
2020-03-20tidyingJeremy Harris
2020-03-20Fix segfault on bad cmdline -f (sender) argument. Bug 2541Jeremy Harris
2020-03-20consistent fork-time debugJeremy Harris
Testcase issues: 0366 2035
2020-03-18fixesJeremy Harris
2020-03-18tidyingJeremy Harris
2020-03-17Avoid corrupting globals during time-pausesJeremy Harris
2020-03-15Fix spurious detection of timeout while writing to transport filterJeremy Harris
2020-03-15labelled-process fork functionJeremy Harris
2020-03-14Testsuite: missing output fileJeremy Harris
2020-03-14Testsuite: use correct client for GnuTLS platformJeremy Harris
2020-03-14Testsuite: make "client" util TLS variants more similarJeremy Harris
2020-03-14Testtsuite: portabilityJeremy Harris
2020-03-13Testsuite: fix mungeJeremy Harris
2020-03-12Testsuite: fix case for TLS library differencesJeremy Harris
2020-03-12Retry once a single-item delivery from the queue, when lock causes no attemptJeremy Harris
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