| 2017-09-11 |
Ralph Corderoy | Delete mh_xfree(), changing callers to call free(3... |
blob | commitdiff | raw |
| 2017-08-20 |
Ralph Corderoy | sbr/mf.c: Simplify logic, ditching endless for-loops... |
blob | commitdiff | raw | diff to current |
| 2017-08-20 |
Ralph Corderoy | sbr/mf.c: Remove QUOTE macro, use its '\\' definition... |
blob | commitdiff | raw | diff to current |
| 2017-05-23 |
Ralph Corderoy | Replace some "FALLTHRU" comments with control flow. |
blob | commitdiff | raw | diff to current |
| 2017-05-13 |
Ralph Corderoy | Add FENDNULL(s): fends off NULL by giving an empty... |
blob | commitdiff | raw | diff to current |
| 2017-05-13 |
Ralph Corderoy | sbr/mf.c: Rename path to routepath to avoid h/mh.h... |
blob | commitdiff | raw | diff to current |
| 2017-05-09 |
Ralph Corderoy | sbr/mf.c: Simplify isat(); it's /^ at /i. |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | Replace "/*\n * " with "/* " at the start of a file. |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | Remove leading and trailing blank lines from code. |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | sbr/mf.c: Remove unused functions: isfrom, lequal,... |
blob | commitdiff | raw | diff to current |
| 2017-04-16 |
Ralph Corderoy | Replace some strdup() with mh_xstrdup(). |
blob | commitdiff | raw | diff to current |
| 2017-02-27 |
David Levine | Added /* FALLTHRU */ comments where gcc 7 noticed their... |
blob | commitdiff | raw | diff to current |
| 2016-12-10 |
Ralph Corderoy | Rename recently added HasPrefix() to has_prefix(). |
blob | commitdiff | raw | diff to current |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
blob | commitdiff | raw | diff to current |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
blob | commitdiff | raw | diff to current |
| 2016-10-21 |
Ralph Corderoy | Assume POSIX ctype.h; don't vet toupper()'s parameter. |
blob | commitdiff | raw | diff to current |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
blob | commitdiff | raw | diff to current |
| 2016-10-19 |
Ralph Corderoy | Use the imperfect snprintf(3) instead of sprintf(3). |
blob | commitdiff | raw | diff to current |
| 2016-10-17 |
Ralph Corderoy | Remove use of C's register keyword. |
blob | commitdiff | raw | diff to current |
| 2016-09-26 |
David Levine | Merge remote-tracking branch 'origin' into smtputf8 |
blob | commitdiff | raw | diff to current |
| 2016-09-25 |
David Levine | Merge remote-tracking branch 'origin' into smtputf8 |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
David Levine | Added SMTPUTF8 (RFC 6531) support: |
blob | commitdiff | raw | diff to current |
| 2016-05-29 |
klemens | spelling-fixes ( code-comments in .c, .h. .y ... ) |
blob | commitdiff | raw | diff to current |
| 2016-05-29 |
klemens | spelling-fixes ( code-comments in .c, .h. .y ... ) |
blob | commitdiff | raw | diff to current |
| 2014-03-06 |
Ken Hornstein | Merge branch 'extended-params' |
blob | commitdiff | raw | diff to current |
| 2014-02-12 |
Ken Hornstein | Move contains8bit() to a common file, and make it a... |
blob | commitdiff | raw | diff to current |
| 2013-07-02 |
David Levine | Added unsigned char cast of char argument to isascii... |
blob | commitdiff | raw | diff to current |
| 2013-07-01 |
Ken Hornstein | Reject email addresses which contain 8-bit characters. |
blob | commitdiff | raw | diff to current |
| 2013-04-29 |
David Levine | Removed some #includes of stdio.h, ctype.h, stdlib... |
blob | commitdiff | raw | diff to current |
| 2013-04-21 |
David Levine | Replaced calls to static getcpy() in mf.c with calls... |
blob | commitdiff | raw | diff to current |
| 2013-04-21 |
David Levine | Added const to arguments of mf functions. |
blob | commitdiff | raw | diff to current |
| 2013-02-22 |
Ken Hornstein | Merge branch 'format-test' |
blob | commitdiff | raw | diff to current |
| 2013-02-16 |
Ken Hornstein | Remove dead UUCP address parsing code. Sadly, this... |
blob | commitdiff | raw | diff to current |
| 2013-02-06 |
Ken Hornstein | FINALLY clean up our signed/unsigned character warning... |
blob | commitdiff | raw | diff to current |
| 2010-12-03 |
Ken Hornstein | Remove RCS keywords, since they no longer work after... |
blob | commitdiff | raw | diff to current |
| 2008-04-05 |
Peter Maydell | Bug #20028 (Debian bug 399271): fix code assuming that... |
blob | commitdiff | raw | diff to current |
| 2007-04-13 |
Joel Reicher | Change all chars being passed to the ctype macros ... |
blob | commitdiff | raw | diff to current |
| 2006-01-06 |
Josh Bressers | * patch #3968: Move the add() function from its own... |
blob | commitdiff | raw | diff to current |
| 2006-01-02 |
Josh Bressers | * patch #3967: Create a mh_xrealloc function to prevent... |
blob | commitdiff | raw | diff to current |
| 2006-01-02 |
Josh Bressers | * patch #3966: Create a mh_xmalloc function to prevent... |
blob | commitdiff | raw | diff to current |
| 2005-11-13 |
Peter Maydell | Fix buffer overrun in address parsing code (would only... |
blob | commitdiff | raw | diff to current |
| 2002-07-02 |
Ken Hornstein | Add/update copyright notice in all source code files. |
blob | commitdiff | raw | diff to current |
| 2000-05-12 |
Shantonu Sen | Moved zotnet/mf to sbr. |
blob | commitdiff | raw | diff to current |
|