]> diplodocus.org Git - nmh/history - sbr/mts.c
Alter mh-chart(7)'s NAME to be lowercase.
[nmh] / sbr / mts.c
2017-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2016-10-17 Ralph CorderoyReplace mh_xmalloc() with mh_xstrdup().
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-11 Ken HornsteinChange this so the MTS_SMTP is the default, to match...
2016-09-11 Ken HornsteinRemove the unused argument from mts_init() (as far...
2014-04-18 Ken HornsteinRemove support for a "*" in alias files (which would...
2013-04-29 David LevineRemoved some #includes of stdio.h, ctype.h, stdlib...
2013-03-24 David LevineFinished replacing mh_strcasecmp() with strcasecmp...
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-15 Ken HornsteinMostly complete now, but not yet functional.
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-06 Ken HornsteinFINALLY clean up our signed/unsigned character warning...
2012-07-12 David LevineAdded -mts switch to post, send, and whom. Replaced...
2012-07-10 David LevineRenamed "sendmail" mts method to "sendmail/smtp", allow...
2012-07-09 David Levinespost(8) has been merged into post(8). Its functionali...
2012-05-12 David LevineSIGNATURE/Local-Mailbox are not used by post, but just...
2012-05-10 David LevineWrap local part (username) of address with double quote...
2012-05-07 Tom LaneFixed places in the code relying the C99-ism of declara...
2012-03-27 David LevineRemoved hostable relics from h/mts.h and sbr/mts.c.
2012-03-24 David LevineEnsure that escape_display_name() can't overrun a buffer.
2012-03-23 David LevineAdded function escape_display_name() to double quote...
2012-03-15 Ken HornsteinRemove all masquerade support (draft_from is now the...
2012-03-12 Ken HornsteinSMTPMTS has been the default for over a decade, so...
2012-02-17 Ken HornsteinSigh. Looks like we need a function after all; create...
2012-02-15 Ken HornsteinSupport getting the "fullname" out of the Signature...
2012-02-11 Ken HornsteinFix typo in alternate mts.conf location support.
2012-02-04 Ken HornsteinWhoops, used "buffer" when I meant "buf".
2012-02-04 Ken HornsteinChange LocalName() to take an argument (about whether...
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-12 David LevineRemoved, or added use of, unused macros to prevent...
2012-01-09 Ken HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-09 Ken HornsteinRemove OS-specific defines. As part of it, remove...
2012-01-04 Lyndon NerenbergDeprecate uname() in favour of (Posix) gethostname().
2011-12-07 David MaloneAdd support to inc for incorporting email from Maildir...
2010-12-09 Ken HornsteinMassive garbage collection. Remove functionality for...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-02-03 Earl Hood* mts/smtp/smtp.c: added SASL support if mts configuration
2009-01-16 Ken HornsteinMassive overhaul of networking code. Changes:
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2003-09-30 Glenn Burkhardt[bug #4302] errno is not always an extern int
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...