]> diplodocus.org Git - nmh/history - uip/whatnowsbr.c
getpass.c: Move interface to own file.
[nmh] / uip / whatnowsbr.c
2017-11-12 Ralph Corderoyr1bindex.c: Move interface to own file.
2017-11-12 Ralph Corderoyrefile.c: Move interface to own file.
2017-11-12 Ralph Corderoyclosefds.c: Move interface to own file.
2017-11-12 Ralph Corderoycopyip.c: Move interface to own file.
2017-11-12 Ralph Corderoygetcpy.c: Move interface to own file.
2017-11-12 Ralph Corderoym_draft.c: Move interface to own file.
2017-11-12 Ralph Corderoym_backup.c: Move interface to own file.
2017-11-12 Ralph Corderoygeteditor.c: Move interface to own file.
2017-11-12 Ralph Corderoycontext_save.c: Move interface to own file.
2017-11-12 Ralph Corderoycontext_find.c: Move interface to own file.
2017-11-12 Ralph Corderoybrkstring.c: Move interface to own file.
2017-11-12 Ralph Corderoyambigsw.c: Move interface to own file.
2017-11-12 Ralph Corderoypush.c: Move interface to own file.
2017-11-12 Ralph Corderoypath.c: Move interface to own file.
2017-11-12 Ralph Corderoyprint_version.c: Move interface to own file.
2017-11-12 Ralph Corderoyprint_help.c: Move interface to own file.
2017-11-12 Ralph Corderoyarglist.c: Move interface to own file.
2017-11-12 Ralph CorderoyUse #include with `""' for including nmh's source.
2017-11-12 Ralph Corderoyerror.c: Move interface to own file.
2017-11-01 Ralph Corderoyuip: Replace some ints that are only ever 0 or 1 with...
2017-11-01 Ralph Corderoysend.c, whatnowsbr.c: Delete option variables set but...
2017-10-30 Ralph Corderoyuip: Replace some ints that are only ever 0 or 1 with...
2017-10-30 Ralph CorderoyReplace adios(NULL, ...) with die(...).
2017-10-28 Ralph Corderoywhatnow: Remove undocumented printf-formatting of ...
2017-10-27 Ralph CorderoyReplace getcpy(f()) calls with mh_xstrdup() when f...
2017-09-24 Ralph CorderoyDon't cast void pointer return value of malloc() et al.
2017-09-23 Ralph CorderoyStop failed m_mktemp2() that give directory reporting...
2017-09-21 Ralph CorderoyDetect function-pointer `done' being set twice in a...
2017-09-18 Ralph CorderoyRemove preprocessor conditionals on `lint'.
2017-09-18 Ralph CorderoyReplace `_exit(-1)' with `_exit(1)'.
2017-09-18 Ralph CorderoyIf fork(2) fails then die; don't fall through to execv...
2017-09-18 Ralph Corderoywhom.c: Don't store atoi(getenv("mhdist")) when value...
2017-09-12 Ralph CorderoyReplace `return (0)' and similar with `return 0'.
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-08-23 Ralph CorderoyDon't need to `else' after adios() at end of then-block.
2017-08-13 Ralph Corderoym_getfld() et al: Replace with m_getfld2(), etc., in...
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...
next