summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* String handling: refactor the expanding-string routines and users to use a de...Jeremy Harris2017-10-1450-2007/+1790
* Fix mariadb/mysql macro confusionHeiko Schlittermann (HS12-RIPE)2017-10-142-11/+53
* Testsuite: add cipher-suite seen on OpenBSDJeremy Harris2017-10-137-6/+21
* Testsuite: openssl variant debug outputJeremy Harris2017-10-121-1/+4
* Fix queue_run_in_order to ignore the PID portion of the message IDJeremy Harris2017-10-123-6/+16
* MySQL: fix build on Fedora 27, where MariaDB version information has become u...Jeremy Harris2017-10-101-4/+9
* Fix FreeBSD build (again)Jeremy Harris2017-10-101-2/+1
* Avoid build conflict vs. FreeBSD /usr/include/sys/file.hJeremy Harris2017-10-103-29/+29
* Fix debug_printf data sizeJeremy Harris2017-10-081-3/+3
* Logging: show when input from truncated for logging "next input sent too soon"Jeremy Harris2017-10-086-16/+12
* TFO: early-data for identd queriesJeremy Harris2017-10-081-28/+9
* TFO: on FreeBSD avoid client TFO-mode connects unless a TCP_FASTOPEN setsocke...Jeremy Harris2017-10-087-23/+60
* Fix identd connections on FreeBSD under TCP Fast OpenJeremy Harris2017-10-071-4/+18
* Testsuite: accept different debug detail for peer-terminated connectionJeremy Harris2017-10-062-0/+4
* Use flag names rather than values in debug outputJeremy Harris2017-10-0617-61/+65
* Check for proper output separator in expanding ${addresses:STRING} (Closes...Heiko Schlittermann (HS12-RIPE)2017-10-064-2/+18
* Better handling of printing NULL pointersJeremy Harris2017-10-065-26/+26
* testsuite output changesJeremy Harris2017-10-054-23/+23
* Fix debug output for NULL pointers on FreeBSD.Jeremy Harris2017-10-051-4/+14
* Testsuite: for TFO testcases manipulate the system stateJeremy Harris2017-10-015-14/+101
* TFO: better detection of client fast-open connections (again)Jeremy Harris2017-10-0111-23/+106
* Testsuite: Ignore optional-config output changeJeremy Harris2017-09-251-1/+1
* DKIM: support specifying alternate-identity tag for signing. Bug 2170Jeremy Harris2017-09-258-46/+50
* TFO: early-data for ClamAV and for readsocket expansionJeremy Harris2017-09-207-46/+75
* Avoid repeated string-copy building command-string for rspamdJeremy Harris2017-09-191-20/+23
* TFO: better detection of client fast-open connectionsJeremy Harris2017-09-195-48/+36
* Fix testsuite build for non-TFO platformsJeremy Harris2017-09-191-3/+4
* TFO: early-data for client outbound via socks5 proxyJeremy Harris2017-09-1920-44/+259
* exipick: add -C|--config optionHeiko Schlittermann (HS12-RIPE)2017-09-182-4/+12
* SOCKS: fix unitialized-pointerJeremy Harris2017-09-182-1/+4
* tidyingJeremy Harris2017-09-162-2/+2
* Fix build on FreeBSDJeremy Harris2017-09-162-58/+58
* Fix function prototypeJeremy Harris2017-09-161-1/+1
* Support parallel-build for the buildtin macrosJeremy Harris2017-09-161-13/+98
* tidyingJeremy Harris2017-09-165-21/+24
* Provide readn() as a wrapper around read()Heiko Schlittermann (HS12-RIPE)2017-09-164-112/+128
* Use writev(2) when sending delivery status to the parentHeiko Schlittermann (HS12-RIPE)2017-09-162-23/+27
* Do not use O_NONBLOCK for reading the delivery transport pipeHeiko Schlittermann (HS12-RIPE)2017-09-161-3/+7
* Tidy build under pre-v3 GnuTLSJeremy Harris2017-09-121-15/+16
* DKIM: support multiple signing, by selectorJeremy Harris2017-09-1216-363/+467
* DKIM: support multiple hash methodsJeremy Harris2017-09-1222-227/+368
* DKIM: rename internal signing apiJeremy Harris2017-09-127-44/+98
* DKIM: fix signing bug induced by total size of parameter textJeremy Harris2017-09-102-13/+30
* specified-initialisersJeremy Harris2017-09-101-68/+68
* Fix sieve QP regression from Coverity cleanupsPhil Pennock2017-09-042-1/+4
* Logging: restrict TFO client-side to LinuxJeremy Harris2017-09-023-2/+6
* Logging: TCP Fast OpenJeremy Harris2017-08-3122-227/+245
* Fix address ignore-errors flag bit initialisation and propagationJeremy Harris2017-08-213-2/+3
* Fixed compilation with mariadb-10.2Jaroslav Škarvada2017-08-212-0/+4
* Use bitfields for flags in the "addr" structJeremy Harris2017-08-2015-132/+134