git://git.exim.org
/
users
/
heiko
/
exim.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Improvements to local interface IP addr detection. Fixes: #802
[users/heiko/exim.git]
/
src
/
2009-10-20
Nigel Metheringham
Improvements to local interface IP addr detection....
tree
|
commitdiff
2009-10-19
Tom Kistner
Exempt TXT record names from sanity checks
tree
|
commitdiff
2009-10-19
Nigel Metheringham
Use transport mode as default mode for maildirsize...
tree
|
commitdiff
2009-10-19
Nigel Metheringham
Tweak mytypes.h to not redefine TRUE/FALSE
tree
|
commitdiff
2009-10-19
Nigel Metheringham
Fixed the eximstats version number to 1.60
tree
|
commitdiff
2009-10-19
Nigel Metheringham
Correct exiwhat mishandling log_selector = +pid. Fixes...
tree
|
commitdiff
2009-10-19
Nigel Metheringham
Correct eximstats misparse. Fixes #687
tree
|
commitdiff
2009-10-19
Tom Kistner
Allow add_header condition in DKIM ACL
tree
|
commitdiff
2009-10-19
Nigel Metheringham
Further minor tweak to sha256 inclusion. Fixes: #674...
tree
|
commitdiff
2009-10-16
Tom Kistner
Correct OPENSSL_VERSION_NUMBER #ifdef
tree
|
commitdiff
2009-10-16
Nigel Metheringham
prepend (not append) Resent-Message-ID and Resent-Date...
tree
|
commitdiff
2009-10-16
Tom Kistner
Limit SHA256 support to OpenSSL >= 0.9.8
tree
|
commitdiff
2009-10-16
Nigel Metheringham
gnutls_compat_mode to allow compatibility with broken...
tree
|
commitdiff
2009-10-16
Tom Kistner
Bugzilla #722
tree
|
commitdiff
2009-10-16
Tom Kistner
Bugzilla #643
tree
|
commitdiff
2009-10-16
Tom Kistner
Bugzilla #871
tree
|
commitdiff
2009-10-16
Tom Kistner
OpenSSL: Make sure sha256 digest is available
tree
|
commitdiff
2009-10-16
Tom Kistner
Add dkim_disable_verify to configure.default where...
tree
|
commitdiff
2009-10-16
Tom Kistner
Brush up README.UPDATING
tree
|
commitdiff
2009-10-16
Tom Kistner
Make sure -lpcre is set in default makefile. Needed...
tree
|
commitdiff
2009-10-15
Tom Kistner
Make sure dkim_signers is properly terminated
tree
|
commitdiff
2009-10-15
Tom Kistner
Fix eximon build
tree
|
commitdiff
2009-10-15
Tom Kistner
Fix dkim_cur_signer undupe logic
tree
|
commitdiff
2009-10-15
Tom Kistner
Add some meaningful debug output
tree
|
commitdiff
2009-10-15
Tom Kistner
Promote dkim_cur_signer to expansion variable
tree
|
commitdiff
2009-10-15
Tom Kistner
Fix dkim_signers condition logic / Renamed dkim_signing...
tree
|
commitdiff
2009-10-15
Tom Kistner
Don\'t use ||= operator
tree
|
commitdiff
2009-10-14
Nigel Metheringham
bool: condition support. fixes: #167
tree
|
commitdiff
2009-10-14
Nigel Metheringham
TLS version reporting. fixes: #745
tree
|
commitdiff
2009-10-14
Nigel Metheringham
Fix issue with long lines with comments in lsearch...
tree
|
commitdiff
2009-10-14
Nigel Metheringham
Bump version to 4.70 so shows as different in testing
tree
|
commitdiff
2009-10-14
Nigel Metheringham
Changed NOTICE file to remove references to embedded...
tree
|
commitdiff
2009-10-13
Tom Kistner
Bugzilla #890
tree
|
commitdiff
2009-10-13
Tom Kistner
Update DCC support
tree
|
commitdiff
2009-09-09
Tom Kistner
Forward bugfix from pdkim repo
tree
|
commitdiff
2009-08-31
Tom Kistner
Fix compiler warnings, some of those not being harmless...
tree
|
commitdiff
2009-07-02
Nigel Metheringham
Removed code that symlinks to pcre as its no longer...
tree
|
commitdiff
2009-06-30
Tom Kistner
Fix pointers to NOTICE
tree
|
commitdiff
2009-06-27
Tom Kistner
Fix wrong #ifndef macro
tree
|
commitdiff
2009-06-15
Tom Kistner
Fixup eximon compile. Thanks Graeme.
tree
|
commitdiff
2009-06-10
Tom Kistner
Merge native DKIM support (from DEVEL_PDKIM)
tree
|
commitdiff
2009-02-04
Michael Haardt
Add owner-* parameter as of RFC 5436.
DEVEL_PDKIM_START
tree
|
commitdiff
2009-01-21
Tony Finch
Fix the previous commit that broke non-SMTP address...
tree
|
commitdiff
2009-01-20
Tony Finch
Revert stupid screwed-up attempt to store more spam...
tree
|
commitdiff
2009-01-20
Tony Finch
Interpolate the configured paths of chmod and touch...
tree
|
commitdiff
2009-01-02
Nigel Metheringham
Added timeout setting to transport filter. Fixes:...
tree
|
commitdiff
2009-01-02
Nigel Metheringham
Correct handling of Resent-Date headers. Fixes: #590
tree
|
commitdiff
2009-01-02
Nigel Metheringham
Fixed behaviour of exiwhat when no config. Fixes:...
tree
|
commitdiff
2008-12-30
Michael Haardt
util-spool_in.c references in spool_read_header() the...
tree
|
commitdiff
2008-12-18
Michael Haardt
Patch to previously committed patch that sorts the...
tree
|
commitdiff
2008-12-18
Michael Haardt
Implement the infrastructure of the mailto notification...
tree
|
commitdiff
2008-12-12
Nigel Metheringham
Make whitespace strings compare euqal to zero. fixes...
tree
|
commitdiff
2008-12-12
Nigel Metheringham
Accept len modification fix. fixes: bug #770
tree
|
commitdiff
2008-12-12
Nigel Metheringham
Buffer overrun fix. fixes: bug #787
tree
|
commitdiff
2008-11-18
Michael Haardt
Aligned with draft-ietf-sieve-notify-mailto-09:
tree
|
commitdiff
2008-10-12
Nigel Metheringham
Removed excess comma in usage fprint statement. Fixes...
tree
|
commitdiff
2008-09-30
Tom Kistner
REVERT Debug checkin - tracing DKIM signing problems
tree
|
commitdiff
2008-09-30
Tom Kistner
Debug checkin - tracing DKIM signing problems
tree
|
commitdiff
2008-09-30
Tom Kistner
Debug checkin - tracing DKIM signing problems
tree
|
commitdiff
2008-09-29
Nigel Metheringham
Fix to EXPN not working under TLS. Fixes bug #744
tree
|
commitdiff
2008-09-05
Tony Finch
Produce a more useful error message if an SMTP transpor...
tree
|
commitdiff
2008-09-03
Tony Finch
TLS error reporting now respects the incoming_interface and
tree
|
commitdiff
2008-08-11
Tony Finch
Remove a spurious -g that slipped in to the last commit.
tree
|
commitdiff
2008-08-07
Tony Finch
Fix the way ${extract is skipped in the untaken branch...
tree
|
commitdiff
2008-07-28
Tony Finch
Save $spam_score, $spam_bar, and $spam_report in spool...
tree
|
commitdiff
2008-07-28
Tony Finch
Apply the look_for_it magic to chmod. (bug#602)
tree
|
commitdiff
2008-07-25
Tony Finch
OS-dependent locations for CHMOD_COMMAND, required...
tree
|
commitdiff
2008-07-25
Tony Finch
CHMOD_COMMAND and TOUCH_COMMAND for exicyclog (bug...
tree
|
commitdiff
2008-07-25
Tony Finch
CHMOD_COMMAND and TOUCH_COMMAND are needed by exicyclog...
tree
|
commitdiff
2008-07-18
Tony Finch
Leading white space used to be stripped from $spam_repo...
tree
|
commitdiff
2008-06-06
Michael Haardt
Fixed bug in parse_date_time() introduced with last...
tree
|
commitdiff
2008-06-04
Michael Haardt
Adding parse_date_time() to parse RFC 2822 date-time.
tree
|
commitdiff
2008-06-04
Michael Haardt
Added parse_date_time() to parse RFC 2822 date-time.
tree
|
commitdiff
2008-05-22
Tony Finch
If a ${dlfunc module has side-effects that cause store...
tree
|
commitdiff
2008-05-16
Nigel Metheringham
Better implementation of Dovecot authenticator using...
tree
|
commitdiff
2008-05-16
Nigel Metheringham
Change creation mode of maildir aux files to prevent...
tree
|
commitdiff
2008-04-24
Tom Kistner
fix BATV prvs expiry calculation for one rollover case
tree
|
commitdiff
2008-04-21
Tony Finch
Check that $multikill_cmd exists before running it...
tree
|
commitdiff
2008-04-13
Tom Kistner
seems there is no "-a" parameter to "cp" in non-gnu...
tree
|
commitdiff
2008-03-27
Tom Kistner
Bugzilla 673: merge f-protd support, courtesy of Mark...
tree
|
commitdiff
2008-03-05
Tom Kistner
join transport logic for DK and DKIM, making it possibl...
tree
|
commitdiff
2008-02-14
Tony Finch
Fix parallel build (make -j). Fixes: bug #668.
tree
|
commitdiff
2008-02-12
Nigel Metheringham
Integrated SPF Best Guess. Fixes: bug #521
tree
|
commitdiff
2008-02-06
Tony Finch
When checking the local_parts router precondition after a
tree
|
commitdiff
2008-02-06
Nigel Metheringham
Close the socket used by the dovecot authenticator...
tree
|
commitdiff
2008-02-06
Nigel Metheringham
Updated exicyclog changes to correct rejectlog/paniclog...
tree
|
commitdiff
2008-01-30
Nigel Metheringham
exicyclog additions. Fixes: #602
tree
|
commitdiff
2008-01-29
Michael Haardt
Bug fix: Only remember notifications resulting from...
tree
|
commitdiff
2008-01-28
Tony Finch
Bugzilla 662: Fix stack corruption before exec() in...
tree
|
commitdiff
2008-01-28
Tom Kistner
small fix for spamd_address expansion - thanks to Warre...
tree
|
commitdiff
2008-01-28
Michael Haardt
Fix some comments, no code changes.
tree
|
commitdiff
2008-01-22
Tony Finch
Do not log submission mode rewrites if they do not...
tree
|
commitdiff
2008-01-18
Nigel Metheringham
Minor fixes to the dovecot authenticator. Fixes: #646
tree
|
commitdiff
2008-01-17
Tom Kistner
add patch to support dccifd directly from ACL system...
tree
|
commitdiff
2008-01-16
Nigel Metheringham
Initial work removing PCRE from dist. Documentation...
tree
|
commitdiff
2008-01-16
Tom Kistner
bugzilla 612 - write recipients list in X-Envelope...
tree
|
commitdiff
2008-01-16
Tom Kistner
applied patch to make spamd_address expandable when...
tree
|
commitdiff
2008-01-16
Tom Kistner
add missing dkim variables [bugzilla 656]
tree
|
commitdiff
2007-11-26
Nigel Metheringham
Preparation for 4.69 release
tree
|
commitdiff
2007-11-12
Nigel Metheringham
Updated embedded PCRE to version 7.4 to avoid 2 CVE...
tree
|
commitdiff
next