]> diplodocus.org Git - nmh/history - sbr/credentials.c
new.c: Order two return statements to match comment.
[nmh] / sbr / credentials.c
2017-09-11 Ralph CorderoyDelete mh_xfree(), changing callers to call free(3...
2017-09-10 Ralph CorderoyRemove test for `\0' in `*s && isfoo(*s)' for ctype...
2017-05-15 Ralph Corderoysbr/m_maildir.c: Move prototypes from h/prototypes...
2017-05-15 Ralph CorderoyUse `void' in prototypes for functions with no parameters.
2017-04-22 Ralph CorderoyAdd first-line comment describing C source's purpose.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-17 Ralph CorderoyChange admonish(NULL, "foo") to inform("foo, continuing...
2016-10-22 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-20 Ken HornsteinRototill credentials code so that we only prompt for...
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-11 Ken HornsteinAdd a "file-nopermcheck" credential entry.
2014-06-11 Ken HornsteinAlways default the username to the local username,...
2014-04-16 David LevineReworked retrieval of username and password with SMTP...
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-02-20 David LevineCast argument to isspace() to unsigned char instead...
2013-05-03 David LevineFixed failure reported by Valdis of post to retrieve...
2013-04-14 David LevineA "credentials" mh-profile entry has been added. This...