Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-07 | Testsuite: account for b25c9675b31b (-bV errors) | Jeremy Harris | |
2016-04-07 | DANE: fix build under GnuTLS to properly fail. Bug 1812 | Andrew Colin Kissa | |
2016-04-07 | Init the resolver even in -be mode. | Heiko Schlittermann (HS12-RIPE) | |
This gives us consistent behaviour if we use the resolver in -be and in -bh, and probably other modes. (Perl uses the resolver library linked into Exim and Perl's Socket6::getaddrinfo() returned different results in -be and -bh mode.) | |||
2016-04-07 | Add perl_taintmode option | Heiko Schlittermann (HS12-RIPE) | |
2016-04-07 | Suppress tls_advertise_hosts warning during 'make install' | Heiko Schlittermann (HS12-RIPE) | |
2016-04-07 | Log: -bV should send all output to stderr/stdout | Heiko Schlittermann (HS12-RIPE) | |
2016-04-07 | Demime: cleanup after WITH_OLD_DEMIME removal | Jeremy Harris | |
2016-04-06 | ACL: remove obsolete demime condition | Jeremy Harris | |
2016-04-06 | nicer retry message | Jeremy Harris | |
2016-04-06 | TLS: Fix ECDH use under LibreSSL. Bug 1806 | Renaud Allard | |
2016-04-06 | Avoid RE compile unneeded unless LOOKUP_MODULE_DIR defined | Jeremy Harris | |
2016-04-06 | Pass on SIZE to cutthrough connection | Jeremy Harris | |
2016-04-06 | Docs: Clean for next release | Jeremy Harris | |
2016-04-02 | Fix build on systems where size_t is (non-long) uintexim-4_87 | Jeremy Harris | |
The exemplar was Ubuntu 14.04 LTS 32-bit - but probably many 32-bit systems would be affected | |||
2016-04-02 | contstification | Jeremy Harris | |
2016-04-02 | Copyright year updates (things touched in 2016) | Jeremy Harris | |
Update current year in docs and banner copyright in src/src/globals.c Rest of changes from: vi $(git whatchanged --since=2016-01-01 | grep '^:100' | sed -n 's/^[^M]*M//p' | sort -u | fgrep -v test/) | |||
2016-04-01 | Constify use of string_nextinlist() | Heiko Schlittermann (HS12-RIPE) | |
2016-03-31 | Testsuite: move perl-dependent testcasesexim-4_87_RC7 | Jeremy Harris | |
2016-03-31 | Supress TLS/Env warnings in checking and listing mode | Heiko Schlittermann (HS12-RIPE) | |
2016-03-30 | Typo fix. | Andreas Metzler | |
messsage -> message receved -> received Found/reported by Vincent Lefevre in <https://bugs.debian.org/819482>. | |||
2016-03-24 | Provide getcwd(NULL, 0) for Solaris (SunOS5) | Heiko Schlittermann (HS12-RIPE) | |
2016-03-24 | Doc: Improve clarity on -be | Heiko Schlittermann (HS12-RIPE) | |
2016-03-23 | Add os_unsetenv() | Heiko Schlittermann (HS12-RIPE) | |
BSDI: void unsetenv(const char*) Other: int unsetenv(const char*) | |||
2016-03-17 | Constify spf | Heiko Schlittermann (HS12-RIPE) | |
2016-03-16 | tidying: coverity issues | Jeremy Harris | |
2016-03-15 | tidying: coverity issues | Jeremy Harris | |
2016-03-15 | Utilites: fix exim_lock | Jeremy Harris | |
Unaccountable fails to lock, seen in testsuite Fix appeared when tidying a Coverity "unchecked returncode" fault | |||
2016-03-14 | Fix build for Solaris: "all" must be the first make target. | Jeremy Harris | |
Broken-by: dfe7d917154a Bug 1578 | |||
2016-03-14 | Docs: cuttthrough logging | Jeremy Harris | |
2016-03-12 | Doc: Minor clarifications about the environment | Heiko Schlittermann (HS12-RIPE) | |
2016-03-12 | tidying: coverity issues | Jeremy Harris | |
2016-03-12 | Testsuite: fix output for 615, missing spool dir | Heiko Schlittermann (HS12-RIPE) | |
2016-03-12 | Don't issue env warning if env is empty | Heiko Schlittermann (HS12-RIPE) | |
keep_environment needs to be mentioned in the runtime config. Setting add_environment isn't enough to suppress the warning. | |||
2016-03-11 | Honour the -n for -bP config | Heiko Schlittermann (HS12-RIPE) | |
2016-03-10 | Fix typos. | Heiko Schlittermann (HS12-RIPE) | |
Thanks to Sander Bos for pointing out. | |||
2016-03-10 | Doc: clarify -n | Heiko Schlittermann (HS12-RIPE) | |
2016-03-10 | Extend configure.sample and the relevant spec part | Heiko Schlittermann (HS12-RIPE) | |
2016-03-09 | String expansions: fix ${extract }, for the numeric/3-string case. Bug 1807 | Jeremy Harris | |
Broken-by: 82dbd37 In "skipping" mode when parsing an expansion we want to avoid expanding the arguments, as the data for expansion is not necessarily valid. This bit us previously for an extract within an "if inlist". But the number of args for ${extract } depends on the expanded value of the first arg. Retreat from strict parsing and just line up the outer braces, accepting any number of args while skipping. The separate non-skipping execution will do the proper checking. | |||
2016-03-09 | Test the return of getcwd() | Heiko Schlittermann (HS12-RIPE) | |
2016-03-09 | Store the initial working directory, expand $initial_cwd. Bug 1805 | Heiko Schlittermann (HS12-RIPE) | |
2016-03-09 | Remove trailing \n from {keep,add}_environment config warning | Heiko Schlittermann (HS12-RIPE) | |
2016-03-09 | Fix build for HP-UX and older Solaris: (un)setenv. Bug 1578 | Jeremy Harris | |
Broken-by: bc3c7bb7d4ab | |||
2016-03-07 | tidying: coverity issuesexim-4_87_RC6 | Jeremy Harris | |
2016-03-07 | Docs: typo | Jeremy Harris | |
2016-03-06 | tidying: coverity issues | Jeremy Harris | |
2016-03-06 | tidying: coverity issues | Jeremy Harris | |
2016-03-05 | Coverity: attempt to quieten null-deref whines about stringhandling | Jeremy Harris | |
2016-03-05 | tidying: coverity issues | Jeremy Harris | |
2016-03-05 | typoes | Andreas Metzler | |
2016-03-04 | tidying: coverity issues | Jeremy Harris | |