summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-02Fix build on systems where size_t is (non-long) uintexim-4_87Jeremy Harris
The exemplar was Ubuntu 14.04 LTS 32-bit - but probably many 32-bit systems would be affected
2016-04-02contstificationJeremy 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-01Constify use of string_nextinlist()Heiko Schlittermann (HS12-RIPE)
2016-03-31Testsuite: move perl-dependent testcasesexim-4_87_RC7Jeremy Harris
2016-03-31Supress TLS/Env warnings in checking and listing modeHeiko Schlittermann (HS12-RIPE)
2016-03-30Typo fix.Andreas Metzler
messsage -> message receved -> received Found/reported by Vincent Lefevre in <https://bugs.debian.org/819482>.
2016-03-24Provide getcwd(NULL, 0) for Solaris (SunOS5)Heiko Schlittermann (HS12-RIPE)
2016-03-24Doc: Improve clarity on -beHeiko Schlittermann (HS12-RIPE)
2016-03-23Add os_unsetenv()Heiko Schlittermann (HS12-RIPE)
BSDI: void unsetenv(const char*) Other: int unsetenv(const char*)
2016-03-17Constify spfHeiko Schlittermann (HS12-RIPE)
2016-03-16tidying: coverity issuesJeremy Harris
2016-03-15tidying: coverity issuesJeremy Harris
2016-03-15Utilites: fix exim_lockJeremy Harris
Unaccountable fails to lock, seen in testsuite Fix appeared when tidying a Coverity "unchecked returncode" fault
2016-03-14Fix build for Solaris: "all" must be the first make target.Jeremy Harris
Broken-by: dfe7d917154a Bug 1578
2016-03-14Docs: cuttthrough loggingJeremy Harris
2016-03-12Doc: Minor clarifications about the environmentHeiko Schlittermann (HS12-RIPE)
2016-03-12tidying: coverity issuesJeremy Harris
2016-03-12Testsuite: fix output for 615, missing spool dirHeiko Schlittermann (HS12-RIPE)
2016-03-12Don't issue env warning if env is emptyHeiko 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-11Honour the -n for -bP configHeiko Schlittermann (HS12-RIPE)
2016-03-10Fix typos.Heiko Schlittermann (HS12-RIPE)
Thanks to Sander Bos for pointing out.
2016-03-10Doc: clarify -nHeiko Schlittermann (HS12-RIPE)
2016-03-10Extend configure.sample and the relevant spec partHeiko Schlittermann (HS12-RIPE)
2016-03-09String expansions: fix ${extract }, for the numeric/3-string case. Bug 1807Jeremy 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-09Test the return of getcwd()Heiko Schlittermann (HS12-RIPE)
2016-03-09Store the initial working directory, expand $initial_cwd. Bug 1805Heiko Schlittermann (HS12-RIPE)
2016-03-09Remove trailing \n from {keep,add}_environment config warningHeiko Schlittermann (HS12-RIPE)
2016-03-09Fix build for HP-UX and older Solaris: (un)setenv. Bug 1578Jeremy Harris
Broken-by: bc3c7bb7d4ab
2016-03-07tidying: coverity issuesexim-4_87_RC6Jeremy Harris
2016-03-07Docs: typoJeremy Harris
2016-03-06tidying: coverity issuesJeremy Harris
2016-03-06tidying: coverity issuesJeremy Harris
2016-03-05Coverity: attempt to quieten null-deref whines about stringhandlingJeremy Harris
2016-03-05tidying: coverity issuesJeremy Harris
2016-03-05typoesAndreas Metzler
2016-03-04tidying: coverity issuesJeremy Harris
2016-03-03tidying: coverity issuesJeremy Harris
2016-03-03tidyingJeremy Harris
2016-03-03Cutthrough: Reflect 5xx recipient reject from target to originatorJeremy Harris
When connection not opened by verify and target hard-rejects a RCPT, the reject was not being passed to the originating system (just the cutthrough connection was being dropped). Fix this.
2016-03-03Testsuite: testcases for rejected rcpt-callout-triggered cutthroughJeremy Harris
2016-03-03Cutthrough: fix operation under -bhc to not actually deliver. Bug 1800Jeremy Harris
2016-03-03Solaris /bin/sh does not understand 'export LC_ALL=C'Heiko Schlittermann (HS12-RIPE)
2016-03-03Delay chdir(/) until we opened the main configHeiko Schlittermann (HS12-RIPE)
2016-03-02Tidying: Issues detected by gcc --fsanitize=undefinedJeremy Harris
2016-03-02Merge branch 'master'Heiko Schlittermann (HS12-RIPE)
2016-03-02Use right type casts in string_compare_by_pointerexim-4_87_RC5Heiko Schlittermann (HS12-RIPE)
2016-03-02Remove confusing #ifndef environHeiko Schlittermann (HS12-RIPE)
2016-03-02Testsuite: Adapt to portability fix in environment.cHeiko Schlittermann (HS12-RIPE)
2016-03-02Make qsort() in readconf.c more portableHeiko Schlittermann (HS12-RIPE)