]> diplodocus.org Git - nmh/history - sbr/mf.c
Reverted commit 9a4b4a3d3b27fe4a7ff6d0b8724ce1c06b5917eb.
[nmh] / sbr / mf.c
2016-10-24 Ralph CorderoyUse HasPrefix() instead of strncmp().
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-21 Ralph CorderoyAssume POSIX ctype.h; don't vet toupper()'s parameter.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-19 Ralph CorderoyUse the imperfect snprintf(3) instead of sprintf(3).
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-09-26 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-25 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-23 David LevineAdded SMTPUTF8 (RFC 6531) support:
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-02-12 Ken HornsteinMove contains8bit() to a common file, and make it a...
2013-07-02 David LevineAdded unsigned char cast of char argument to isascii...
2013-07-01 Ken HornsteinReject email addresses which contain 8-bit characters.
2013-04-29 David LevineRemoved some #includes of stdio.h, ctype.h, stdlib...
2013-04-21 David LevineReplaced calls to static getcpy() in mf.c with calls...
2013-04-21 David LevineAdded const to arguments of mf functions.
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-16 Ken HornsteinRemove dead UUCP address parsing code. Sadly, this...
2013-02-06 Ken HornsteinFINALLY clean up our signed/unsigned character warning...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2008-04-05 Peter MaydellBug #20028 (Debian bug 399271): fix code assuming that...
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2006-01-06 Josh Bressers* patch #3968: Move the add() function from its own...
2006-01-02 Josh Bressers* patch #3967: Create a mh_xrealloc function to prevent...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2005-11-13 Peter MaydellFix buffer overrun in address parsing code (would only...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-05-12 Shantonu SenMoved zotnet/mf to sbr.