Add release-process/micro-release script
[exim.git] / src /
2018-01-28 Jeremy HarrisDebugging: fix potential null-derefs in DSN debug_printfs
2018-01-27 Heiko Schlitterman... Build: .git may be a file when this repo is a submodule
2018-01-27 Jeremy HarrisGnuTLS: fix to ignore timeout on unrelated callout...
2018-01-27 Jeremy HarrisCutthrough: fix for port-number defined by router....
2018-01-25 Jeremy HarrisCutthrough: fix multi-message initiating connections...
2018-01-19 Jeremy HarrisDKIM: DNS records having no v= tag are acceptable....
2018-01-16 Heiko Schlitterman... Fix %D string expansion to not use millisec
2018-01-13 Jeremy HarrisLookups: fix mysql lookup returns for no-data "queries",
2018-01-07 Jeremy HarrisDKIM: permit dkim_private_key to override dkim_strict...
2017-12-30 Jeremy HarrisMIME ACL: fix SMTP response for non-accept result of...
2017-12-30 Jeremy HarrisFix issue with continued-connections when the DNS shift...
2017-12-29 Jeremy HarrisFix crash associated with dnsdb lookup done from DKIM...
2017-12-29 Jeremy HarrisDKIM: tighter checking while parsing signature headers...
2017-12-24 Jeremy HarrisLookups: fix pgsql multiple-row, single-column return
2017-12-24 Jeremy HarrisFix const issue in nisplus lookup
2017-12-24 Andreas PieskFix build of nisplus lookup
2017-12-24 Heiko Schlitterman... DKIM: Ignore non-DKIM TXT records in DNS response....
2017-12-24 Jeremy HarrisDebug: fix coding in dnssec reporting. Bug 2205
2017-12-24 Jeremy HarrisTLS: avoid calling smtp_auth_acl on client cert when...
2017-12-24 Jeremy HarrisTLS: Fix excessive calling of smtp_auth_acl under AUTH_...
2017-12-12 Jeremy HarrisCHUNKING: flush input stream after message-fatal error... exim-4_90 exim-4_90_RC4
2017-12-04 Jeremy HarrisFix non-OCSP OpenSSL build
2017-12-02 Jeremy HarrisFix initialiser in smtp transport
2017-11-28 Heiko Schlitterman... Chunking: do not treat the first lonely dot special...
2017-11-26 Jeremy HarrisLogging: fix log line for local_scan() rejection
2017-11-26 Jeremy HarrisDKIM: fix tolerating spaces round tag values
2017-11-26 Jeremy HarrisFix filename length check in mime-handling
2017-11-26 Jeremy Harristidying
2017-11-25 Jeremy HarrisAvoid release of store if there have been later allocat...
2017-11-24 Jeremy HarrisAdd comment on GnuTLS library debugging facility
2017-11-16 Jeremy Harristidying
2017-11-16 Jeremy HarrisTestsuite: delays for debug output ordering (again)
2017-11-16 Jeremy HarrisOpenSSL: avoid using now-deprecated routines on newer...
2017-11-15 Jeremy HarrisTestsuite: delays for debug output ordering
2017-11-15 Jeremy HarrisTypo in sample configuration
2017-11-14 Jeremy HarrisDocs: PRVS validity. Bug 2033 exim-4_90_RC2
2017-11-12 Heiko Schlitterman... Add host detail on all deferred deliveries, not only...
2017-11-11 Jeremy HarrisDebug: remove router DSN config dump on startup
2017-11-11 Jeremy HarrisDowngrade an unfound-list name from panic to DEFER...
2017-11-08 Jeremy Harristidying
2017-11-08 Jeremy HarrisDKIM: call ACL once for each signature matching the...
2017-11-07 Jeremy HarrisDKIM: make verification results visible in data ACL
2017-11-07 Jeremy HarrisDKIM: Allow the DKIM ACL to override verification resul...
2017-11-07 Jeremy HarrisTLS: support multiple certificate files in server....
2017-11-03 Jeremy HarrisDKIM: better syntax for control of oversigning. Bug...
2017-11-01 Heiko Schlitterman... exigrep: we need to run with perl 5.8.x
2017-11-01 Jeremy HarrisUse back-compatible variable for perl version
2017-11-01 Heiko Schlitterman... Add --version to all installed Perl and Shell scripts.
2017-10-31 Jeremy HarrisLose extraneous line
2017-10-31 Jeremy Harris Add macro support to -be expansion test mode. ...
2017-10-29 Andreas MetzlerMake exim_monitor build reproducible.
2017-10-28 Jeremy HarrisDo not exit when cwd has no name. Bug 2078
2017-10-28 Andreas MetzlerBuild: fix repeatable-build typo
2017-10-28 Jeremy HarrisFix build warning. Bug 2181
2017-10-28 Andreas MetzlerCorrect typo "psuedo" in exipick documentation.
2017-10-27 Phil Pennocknit: typo-fix in comment (my goof)
2017-10-26 Jeremy HarrisCopyright year bumps for substantive changes 2017 exim-4_90_RC1
2017-10-26 Jeremy HarrisRevert "Build: tidying"
2017-10-26 Jeremy HarrisDebug: add trace in the inlist expansion condition
2017-10-25 Jeremy HarrisBuild: tidying
2017-10-25 Jeremy HarrisUnbreak non-DKIM build
2017-10-25 Jeremy HarrisDKIM: add builtin macro with default list of headers...
2017-10-21 Jeremy Harristidying
2017-10-21 Jeremy Harristidying
2017-10-21 Jeremy HarrisAdd equivalent for missing poll(2) #define
2017-10-21 Jeremy HarrisCHUNKING: Fix flush of chunk on error
2017-10-21 Jeremy HarrisTestsuite: make debug output for proxied TLS less indet...
2017-10-20 Jeremy HarrisUse safer routine for possibly-overlapping copy
2017-10-20 Jeremy HarrisTestsuite: make debug output for proxied TLS less indet...
2017-10-20 Jeremy HarrisDebug: output type of process as it terminates
2017-10-20 Jeremy HarrisAdd equivalent for missing poll(2) #define in OpenBSD
2017-10-18 Heiko Schlitterman... Include sys/uio.h for writev()
2017-10-18 Heiko Schlitterman... More information string for missing MxSQL Base Version
2017-10-14 Jeremy HarrisTidy build for OpenBSD
2017-10-14 Jeremy HarrisTidy build for OpenBSD
2017-10-14 Jeremy Harriscoding standards
2017-10-14 Jeremy HarrisString handling: refactor the expanding-string routines...
2017-10-13 Heiko Schlitterman... Fix mariadb/mysql macro confusion
2017-10-12 Jeremy HarrisFix queue_run_in_order to ignore the PID portion of...
2017-10-10 Jeremy HarrisMySQL: fix build on Fedora 27, where MariaDB version...
2017-10-10 Jeremy HarrisFix FreeBSD build (again)
2017-10-10 Jeremy HarrisAvoid build conflict vs. FreeBSD /usr/include/sys/file.h
2017-10-08 Jeremy HarrisFix debug_printf data size
2017-10-08 Jeremy HarrisLogging: show when input from truncated for logging...
2017-10-08 Jeremy HarrisTFO: early-data for identd queries
2017-10-08 Jeremy HarrisTFO: on FreeBSD avoid client TFO-mode connects unless...
2017-10-07 Jeremy HarrisFix identd connections on FreeBSD under TCP Fast Open
2017-10-06 Jeremy HarrisUse flag names rather than values in debug output
2017-10-06 Heiko Schlitterman... Check for proper output separator in expanding ${addres...
2017-10-06 Jeremy HarrisBetter handling of printing NULL pointers
2017-10-05 Jeremy HarrisFix debug output for NULL pointers on FreeBSD.
2017-10-01 Jeremy HarrisTestsuite: for TFO testcases manipulate the system...
2017-10-01 Jeremy HarrisTFO: better detection of client fast-open connections...
2017-09-25 Jeremy HarrisDKIM: support specifying alternate-identity tag for...
2017-09-20 Jeremy HarrisTFO: early-data for ClamAV and for readsocket expansion
2017-09-19 Jeremy HarrisAvoid repeated string-copy building command-string...
2017-09-19 Jeremy HarrisTFO: better detection of client fast-open connections
2017-09-19 Jeremy HarrisTFO: early-data for client outbound via socks5 proxy
2017-09-18 Heiko Schlitterman... exipick: add -C|--config option
2017-09-18 Jeremy HarrisSOCKS: fix unitialized-pointer
next