]> diplodocus.org Git - nmh/history - uip/whatnowsbr.c
Silence more gcc format-string warnings.
[nmh] / uip / whatnowsbr.c
2017-05-23 Ralph CorderoyReplace some "FALLTHRU" comments with control flow.
2017-05-16 Ralph Corderoysbr/mime_type.c: Move prototype from h/prototypes.h...
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-05-14 Ralph CorderoyReplace calls to m_putenv() with setenv(3).
2017-05-07 Ralph CorderoyMake many m_getfld() buffer parameters NMH_BUFSIZ big.
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-21 Ralph Corderoysend and whatnow: Remove deprecated -attach... switches.
2017-04-17 Ralph CorderoyReplace advise(NULL, fmt, ...) with inform(fmt, ...).
2017-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2016-12-10 Ralph CorderoyRename recently added TrimSuffixC() to trim_suffix_c().
2016-11-02 Ken HornsteinAdd support for certificate verification when using...
2016-10-30 Ralph CorderoyReplace printf("%s\n", foo) with puts(foo).
2016-10-19 Ralph CorderoyReplace `(char *)0' et al with `NULL'.
2016-10-19 Ralph CorderoyReplace sprintf() with strcpy(); it's no worse.
2016-10-19 Ralph CorderoyReplace strchr() condition with TrimSuffixC(), fixing...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-09-25 David LevineMerge remote-tracking branch 'origin' into smtputf8
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-23 Ken HornsteinGarbage collect the saslmaxssf flag, and update documen...
2016-09-11 David LevineExposed a bunch of switches that are now documented.
2016-09-06 Ken HornsteinMerge branch 'xoauth'
2016-08-21 Ken HornsteinVery close, but it doesn't passes the tests just yet.
2016-07-08 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-06-26 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2016-04-03 Eric GillespieRename and document functions that read from stdin.
2016-03-25 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-24 David LevineChanged sign of minchars for the SASL-related switches...
2016-03-24 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-24 David LevineReplaced -oauth service switch with -saslmech xoauth2
2016-03-18 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-17 David LevineAdded oauth support to whatnow.
2016-03-13 David LevineAdded oauth switch to whatnow.
2016-03-13 David LevineMerge branch 'master' into xoauth
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...
next