]> diplodocus.org Git - nmh/history - sbr/addrsbr.c
Alter mh-chart(7)'s NAME to be lowercase.
[nmh] / sbr / addrsbr.c
2017-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2016-10-22 Ralph CorderoyDon't need to cast to `char *' for free(3) these days.
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-10-16 Ralph CorderoyAdd macro NEW0(p) that callocs, and use it in simple...
2016-10-16 Ralph CorderoyDon't check mh_xcalloc() and friends for a NULL return.
2016-09-26 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-25 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-24 David LevineReplace profile-based hack to allow getname() to handle...
2016-09-24 David LevineRenamed mhbuild -headerencoding 8bit to utf-8.
2016-09-23 David LevineAdded SMTPUTF8 (RFC 6531) support:
2016-06-26 David LevineFixed indentation to prevent warning from gcc 6 -Wmisle...
2016-06-26 David LevineFixed indentation to prevent warning from gcc 6 -Wmisle...
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-10-11 David LevineAdded mh_xcalloc().
2014-09-13 David LevineFixed all anomalies detected by clang static analyzer...
2013-12-05 Ken HornsteinGarbage collect "normalize".
2013-12-04 Ken HornsteinMerge branch 'encode-rfc2047'
2013-12-02 Ken HornsteinSince our last caller of getlocaladdr() was removed...
2013-10-28 Ken HornsteinFix up warnings reported by LLVM.
2013-04-21 David LevineAdded const to argument of getname().
2013-03-24 David LevineMore replacements of mh_strcasecmp() with strcasecmp().
2012-06-29 David LevineSimplified getm() a bit, removing a goto.
2012-06-29 David LevineFixed ismymbox() to look at Local-Mailbox as well as
2012-03-15 Ken HornsteinRemove all masquerade support (draft_from is now the...
2012-02-17 Ken HornsteinSwitch to including h/mts.h for getusername() prototype.
2012-02-15 Ken HornsteinMake it so we do NOT check our address against the...
2012-02-15 Ken HornsteinSigh. Turns out the first entry in the list isn't...
2012-02-15 Ken HornsteinHm, it turns out we need to make sure we call getname...
2012-02-15 Ken HornsteinBeginning of support for the Local-Mailbox profile...
2012-02-04 Ken HornsteinChange LocalName() to take an argument (about whether...
2012-02-03 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-02-03 Ken HornsteinConvert from the poorly-named and confusing adrsprintf...
2012-01-14 David LevineChanged types and added casts so that build is clean...
2012-01-14 David Levinegcc -Wmissing-field-initializers noticed several struct...
2012-01-09 Ken HornsteinFinally able to get rid of acconfig.h! Since we're...
2012-01-07 David LevineMerge branch 'fileproc_mhlproc_to_post'
2012-01-06 Ken HornsteinRemove last vestiges of #ifdef BANG
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2008-05-18 David Levine* sbr/addrsbr.c: removed "err" from conditional, becaus...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-09-08 Shantonu SenUpdated #include's to point to new location of mts...
2000-05-12 Shantonu SenMoved zotnet/mf to sbr.
2000-03-14 Dan HarklessModified username_extension masquerading to only use...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision