Use the same mh_hostname() function from test/common.h in mhsign(1)
[mmh] / sbr / fmt_rfc2047.c
2016-08-12 Philipp Takacsfix bug in decode_rfc2047()
2016-03-25 m@mmmmarascio.xyzReplace free() with mh_free0()
2016-03-25 m@mmmmarascio.xyzremove unnecessary casts
2016-03-17 m@mmmmarascio.xyzReplace mh_xmalloc() with mh_xcalloc()
2015-01-14 markus schnalkeCleanup of code layout only
2012-04-30 markus schnalkeRework in charset code. (Includes renaming.)
2011-11-01 markus schnalkeRemoved the space between function names and the openin...
2011-10-31 markus schnalkeReformated comments and long lines
2011-10-07 markus schnalkeRemoved unneeded sbr code.
2011-10-07 markus schnalkeRearranged whitespace (and comments) in all the code!
2010-12-20 Peter MaydellFix used-uninitialised warning in fmt_rfc2047.c
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2006-03-09 Josh Bressers* sbr/fmt_rfc2047.c (decode_rfc2047): Don't close the...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-03-05 Oliver Kiddleand close iconv handle if encoded block empty
2006-03-05 Oliver Kiddledon't try to malloc 0 bytes if an RFC2047 encoded block...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2005-11-06 Peter MaydellFix various buffer overruns in fmt_scan.c; the bulk...
2005-02-23 Oliver Kiddleuse iconv to convert RFC-2047 encoded headers to the...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
1999-04-30 Doug MorrisInitial revision