]> diplodocus.org Git - nmh/history - uip/inc.c
lock_file.c: close(2) file descriptor on failure, avoiding leak.
[nmh] / uip / inc.c
2017-09-09 Ralph CorderoyRefer to #include files from the root of nmh's source.
2017-08-27 Ralph CorderoyAdd gcc's pure function attribute.
2017-08-27 Ralph Corderoyinc.c: Make maildir_srt() static.
2017-08-23 Ralph CorderoyDon't need to `else' after adios() at end of then-block.
2017-08-22 Ralph CorderoyConvert some Boolean variables to the bool type.
2017-08-13 Ralph Corderoyinc.c: Use closure for pop_retr()'s action callback.
2017-08-13 Ralph Corderoyinc.c: Alter pop_action() to check I/O, perhaps returni...
2017-08-13 Ralph Corderoypopsbr.c: Alter traverse() to check action callback...
2017-08-13 Ralph Corderoypop_retr(): Add a `void *closure' to be passed to actio...
2017-08-13 Ralph Corderoyinc.c: Narrow scope of inc_type. Chain mutually-exclus...
2017-08-01 Ken HornsteinMerge branch 'fix-post-bcc'
2017-06-10 Ralph Corderoyuip/inc.c: Don't increment variable of type bool.
2017-05-24 Ralph Corderoyuip/inc.c: Delete POP3's -pack option for msh users.
2017-05-23 Ralph CorderoyReplace some "FALLTHRU" comments with control flow.
2017-05-15 Ralph Corderoysbr/m_maildir.c: Move prototypes from h/prototypes...
2017-05-15 Ralph Corderoyh/prototypes.h: Give sbr/lock_file.c's prototypes their...
2017-05-15 Ralph Corderoysbr/m_mktemp.h: Move remaining prototypes from h/protot...
2017-05-15 Ralph CorderoyMatch `NORETURN' function prototypes by adding it to...
2017-05-07 Ralph Corderoyuip/inc.c: Use bool, not int, for some of the options.
2017-04-28 Ralph CorderoyFix spelling in C comments.
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 CorderoyChange admonish(NULL, "foo") to inform("foo, continuing...
2017-04-17 Ralph CorderoyReplace advise(NULL, fmt, ...) with inform(fmt, ...).
2017-04-16 Ralph CorderoyReplace some strdup() with mh_xstrdup().
2017-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2016-11-02 Ken HornsteinAdd support for certificate verification when using...
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-20 Ken HornsteinRototill credentials code so that we only prompt for...
2016-10-19 Ralph CorderoyReplace `(char *)0' et al with `NULL'.
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-17 Ralph CorderoyDon't call strlen() twice; save result.
2016-09-25 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-23 Ken HornsteinMissed removing SASLminc() from authservice switch.
2016-09-23 Ken HornsteinMake the SASL flags work even without support for Cyrus...
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-23 David LevineFixed typo (NOTLSSW).
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-11 Ken HornsteinRemove the unused argument from mts_init() (as far...
2016-09-09 Ken HornsteinCloser, but not there yet.
2016-09-06 Ken HornsteinMerge branch 'xoauth'
2016-07-08 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-06-26 David LevineMerge remote-tracking branch 'origin' into xoauth
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-13 David LevineMerge branch 'master' into xoauth
2015-02-23 David LevineMerge remote-tracking branch 'origin/convertargs'
2015-02-14 Marcin CieslakReset done in inc_done() to prevent endless loop when...
2015-02-13 Marcin CieslakReplaced setgid() calls with setegid() so that it works...
2014-12-09 Eric GillespieImplement OAuth 2.0 [1] for XOAUTH2 in SMTP [2] and...
2014-09-15 David LevineAdded checks of return value of fwrite() calls where...
2014-09-13 David LevineFixed all anomalies detected by clang static analyzer...
2014-08-31 David LevineA value of 0 for the width switch of scan(1), inc(1...
2014-08-25 David LevineDynamically allocate space for the output of fmt_scan...
2014-04-18 Ken HornsteinFix the same problem in scan that was fixed in commit
2014-04-15 Ken HornsteinIt turns out that due to the changes to m_getfld()...
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...
2013-12-04 Ken HornsteinMerge branch 'encode-rfc2047'
2013-10-28 Ken HornsteinFix up warnings reported by LLVM.
2013-04-14 David LevineMoved #include of signal.h to h/signals.h. And it...
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-04-14 David LevineA "credentials" mh-profile entry has been added. This...
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-21 Ken HornsteinSupport for sequence file locking in inc(1).
2013-03-18 Ken HornsteinAdd code for (and convert world to) the new world lock...
2013-03-15 Ken HornsteinMostly complete now, but not yet functional.
2013-02-22 Ken HornsteinMerge branch 'format-test'
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-27 David LevineMerge branch 'm_getfld'
2013-01-24 David LevineAdded functions for inc, msh, rcvtty, and scan to access
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-10 Ken HornsteinConvert all argument processing over to using X-Macros...
2012-12-12 David LevineRemoved some dead code, all inside #if 0's. I tried...
2012-11-25 Ken HornsteinAdd support for a -nosasl switch.
2012-11-24 Ken HornsteinDocument the -port switch to inc. Also, fix the -port...
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-01-27 Ken HornsteinMake POP support always be turned on.
2012-01-11 David LevineRemoved or protected some unused macros.
2012-01-07 David LevineMerge branch 'fileproc_mhlproc_to_post'
2012-01-05 Ken HornsteinBring in all of the mh-e support that is actually used...
2011-12-13 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2011-12-12 Ken HornsteinMake sure to not reset hghnum (in the Maildir code...
2011-12-07 David MaloneAdd support to inc for incorporting email from Maildir...
2010-12-21 Peter MaydellClean up code in inc.c
2010-12-14 Oliver Kiddleswitches need to be renumbered following removal of...
next