]> diplodocus.org Git - nmh/history - mts
Replace getcpy() with mh_xstrdup() where the string isn't NULL.
[nmh] / mts /
2016-10-06 David LevineMerge branch 'welcome'
2016-10-06 David LevineEnable SMTP 8BITMIME for messages with 8-bit content:
2016-09-26 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-25 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-23 Ken HornsteinSwitch decodeBase64() second argument to an unsigned...
2016-09-23 David LevineAdded SMTPUTF8 (RFC 6531) support:
2016-09-23 Ken HornsteinSwitched to "server" instead of "client" for SASL remot...
2016-09-22 Ken HornsteinGarbage collect unused code.
2016-09-22 Ken HornsteinAdd the SASL callback; things work now!
2016-09-22 Ken HornsteinI had forgotten that nesec_set_tls() has to be called...
2016-09-22 Ken HornsteinAlright, things compile now, but don't link yet; need...
2016-09-22 Ken HornsteinOkay, fixed a few more things. Almost there?
2016-09-21 Ken HornsteinShuffle some stuff around, change some prototypes,...
2016-09-06 David LevineAdded some NMH_UNUSED's to prevent compile warnings...
2016-09-06 David LevineProtected call of mh_oauth_do_xoauth() with #ifdef...
2016-09-06 Ken HornsteinMerge branch 'xoauth'
2016-08-20 Ken HornsteinRetrieve appropriate profile entries and pass them...
2016-08-15 David LevineHandle base64 decoding decoding of initial response...
2016-08-15 David LevineHandle base64 decoding decoding of initial response...
2016-08-14 David LevineAttempt to decode base64-encoded strings in -snoop...
2016-08-14 David LevineAttempt to decode base64-encoded strings in -snoop...
2016-07-08 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-06-26 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2016-03-27 David LevineDon't call sm_auth_sasl() for XAUTH2 with -sasl. Instead,
2016-03-25 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-24 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-18 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-13 David LevineMerge branch 'master' into xoauth
2014-12-09 Eric GillespieImplement OAuth 2.0 [1] for XOAUTH2 in SMTP [2] and...
2014-09-15 David LevineAdded checks of return value of fwrite() calls where...
2014-09-13 David LevineFixed all anomalies detected by clang static analyzer...
2014-06-10 Ken HornsteinUse variable-size (but in one case, fixed but larger...
2014-04-18 Ken HornsteinRemove -queue support to post; it is now officially...
2014-04-16 David LevineFixed popsbr.c to look like its nmh 1.5 version, except...
2014-04-16 David LevineReworked retrieval of username and password with SMTP...
2014-03-07 David LevineMade a couple of globals static in smtp.c.
2014-02-02 David LevineRemoved all unnecessary setuid/setgid calls. Using...
2013-05-03 David LevineFixed failure reported by Valdis of post to retrieve...
2013-04-28 David LevineFix to commit af429a902add614e35cd76d15172a4ccb70a3be1 to
2013-04-23 David LevineCompleted commit 52a236230220232fd632b5aa88eb9bb31dba34...
2013-04-14 David LevineMoved #include of signal.h to h/signals.h. And it...
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-04-14 David LevineA "credentials" mh-profile entry has been added. This...
2013-04-01 David LevineCast away constness of SSL_CTX_new() arg because that's
2013-04-01 David LevineAdded const to SSL_METHOD *.
2013-03-31 Ken HornsteinPreliminary support for TLS negotiation at the very...
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-01 Lyndon NerenbergMerge branch 'master' into savannah
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-04 David LevineBlock SIGPIPE before killing the child in sm_end()...
2012-12-26 David LevineRemoved call to fpurge() and its platform-specific...
2012-10-24 David LevineCyrus SASL 2.1.25 introduced the sasl_callback_ft proto...
2012-07-21 David LevineRemoved #ifndef RAND/#endif that no longer had any...
2012-07-10 David LevineRemoved use of the ONEX sendmail verb. It is obsolete,
2012-07-10 David LevineRenamed "sendmail" mts method to "sendmail/smtp", allow...
2012-05-07 David LevineFixed some more problems caught by gcc -ansi -pedantic.
2012-05-07 Tom LaneFixed places in the code relying the C99-ism of declara...
2012-03-31 David LevineAdded const qualifier to a couple of local pointers...
2012-03-27 David LevineRemoved the hostable option from mts.conf because it...
2012-03-14 Ken HornsteinFix the SMTP code so it doesn't end up in a hard loop...
2012-03-12 Ken HornsteinClean up a bunch of unused code and options. Specifically:
2012-02-28 David LevineAdded cast in conditional to prevent signed/unsigned...
2012-02-28 Ken HornsteinAdd support for -nosasl and -saslmaxssf switches.
2012-02-04 Ken HornsteinChange LocalName() to take an argument (about whether...
2012-01-20 Ken HornsteinConvert the build system over to the use of Automake.
2012-01-14 David LevineCleaned up gcc warnings when CYRUS_SASL is not enabled.
2012-01-14 David LevineChanged types and added casts so that build is clean...
2012-01-13 Ken HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-13 David LevineAdded NMH_UNUSED macro for suppressing warnings about...
2012-01-09 Ken HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-09 David LevineRemoved a remaining RETSIGTYPE. Also change a few...
2012-01-08 David LevineRemoved hard-coded -I.. and -I../.. from INCLUDES,...
2012-01-03 Ken HornsteinSwitch to using buffered I/O when doing TLS (but only...
2011-12-07 David MaloneAdd support to inc for incorporting email from Maildir...
2010-12-20 Peter MaydellSuppress tsort diagnostic waffle
2010-12-16 Ken HornsteinFix so this compiles without SASL support.
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-12-03 Ken HornsteinWhoops, forgot to bracket the calls for TLS shutdown...
2010-12-03 Ken HornsteinUpdate for git conversions (and cleanup of autogen...
2010-11-19 Ken Hornstein(Minor) cleanup of some of the autoconf code with respe...
2010-11-05 Peter MaydellSilence a (harmless) uninitialized variable warning.
2010-02-03 Earl Hood* mts/smtp/smtp.c: added SASL support if mts configuration
2009-12-21 David Levine* mts/smtp/smtp.c: In sm_auth_sasl (), removed zeroing of
2009-01-26 Josh BressersRemove duplicate sm_fgetc() declaration
2009-01-21 Ken HornsteinFix warning in getaddrinfo() call.
2009-01-16 Ken HornsteinMassive overhaul of networking code. Changes:
2008-04-30 Peter MaydellProvide SASL_CB_AUTHNAME callback (avoids problem with...
2008-04-29 Peter MaydellCorrect various places in smtp.c where the reply string...
2008-04-29 Peter MaydellFix SASL issue properly, by making sm_rrecord() and...
2008-04-29 Peter MaydellRevert previous SASL fix (wrong approach)
2008-04-29 Peter MaydellCope with sasl_decode64() returning SASL_CONTINUE as...
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2006-04-11 Joel ReicherCompleting the .cvsignore list(s).
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2005-11-08 Oliver Kiddlereplace obsolete autoconf macros
2005-05-18 Oliver Kiddlecorrect SASL include file locations
next