Changed msg_style and msg_delim to be file static to m_getfld.c
[mmh] / mts /
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 David LevineAdded NMH_UNUSED macro for suppressing warnings about...
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
2003-09-21 Glenn BurkhardtIncrease timeouts to comply with RFC 1123; Debian bug...
2003-09-05 Ken HornsteinMerge in changes from the 1.1 branch.
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2001-01-09 Shantonu Senremoved deprecated files. sendmail functionality exists...
2001-01-09 Shantonu Senremoving mts/generic
2000-12-14 Shantonu SenResolve the circular dependency of libmh on libmts...
2000-09-08 Shantonu SenMoved code from zotnet/mts to mts/generic. Also, unifie...
2000-07-20 Dan HarklessKen Hornstein's SASL patch was not integrated properly...
2000-07-16 Kimmo SuominenWe ignore the fact that the user requested SASL, since...
2000-07-16 Kimmo SuominenStill missed one SASL stuff thing.
2000-07-16 Kimmo SuominenSASL stuff.
2000-07-07 Kimmo SuominenSASL support from Ken Hornstein <kenh@cmf.nrl.navy...
2000-06-12 Ruud de Rooij* Merged mts/sendmail functionality into mts/smtp;... kim-before-sasl
2000-05-31 Doug Morrisadded lint targets for Makefiles and a configure test...
2000-01-25 Dan HarklessAdded include of signals.h for SIGNAL() prototype.
1999-10-27 Doug Morrisfixed test in Makefiles for LIBTOOL for the case where...
1999-10-26 Doug Morrisfixed libtool check, sort of...
1999-10-21 Doug Morrischanges to allow building under Mac OS X/Rhapsody
1999-10-15 Doug Morrisreplaced the BIND guess (based on BSDishness) with...
1999-09-26 Ruud de Rooij * Added config.sub and config.guess to the list of...
1999-09-12 Doug MorrisLots of little code cleanups to prevent warnings -...
1999-09-10 Doug Morrisconfigure, configure.in stamp-h.in, and uip/Makefile...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-06-09 Doug Morrisuse mkstemp on systems that have it
1999-05-13 Dan HarklessUse "#include <errno.h>" instead of "extern int errno...
1999-04-30 Doug MorrisInitial revision