mhl and mhbuild ignore to long lines
[mmh] / mts / smtp / smtp.c
2011-10-04 markus schnalkeRemoved the MTS and post; now we always use /usr/sbin...
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-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 ...
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.
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 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
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-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