]> diplodocus.org Git - nmh/history - sbr/addrsbr.c
Another pass at cleaning up (some of) the manpages.
[nmh] / sbr / addrsbr.c
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