]> diplodocus.org Git - nmh/history - sbr
fgets() reserves space for the NUL itself.
[nmh] / sbr /
2016-10-19 Ralph CorderoyAdd stdbool.h plus fallback to h/nmh.h.
2016-10-19 Ralph CorderoyFix ruserpass() to not assume `\n' present before trimming.
2016-10-19 Ralph CorderoyAlter ctype-checked to handle EOF and be hand-written.
2016-10-19 Ralph CorderoyDon't recurse in advertise() on writev(2) error, just...
2016-10-19 Ralph CorderoyReplace strchr() condition with TrimSuffixC().
2016-10-19 Ralph CorderoyAdd TrimSuffixC(char *s, int c).
2016-10-18 Ralph CorderoyRewrite r1bindex() using strrchr(3).
2016-10-18 Ralph CorderoyUse concat() in m_putenv. Add FIXME about memory leaks.
2016-10-18 Ralph CorderoyShrink the static char[] for "%d" from 8KiB to just...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyFix unlikely bug in oauth's make_query_url() of base_ur...
2016-10-18 Ralph CorderoyReplace a few calculations of string lengths with concat().
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-10-17 Ralph CorderoyDon't call strlen() twice; save result.
2016-10-17 Ralph CorderoyDeference char pointer to test for empty string instead...
2016-10-17 Ralph CorderoyReplace getcpy() with mh_xstrdup().
2016-10-17 Ralph CorderoyReplace mh_xmalloc() with mh_xstrdup().
2016-10-17 Ralph CorderoyReplace mh_xmalloc() with mh_xstrdup().
2016-10-16 Ralph CorderoyDelete client_getcpy(); don't know why it exists.
2016-10-16 Ralph CorderoyUse mh_xstrdup() instead of getcpy() for a string constant.
2016-10-16 Ralph CorderoyRewrite getcpy() using mh_x*() allocation functions.
2016-10-16 Ralph CorderoyAdd const specifier to mh_xstrdup()'s src parameter.
2016-10-16 Ralph CorderoyRename fmt_compile.c's NEW macro to NEW_FP to avoid...
2016-10-16 Ralph CorderoyAdd mh_xstrdup() that exits on allocation failure.
2016-10-16 Ralph CorderoyAdd NEW(p) that sets p to mh_xmalloc'd memory sized...
2016-10-16 Ralph CorderoyAdd macro NEW0(p) that callocs, and use it in simple...
2016-10-16 Ralph CorderoyAdd mh_xfree(), guarding free(3) from NULLs.
2016-10-16 Ralph CorderoyTweak mh_xcalloc(); print size on error, follow POSIX.
2016-10-16 Ralph CorderoyTweak mh_xrealloc(); print size on error, follow POSIX.
2016-10-16 Ralph CorderoyTweak mh_xmalloc(); print size in error, allocate...
2016-10-16 Ralph CorderoyDon't check mh_xcalloc() and friends for a NULL return.
2016-10-16 Ralph CorderoyFix bug where single-character headers were sometimes...
2016-10-16 Ralph CorderoyChange all Getc() callers to use EOF, not comparisons...
2016-10-16 Ralph CorderoyDon't increment bytes_read if returning EOF.
2016-10-16 Ralph CorderoyFix spelling in comment. Alter case to match identifier.
2016-10-16 Ralph CorderoyFix spelling in warning message; s/conext/context/.
2016-10-16 Ralph CorderoySimply enter_getfld()'s structure, no functional change.
2016-10-16 Ralph CorderoyStop one lseek(2) per header fetched by m_getfld.c...
2016-10-15 Ralph CorderoyFix error message when attempting to xmh_realloc()...
2016-10-14 David LevineTweaked formatting of welcome message.
2016-10-11 Ralph CorderoyI've written a getline(3) from scratch based on
2016-10-06 David LevineMoved scan_input() from uip/post.c to sbr/utils.c.
2016-10-06 David LevineReplaced strtod() with strtof().
2016-10-06 David LevineMerge branch 'welcome'
2016-10-05 Ken HornsteinImprove these comments a bit.
2016-10-02 Ken HornsteinFix some typos in the comments.
2016-10-02 Ken HornsteinMove the read buffer shuffling to BEFORE where we call...
2016-10-01 Ken HornsteinSigh, the return value from SSL_get_error() isn't suita...
2016-10-01 Ken HornsteinPrint even more errors.
2016-09-30 Ken HornsteinMake sure we retry if possible upon a TLS read, and...
2016-09-30 Eric GillespieFix typos and drop declaractions of 2 undefined functions.
2016-09-29 David LevineWelcome message enhancements:
2016-09-29 David LevineInstead of relying on invo_name to decide whether to...
2016-09-29 David LevineMake sure stderr is directed to terminal, as well as...
2016-09-28 David LevineWait for user to ack new version message.
2016-09-28 David LevineAdded welcome message when nmh detects that its version...
2016-09-26 David LevineFixed typo in -help message.
2016-09-26 David LevineReworked BUGS section of nmh(7) man page, and added...
2016-09-26 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-25 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-24 David LevineReplace profile-based hack to allow getname() to handle...
2016-09-24 David LevineWrapped some variables and arguments to prevent compile...
2016-09-24 Ken HornsteinImprove and update comments a bit, and also improve...
2016-09-24 David LevineRenamed mhbuild -headerencoding 8bit to utf-8.
2016-09-23 Ken HornsteinMake it so we always return the chosen mechanism, even...
2016-09-23 Ken HornsteinMove things around so you can still initialize netsec...
2016-09-23 Ken HornsteinMove some of the SASL variables outside of the ifdef...
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-23 Ken HornsteinSwitch decodeBase64() second argument to an unsigned...
2016-09-23 Ken HornsteinDon't always output a decoded SASL token; if it's a...
2016-09-23 David LevineAdded SMTPUTF8 (RFC 6531) support:
2016-09-23 David LevineRearranged statements to avoid compile warning about...
2016-09-23 Ken HornsteinFix some typos and warnings.
2016-09-22 Ken HornsteinGarbage collect unused code.
2016-09-22 Ken HornsteinDisable the original call to BIO_flush() now that we...
2016-09-22 Ken HornsteinOkay, fixed a few more things. Almost there?
2016-09-22 Ken HornsteinMerge branch 'pop-tls' of git.sv.gnu.org:/srv/git/nmh...
2016-09-22 Ken HornsteinChange things so we can take two file descriptors,...
2016-09-21 Ken HornsteinOkay! Squashed a few bugs, now have POP OAuth tests...
2016-09-21 Ken HornsteinAdd support for a base64-decoding snoop callback.
2016-09-21 Ken HornsteinWe have OAauth working! But the tests don't work yet.
2016-09-21 Ken HornsteinShuffle some stuff around, change some prototypes,...
2016-09-20 Ken HornsteinMaybe ... it works? Sort of! Needs more testing,...
2016-09-19 Ken HornsteinMore work, but not there just yet.
2016-09-19 Ken HornsteinOkay, we're finally getting to implementation stage...
2016-09-18 Ken HornsteinI think I've written all of these functions; now we...
2016-09-16 Ken HornsteinStill closer, but not quite there yet.
next