]> diplodocus.org Git - nmh/history - uip/whom.c
lock_file.c: close(2) file descriptor on failure, avoiding leak.
[nmh] / uip / whom.c
2017-09-09 Ralph CorderoyRefer to #include files from the root of nmh's source.
2017-09-09 Ralph CorderoyOnly call fork(2) once, not up to five times on failure.
2017-09-08 Ken HornsteinAdd a -credentials argument when we call post.
2017-08-23 Ralph CorderoyDon't need to `else' after adios() at end of then-block.
2017-05-15 Ralph Corderoysbr/m_maildir.c: Move prototypes from h/prototypes...
2017-05-15 Ralph Corderoysbr/m_mktemp.h: Move remaining prototypes from h/protot...
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2017-04-17 Ralph CorderoyReplace advise(NULL, fmt, ...) with inform(fmt, ...).
2017-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-06 David LevineMerge branch 'welcome'
2016-09-29 David LevineInstead of relying on invo_name to decide whether to...
2016-09-24 David LevineRemoved send and post -eai switches. Instead, post...
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-23 David LevineAdded SMTPUTF8 (RFC 6531) support:
2016-09-11 David LevineExposed a bunch of switches that are now documented.
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-25 David LevineReplaced nearly all unlink(3) calls with m_unlink().
2014-01-25 David LevineReplaced boilerplate at beginning of each nmh program...
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-20 Ken HornsteinRemove the --disable-locale configure option and make...
2014-01-17 Ken HornsteinRemove WHATNOW #ifdefs; that code was obsolete a long...
2013-12-13 David LevineInitialize local child_id in main() of whom.c to squelc...
2013-04-14 David LevineMoved #include of signal.h to h/signals.h. And it...
2013-03-31 Ken HornsteinPreliminary support for TLS negotiation at the very...
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-10 Ken HornsteinConvert all argument processing over to using X-Macros...
2012-07-12 David LevineAdded -mts switch to post, send, and whom. Replaced...
2012-06-07 David LevineChanged exit status of each nmh command's -version...
2012-03-12 Ken HornsteinAdd support for a -notls switch, for consistency's...
2012-01-12 David LevineEnabled support for tls switch.
2012-01-07 David LevineMerge branch 'fileproc_mhlproc_to_post'
2012-01-05 David LevineFeed fileproc and mhlproc from rcvdist, send, and whatn...
2012-01-05 David LevineFeed fileproc and mhlproc from rcvdist, send, and whatn...
2012-01-05 David LevineFeed fileproc and mhlproc from rcvdist, send, whatnow...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-11-19 Ken Hornstein(Minor) cleanup of some of the autoconf code with respe...
2010-02-03 Earl Hood* mts/smtp/smtp.c: added SASL support if mts configuration
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-02-04 Dan HarklessWhoever originally added the -help switch to all the...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision