]> diplodocus.org Git - nmh/history - uip/whatnowsbr.c
Another pass at cleaning up (some of) the manpages.
[nmh] / uip / whatnowsbr.c
2015-08-21 Leonardo TaccariAdd support for the -sendmail flag to send/post, to...
2015-03-07 Ken HornsteinRearrange all callers of post(8) so that the filename...
2015-01-08 David LevineMerge remote-tracking branch 'origin' into convertargs
2014-12-25 David LevineMerged two adjacent if (verbose) blocks.
2014-09-06 David LevineCheck return values of system calls in uip/ and test...
2014-03-06 Ken HornsteinPut in check so "attach" is rejected when the draft...
2014-03-06 Ken HornsteinPrevent crash if editfile() is called and both "*ed...
2014-01-28 David Levinemhl() needs to set invo_name, too.
2014-01-27 David LevineWhatNow needs to set invo_name so that switches are...
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 HornsteinTry to suppress warnings from changes (but why is this...
2014-01-23 Ken HornsteinWhoops, forgot a newline.
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-23 Ken HornsteinRemove automimeproc functionality; it's redundant now.
2014-01-22 Ken HornsteinConvert whatnow over to using the new Attach header.
2014-01-22 David LevineAlways check that mktemp()/mktemp2() succeeds before...
2014-01-18 Ken HornsteinBeginning of work to run mhbuild always. A bit more...
2014-01-18 David LevineRemoved -a option from whatnow attach, in anticipation of
2014-01-15 David LevineAdded check to get_file_info() in attach.c for failed...
2014-01-12 David LevineAdded -v and -a switches to whatnow attach so the user...
2014-01-05 David LevineFixed description of send -attach switch in whatnow...
2014-01-05 David LevineIn whatnow help, don't show that detached can be abbrev...
2014-01-03 Ken HornsteinGarbage collect some Autoconf cruft that has been aroun...
2013-05-01 David LevineApplied what was done to uip/send.c in commit
2013-04-20 David LevineRefined commit 9b70e8396d50989db2177547515594bc15ee8b17...
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-03-11 David LevineAdded check that writesomecmd() isn't at the end of...
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-19 Ken HornsteinApply David Levine's fix from whomfile() to sendfile...
2013-02-19 David LevineRemoved addition of whomproc to the vec array in whomfile()
2013-02-13 Ken HornsteinRemove support for -mail, -saml, -send, and -soml switc...
2013-02-12 Ken HornsteinFinal conversion to new argsplit() code.
2013-02-07 Ken HornsteinMore conversion to argsplit().
2013-02-02 David LevineThe Solaris compiler was right about unreachable statem...
2013-02-01 Ken HornsteinFinally switch over from vfork() to fork() completely.
2013-02-01 Lyndon NerenbergMerge branch 'master' into savannah
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-29 Ken HornsteinSwitch the editor invocation over to use argsplit().
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-23 David LevineChanged m_getfld() to automatically allocate a new...
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-21 David LevineRemoved the static m_getfld() state instance and replaced
2013-01-18 David LevineRemoved all traces of m_getfld() FLDEOF and BODYEOF...
2013-01-15 Ken HornsteinSupport the VISUAL and EDITOR environment variables...
2013-01-10 Ken HornsteinConvert all argument processing over to using X-Macros...
2012-12-22 David LevineChanged bufsz argument of m_getfld() to be in-out inste...
2012-12-03 David LevineFix to 25581a94c5113eb78b2baf7110408df96efc4418: always...
2012-09-16 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2012-09-16 David LevineAdded "-d --" to invocation of ls when figuring out...
2012-09-15 David LevineChanged ; to && in shell command, per Ralph's suggestio...
2012-09-15 David LevineAllow whatnow to accept "l" as an abbreviation for...
2012-07-22 Alexander Zangerlwhatnow cooks up strings for executing external command...
2012-07-21 David LevineAdded -messageid switch to send(1) and post(8). This...
2012-07-12 David LevineAdded -mts switch to post, send, and whom. Replaced...
2012-06-13 Alexander ZangerlChanged remaining uses of MAXPATHLEN to PATH_MAX.
2012-06-07 David LevineRemoved the following environment variables, deprecated...
2012-06-07 David LevineChanged exit status of each nmh command's -version...
2012-04-20 Ken HornsteinImplment -noatfile in a different way; it turns out...
2012-03-21 Ken HornsteinSupport for readline command history, editing, and...
2012-03-17 David LevineRemoved some unused code having to do with permissions...
2012-03-16 Ken HornsteinMake -attach Nmh-Attachment & -attachformat 1 the default.
2012-03-12 Ken HornsteinAdd support for a -notls switch, for consistency's...
2012-02-28 Ken HornsteinAdd support for -nosasl and -saslmaxssf switches.
2012-01-17 David LevineWell the wrap of vfork() calls didn't work: its semant...
2012-01-17 David LevineWrapped setjmp(), sigsetjmp(), and vfork() calls to...
2012-01-14 David LevineFixed warnings from gcc -Wclobbered by adding volatile...
2012-01-11 Ken HornsteinFix two errors in the conversion to m_mktemp2():
2012-01-07 David LevineMerge branch 'fileproc_mhlproc_to_post'
2012-01-06 Ken HornsteinMove definition of LINK to mh header file, and garbage...
2012-01-05 Ken HornsteinGarbage collect all of the old UCI #ifdef'd code.
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-08 David Levine * uip/whatnowsbr.c: enforce requirement of at least...
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-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2009-01-21 Ken HornsteinFix warning in getaddrinfo() call.
2009-01-16 Ken HornsteinMassive overhaul of networking code. Changes:
2008-08-03 Peter Maydellbug #23319: rework the way we handle the working direct...
2008-05-22 Peter MaydellFactor out common code for writing ls shell command...
2006-02-21 David Levine* h/mh.h, h/prototypes.h, uip/mhbuildsbr.c, uip/send.c,
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2005-12-12 Jon SteinhartFixed annotate call for new delete argument values.
2002-08-19 Jon SteinhartAdded an improved user interface for sending messages...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-07-07 Kimmo SuominenSASL support from Ken Hornstein <kenh@cmf.nrl.navy...
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