]> diplodocus.org Git - nmh/history - uip/mhlogin.c
getpass.c: Move interface to own file.
[nmh] / uip / mhlogin.c
2017-11-12 Ralph Corderoyambigsw.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 CorderoyUse #include with `""' for including nmh's source.
2017-11-12 Ralph Corderoyerror.c: Move interface to own file.
2017-10-30 Ralph Corderoynmh_init(): Replace integer parameter with two bools.
2017-10-30 Ralph CorderoyReplace adios(NULL, ...) with die(...).
2017-10-30 Ralph CorderoyReplace printf(3) with fputs(3) where possible.
2017-09-21 Ralph CorderoyDetect function-pointer `done' being set twice in a...
2017-09-12 Ralph Corderoymh_oauth_cred_fn()'s return value no longer needs dupli...
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...