]> diplodocus.org Git - nmh/history - sbr/ruserpass.c
mhbuildsbr.c: Flip logic, moving goto to then-block; no need for else.
[nmh] / sbr / ruserpass.c
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 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-10-30 Ralph Corderoyfgets() reserves space for the NUL itself.
2016-10-22 Ralph CorderoyAlter netrc permissions error message to match code...
2016-10-22 Ralph CorderoyFix netrc's token()'s bug if backslash escapes EOF.
2016-10-22 Ralph CorderoyFix netrc's token() bug of first character being backslash.
2016-10-22 Ralph CorderoyMerge .netrc's token() file-reading loops; quoted...
2016-10-22 Ralph CorderoyHave ruserpass() return TOK_EOF and put "" in the token...
2016-10-20 Ken HornsteinRototill credentials code so that we only prompt for...
2016-10-19 Ralph CorderoyFix ruserpass() to not assume `\n' present before trimming.
2016-10-16 Ralph CorderoyAdd mh_xstrdup() that exits on allocation failure.
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-11 Ken HornsteinAdd a "file-nopermcheck" credential entry.
2014-09-13 David LevineFixed all anomalies detected by clang static analyzer...
2014-08-26 David LevineCheck return values of system calls in several sbr...
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-02-09 David LevineRemoved potential buffer overflow from ruserpass()...
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-24 David LevineMore replacements of mh_strcasecmp() with strcasecmp().
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2008-05-04 Peter Maydellbug #23167: sbr/ruserpass.c (ruserpass): make bad permi...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2003-09-30 Glenn Burkhardt[bug #4302] errno is not always an extern int
2000-05-10 Dan HarklessPrepended "Portions of this code are" to the copyright...
2000-05-09 Dan Harkless* Changed configure.in to use gcc -Wall even without...
2000-05-09 Shantonu SenFix some compile-time warnings.
1999-04-30 Doug MorrisInitial revision