summaryrefslogtreecommitdiff
path: root/src/src/buildconfig.c
Commit message (Expand)AuthorAgeFilesLines
* Fix detection of 32b platform at build time. Bug 2405Jeremy Harris2019-06-071-5/+7
* TLS: move from SUPPORT_TLS to DISABLE_TLS macro for the buildJeremy Harris2019-05-241-3/+3
* tidyingJeremy Harris2019-04-271-4/+1
* Build: probe for broken poll() timing implementationJeremy Harris2018-10-231-0/+21
* Fix memory leak during build process (Bug 2183)Heiko Schlittermann (HS12-RIPE)2018-03-121-0/+1
* Update copyright year to 2018Heiko Schlittermann (HS12-RIPE)2018-02-101-1/+1
* Copyright year bumps for substantive changes 2017exim-4_90_RC1Jeremy Harris2017-10-261-1/+1
* Tidy build for OpenBSDJeremy Harris2017-10-141-10/+20
* Tidying: coverity issuesJeremy Harris2016-04-091-1/+5
* Demime: cleanup after WITH_OLD_DEMIME removalJeremy Harris2016-04-071-2/+2
* ACL: remove obsolete demime conditionJeremy Harris2016-04-061-4/+3
* Fix build on systems where size_t is (non-long) uintexim-4_87Jeremy Harris2016-04-021-2/+9
* Copyright year updates (things touched in 2016)Jeremy Harris2016-04-021-1/+1
* DKIM: Remove embedded copy of PolarSSL and use OpenSSL/GnuTLS library.Jeremy Harris2016-01-061-0/+15
* tls_dh_min_bits smtp transport optionPhil Pennock2012-06-011-5/+6
* typo fix: "overriden" -> "overridden" from Andreas MetzlerPhil Pennock2012-05-271-1/+1
* GnuTLS control constants exposed to Makefile.Phil Pennock2012-05-171-1/+42
* Copyright year updates.Phil Pennock2012-05-171-1/+1
* Overhaul of GnuTLS code.Phil Pennock2012-05-161-1/+9
* Use defines in config.h for type & scanf-patterns for eval. Update docs.Jeremy Harris2012-05-131-0/+10
* Remove obsolete $Cambridge$ CVS revision strings.Tony Finch2011-06-291-2/+0
* Report compiler in -d -bV. Clang compat.Phil Pennock2011-03-221-0/+2
* Compiler masochism compliance.Phil Pennock2011-03-221-8/+7
* Implement -D filtering, first pass.Phil Pennock2010-12-141-2/+4
* Remove logic branch which can use PRIdMAX for SIZE_T_FMT because it failsPhil Pennock2010-06-131-8/+1
* Add tcp_wrappers_daemon_name (closes: bug #278)John Jetmore2010-06-121-2/+3
* Run when EXIM_USER=notroot specified.Phil Pennock2010-06-071-3/+4
* For the new SIZE_T_FMT, if not C99 then our size_t conversion specifierPhil Pennock2010-06-071-3/+4
* Clean up compiler warnings from { gcc -Wall }, many of which I introduced withPhil Pennock2010-06-071-3/+24
* No longer permit the exim user to be root. Fixes: #752Phil Pennock2010-06-061-1/+15
* Update all copyright messages to cover 1995 - 2009. Remove tab from exim_che...Nigel Metheringham2009-11-161-2/+2
* add patch to support dccifd directly from ACL system - thanks to Wolfgang BreyhaTom Kistner2008-01-171-2/+3
* Update version number and copyright year.Philip Hazel2007-01-081-2/+2
* Update copyright year in (most) files (those that my script finds).Philip Hazel2006-02-071-2/+2
* Set USE_INET_NTOA_FIX for AIX as well as for IRIX (untested).Philip Hazel2005-08-021-3/+4
* Added lots of "(void)" casts to standard function calls.Philip Hazel2005-06-271-6/+6
* Added macros for time_t as for off_t and used them to rework the code ofPhilip Hazel2005-06-171-5/+25
* Check the length of off_t at build time and use %ld or %lld to printPhilip Hazel2005-06-161-4/+27
* Add support for libradiusclient version 0.4.0 onwards, where they havePhilip Hazel2005-03-291-1/+2
* (1) Last-minute sieve patch (updates to latest spec).Philip Hazel2005-02-171-14/+14
* (1) Typo in redirect router; (2) Update version number; (3) UpdatePhilip Hazel2005-01-041-2/+2
* (1) Setting WITH_OLD_DEMIME without WITH_CONTENT_SCAN caused eximon notPhilip Hazel2004-12-291-1/+14
* If FIXED_NEVER_USERS was defined but empty, Exim erroneously assumed itPhilip Hazel2004-11-051-11/+15
* Added CONFIGURE_GROUP as a build-time facility, cf CONFIGURE_OWNER.Philip Hazel2004-10-181-14/+41
* StartPhilip Hazel2004-10-071-0/+748