]> diplodocus.org Git - nmh/history - uip/mhlogin.c
lock_file.c: close(2) file descriptor on failure, avoiding leak.
[nmh] / uip / mhlogin.c
2017-09-09 Ralph CorderoyRefer to #include files from the root of nmh's source.
2017-08-09 Ralph CorderoySilence more gcc format-string warnings.
2017-05-15 Ralph Corderoyh/prototypes.h: Give sbr/lock_file.c's prototypes their...
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-17 Ralph CorderoyReplace advise(NULL, fmt, ...) with inform(fmt, ...).
2016-12-10 Ralph CorderoyRename recently added TrimSuffixC() to trim_suffix_c().
2016-10-19 Ralph CorderoyReplace strchr() condition with TrimSuffixC().
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-17 Ralph CorderoyOops, fc31cece had a syntax error that gcc ignored...
2016-10-17 Ralph CorderoyDeference char pointer to test for empty string instead...
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-04-25 David LevineCheck for empty code.
2016-04-10 Eric Gillespiesupport multiple oauth users; mhlogin now requires...
2016-04-10 Eric Gillespieplug some memory leaks, in success cases only
2016-03-25 David LevineAdded -browser switch to mhlogin(1).
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
2014-12-09 Eric GillespieImplement OAuth 2.0 [1] for XOAUTH2 in SMTP [2] and...