Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-18 | Document pkg-config for TLS | Phil Pennock | |
2012-02-18 | Support pkg-config for SSL libraries. | Phil Pennock | |
Also: update EDITME to refer to pkg-config & AUTH_HEIMDAL_GSSAPI. | |||
2012-02-18 | Document pkg-config | Phil Pennock | |
2012-02-18 | Swap gsasl GSSAPI $auth1/$auth2 | Phil Pennock | |
2012-02-18 | Drop server_realm from heimdal_gssapi | Phil Pennock | |
2012-02-18 | Document heimdal_gssapi as it works now. | Phil Pennock | |
2012-02-18 | Minor cleanups. | Phil Pennock | |
multi-blank-line protection never set the bool needed OID-method for keytab setting cleanup (drop <roken.h> and fix comments) | |||
2012-02-17 | Use gsskrb5_register_acceptor_identity | Phil Pennock | |
Drop the OID and pseudo-standard GSSAPI extension mechanism. Found Heimdal-specific API call I needed, works great. gsskrb5_register_acceptor_identity(filename) Separately: add various debug statements. | |||
2012-02-15 | First pass heimdal_gssapi authenticator. | Phil Pennock | |
Not yet working, failing to set keytab. Also: support (AUTH|LOOKUP)_*_PC=foo to use `pkg-config foo` for cflags/libs. | |||
2012-02-13 | Document gsasl integration | Phil Pennock | |
2012-02-05 | More bug-fixes, GSASL DIGEST-MD5 now works. | Phil Pennock | |
Defined helper streqic() since I seem tired enough to be forgetting ==0 checks. Deal with left-over-data-to-send correctly. Now tested with PLAIN, CRAM-MD5, DIGEST-MD5. For DIGEST-MD5, check for server_realm, since GSASL doesn't error out without it. | |||
2012-02-05 | remove stray globals block | Phil Pennock | |
2012-02-05 | Implemented gsasl driver for authentication. | Phil Pennock | |
Missing: documentation; tests. Tested: PLAIN auth. Status: probably buggy | |||
2012-01-03 | bool{} is false for empty strings | Phil Pennock | |
fixes bug 1193 reported by Jasen Betts. | |||
2011-11-30 | Documentation had primary_host_name for primary_hostname. Fixes: #1169 | Nigel Metheringham | |
2011-11-30 | eximstats DATA reject detection regexps improved. Fixes: #1093 | Nigel Metheringham | |
2011-11-30 | Documentation fix. Fixes: #949 | Nigel Metheringham | |
2011-11-22 | Handle short writes on logfiles. | Phil Pennock | |
fixes bug 1053 | |||
2011-11-20 | Merge branch 'log_retry' | Phil Pennock | |
2011-11-18 | Rough readme mainly for benefit of github | Nigel Metheringham | |
Pod translator is lousing up - may move to a different format for the future. [issues are with L<> links] | |||
2011-11-13 | log_write EINTR handling on write() | Phil Pennock | |
2011-11-10 | Parallel build fixes for lookups | Phil Pennock | |
Make lookups depend upon PHDRS not HDRS. Make parent dir depend upon child build target for lookups | |||
2011-10-20 | ASCII NUL in desc of $body_zerocount (keyword grepability) | Phil Pennock | |
2011-10-14 | EXPAND_LISTMATCH_RHS for match_ip too | Phil Pennock | |
2011-10-11 | PCRE_PRERELEASE is a bare sequence, not a string. | Phil Pennock | |
2011-10-10 | Unbreak release.sh for final releasesexim-4_77 | Phil Pennock | |
2011-10-10 | Update release date, prep for 4.77 final cut | Phil Pennock | |
2011-10-09 | Testsuite: also handle -XX in version | Phil Pennock | |
2011-10-09 | More testsuite fixes | Phil Pennock | |
2011-10-09 | Make runtest more resilient to setup problems | Phil Pennock | |
2011-10-09 | fix unprotected variable in SQL example | Phil Pennock | |
2011-10-08 | Make README.UPDATING more explicit, with more examples, about the impact of ↵ | Phil Pennock | |
the match_<type> changes | |||
2011-10-07 | exiqgrep: handle queue line size output too small for K | Phil Pennock | |
2011-10-06 | rework userforward local_part_suffix documentation | Phil Pennock | |
Loosely based on suggestion from Julian Gilbey. fixes bug 1139. | |||
2011-10-06 | shut up bogus complaint of unused variable in new ratelimit ACL workexim-4_77_RC4 | Phil Pennock | |
2011-10-05 | Apply patch from Dmitry Isaikin fixing log.c format string. | Phil Pennock | |
fixes bug 1152. | |||
2011-10-05 | fix sub2_honour_dollar typeexim-4_77_RC3 | Phil Pennock | |
Was code correct before, but storing a ptr of 0 or 1, from bool initialiser. I meant to use a BOOL and it is more type-safe to do so, so fixed. | |||
2011-10-05 | quote var for case stmt, so that old shell will see it as empty, rather than ↵ | Phil Pennock | |
syntax error | |||
2011-10-05 | test for .git dir with -d not -e; more portable | Phil Pennock | |
2011-10-05 | Solaris/Irix portability hacks for reversion | Phil Pennock | |
2011-10-03 | source referenced version.sh file alwaysexim-4_77_RC2 | Phil Pennock | |
Tested for version.sh in cwd, but used . to source, assuming that would pull in file from cwd. True on BSD (checked after $PATH) but not part of POSIX and not true for bash when in POSIX mode. | |||
2011-10-03 | PP/12 fix uninitialised greeting string from PP/03exim-4_77_RC1 | Phil Pennock | |
2011-10-03 | Exim 4.77: documentation version updates. | Phil Pennock | |
2011-10-03 | Merge branch 'list_safety' | Phil Pennock | |
(gnutls fixes had updated some text docs) | |||
2011-09-25 | EXPAND_LISTMATCH_RHS plumbed into build makefiles.list_safety_merge_proposal | Phil Pennock | |
Tested builds both with and without this option, behaviour matches expectations. | |||
2011-09-25 | match_* do not expand RHS, unconditionally. | Phil Pennock | |
EXPAND_LISTMATCH_RHS define is checked, but not yet plumbed that into build system. | |||
2011-09-25 | Implement inlist/inlisti expansion conditions | Phil Pennock | |
2011-09-24 | Document match_*/inlist changes (before coding starts) | Phil Pennock | |
2011-09-24 | Make sure rc is initialised | Phil Pennock | |
2011-09-24 | Pull Andreas Metzler's fix for gnutls_certificate_verify_peers (bug 1095) | Phil Pennock | |