]> diplodocus.org Git - nmh/history - uip
Replace `(char *)0' et al with `NULL'.
[nmh] / uip /
2016-10-19 Ralph CorderoyReplace sprintf() with strcpy(); it's no worse.
2016-10-19 Ralph CorderoyAdd EndsWithC(char *s, int c) and call it in some initi...
2016-10-19 Ralph CorderoyAdd stdbool.h plus fallback to h/nmh.h.
2016-10-19 Ralph CorderoyReplace strchr() condition with TrimSuffixC(), fixing...
2016-10-19 Ralph CorderoyReplace strchr() condition with TrimSuffixC().
2016-10-19 Ralph CorderoyReplace strchr() condition with TrimSuffixC().
2016-10-19 Ralph CorderoyReplace strchr() condition with TrimSuffixC().
2016-10-19 Ralph CorderoyReplace strchr() condition with TrimSuffixC().
2016-10-19 Ralph CorderoyReplace strchr() condition with TrimSuffixC().
2016-10-18 David LevineWith EAI (mhbuild -headerencoding utf-8), force message...
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 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 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-17 Ralph CorderoyClose FILE pointer in anno for -append as well as ...
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-10-17 Ralph CorderoyOops, fc31cece had a syntax error that gcc ignored...
2016-10-17 Ralph CorderoyReplace NEW() then memset() of 0 with NEW0().
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-16 Ralph CorderoyUse mh_xstrdup() instead of getcpy() for a string constant.
2016-10-16 Ralph CorderoyRename local enum to avoid clashing with NEW() macro.
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 CorderoyDon't check mh_xcalloc() and friends for a NULL return.
2016-10-16 Ralph CorderoyDon't test -reverse's boolean on every message number.
2016-10-15 David LevinePlugged memory leak in convert_content_charset().
2016-10-15 David LevineFixed mhshow warn message when it can't convert charact...
2016-10-15 David LevineChanged "existant" to "existent". Found by misspell_fixer.
2016-10-07 David LevineAdded comments about sidestepping check for checks...
2016-10-06 David LevineA better fix than e87f37c27828723317a71291e31b34f39ec09...
2016-10-06 David LevineMoved scan_input() from uip/post.c to sbr/utils.c.
2016-10-06 David LevineMerge branch 'welcome'
2016-10-06 David LevineEnable SMTP 8BITMIME for messages with 8-bit content:
2016-10-05 David LevineCall c_ceclosefnx in mhfixmsg set_ce(). It doesn't...
2016-10-05 David LevineDon't set c_reqencoding in repl, let mhbuild set it...
2016-10-05 David LevineEnabled check for 8-bit content in all text parts,...
2016-10-05 David LevineHave mhfixmsg add a C-T-E at the message level, based...
2016-10-04 David LevineBase Content-Transfer-Encoding on decoded and new text...
2016-10-03 David LevineFix C-T-E of message, as well as multipart, types to...
2016-10-01 David Levinemhfixmsg now replaces RFC 2047 encoding with RFC 2231...
2016-10-01 David LevineCleaned up a bit, mostly in comments for each function.
2016-09-30 Ken HornsteinAdd -initialtls/-notls flags to msgchk.
2016-09-29 David LevineWelcome message enhancements:
2016-09-29 David LevineInstead of relying on invo_name to decide whether to...
2016-09-28 David LevineAdded welcome message when nmh detects that its version...
2016-09-28 Oliver Kiddleback out use of RFC 2047 decoding on the filename
2016-09-26 Oliver KiddleDo RFC 2047 decoding on filename for mhstore
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 LevineRemoved send and post -eai switches. Instead, post...
2016-09-24 David LevineRenamed mhbuild -headerencoding 8bit to utf-8.
2016-09-23 Ken HornsteinMissed removing SASLminc() from authservice switch.
2016-09-23 Ken HornsteinMake the SASL flags work even without support for Cyrus...
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-23 Ken HornsteinDon't output snoop information when doing RETR or TOP.
2016-09-23 Ken HornsteinSwitch decodeBase64() second argument to an unsigned...
2016-09-23 David LevineAdded SMTPUTF8 (RFC 6531) support:
2016-09-23 David LevineFixed typo (NOTLSSW).
2016-09-23 Ken HornsteinGarbage collect the saslmaxssf flag, and update documen...
2016-09-23 Ken HornsteinForgot to reset the snoop callback one time.
2016-09-23 Ken HornsteinFix some typos and warnings.
2016-09-22 Ken HornsteinAdd error reporting for one case, and move around the...
2016-09-22 Ken HornsteinI had forgotten that nesec_set_tls() has to be called...
2016-09-22 David LevineAllow -decodetext binary, though 8bit is still the...
2016-09-22 Ken HornsteinAlright, things compile now, but don't link yet; need...
2016-09-22 Ken HornsteinOkay, fixed a few more things. Almost there?
2016-09-21 Ken HornsteinAdd support for a base64-decoding snoop callback.
next