Don't allow blind aliases with sendmail/pipe mts. Before this change,
[mmh] / uip /
2012-03-11 David LevineThere were two fd leaks in mhparse.c:
2012-03-09 David LevineFixed mhlist -verbose to work with all content types...
2012-03-07 David LevineRemoved all traces of rmfproc. It had been used by...
2012-03-07 David LevineInitialized local wasdlm to prevent uninitialized use.
2012-03-05 Ken HornsteinFix burst so it actually complies with RFC 934. This...
2012-03-03 David Levinemhbuild -check would always fail because it tried to...
2012-03-01 David LevineInitialized local msgnum to 0.
2012-02-29 Ken HornsteinFix a segfault that happens when using the -file option.
2012-02-29 Ken Hornsteindist(1) now processes drafts using mh-format! The...
2012-02-29 Ken HornsteinAdd support for %(msg) function working when not using...
2012-02-29 Ken HornsteinPart of the patch from bug #4301; clean up our prototyp...
2012-02-28 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-02-28 David LevineRemoved blank line after "End of Forwarded Message...
2012-02-28 Ken HornsteinFix bug #1466. It turns out that RFC 934 specifies...
2012-02-28 Ken HornsteinAdd support for -nosasl and -saslmaxssf switches.
2012-02-27 Ken HornsteinMake -volume switch actually work (it always got overri...
2012-02-26 David LevineChanged type of a local to unsigned and removed local...
2012-02-26 Ken HornsteinFinally, some support for mh-format when using forw...
2012-02-21 Ken HornsteinAdd support for a -subject switch to comp.
2012-02-20 David LevineRemoved unused local ncomps because gcc complained...
2012-02-20 Ken HornsteinAdd support for "to", "cc", "from", and "fcc" component...
2012-02-18 David LevineInitialized local "in" to suppress gcc warning about...
2012-02-17 Ken HornsteinBeginning support for mh-format support in comp(1)...
2012-02-17 David LevineAdded a couple of NMH_UNUSED's to suppress warnings...
2012-02-12 Ken HornsteinAnother problem discovered by the test suite.
2012-02-12 Paul Foxmhshow: suppress pause actions if stdout isn't a tty
2012-02-07 David LevineCaught by the test suite: sequences[0] needs to be...
2012-02-04 Ken HornsteinChange LocalName() to take an argument (about whether...
2012-02-03 Ken HornsteinConvert from the poorly-named and confusing adrsprintf...
2012-02-01 David LevineAdded #includes to pick up declaration of waitpid()
2012-01-31 Ken HornsteinWhoops, I need to make sure the buffer I pass to putcom...
2012-01-31 Ken HornsteinAdd support for calling an external format program...
2012-01-28 Ken HornsteinCreate "nowrap" flag to turn off all line wrapping.
2012-01-28 David LevineChanged a variable to unsigned and noted an argument...
2012-01-27 Ken HornsteinMake POP support always be turned on.
2012-01-26 David LevineRemoved unused local bp.
2012-01-26 lyndonuip/termsbr.c: remove references to PC and ospeed().
2012-01-20 Ken HornsteinConvert the build system over to the use of Automake.
2012-01-17 David LevineWell the wrap of vfork() calls didn't work: its semant...
2012-01-17 Ken HornsteinConvert from utmp functions to utmpx functions (which...
2012-01-17 David LevineWrapped setjmp(), sigsetjmp(), and vfork() calls to...
2012-01-17 David LevineAdded EXEEXT support, for Cygwin.
2012-01-16 David LevineFixed build on Cygwin by adding configure check for...
2012-01-14 David LevineFixed warnings from gcc -Wclobbered by adding volatile...
2012-01-14 David LevineChanged types and added casts so that build is clean...
2012-01-14 David Levinegcc -Wmissing-field-initializers noticed several struct...
2012-01-13 David LevineAdded NMH_UNUSED macro for suppressing warnings about...
2012-01-13 Ken HornsteinCreate two new mh-format functions: %(putlit) and ...
2012-01-12 David LevineEnabled support for tls switch.
2012-01-12 David LevineRemoved unsupported format and check switches, and...
2012-01-12 David LevineRemoved, or added use of, unused macros to prevent...
2012-01-11 David LevineRemoved or protected some unused macros.
2012-01-11 David LevineAdded #include <grp.h>. It's needed on Linux, should...
2012-01-11 Ken HornsteinCompletely remove the use of TIME_WITH_SYS_TIME (I...
2012-01-11 Ken HornsteinFix two errors in the conversion to m_mktemp2():
2012-01-09 Ken HornsteinRemove OS-specific defines. As part of it, remove...
2012-01-09 Ken HornsteinGarbage collect autoconf support for checking for the...
2012-01-09 Ken HornsteinWe are making POSIX signal support a requirement; remov...
2012-01-09 Ken HornsteinSwitch from using RETSIGTYPE via autoconf to void,...
2012-01-08 David Levinegcc -Wempty-body warned that the check of the result...
2012-01-08 David LevineRemoved hard-coded -I.. and -I../.. from INCLUDES,...
2012-01-07 David LevineAdded Content-Description header with the filename...
2012-01-07 David LevineMerge branch 'fileproc_mhlproc_to_post'
2012-01-06 Ken HornsteinMove definition of LINK to mh header file, and garbage...
2012-01-06 Ken HornsteinGarbage collect all of the builtin ftp client support.
2012-01-06 Ken HornsteinGarbage-collect SLOCAL_MBOX (and make it the default).
2012-01-06 Ken HornsteinGarbage-collect RPATHS support.
2012-01-06 Ken HornsteinRemove DBMPWD, make it the default.
2012-01-06 David LevineFixed trivial compile warnings.
2012-01-05 Ken HornsteinGarbage collect all of the old UCI #ifdef'd code.
2012-01-05 David LevineFeed fileproc and mhlproc from rcvdist, send, and whatn...
2012-01-05 Ken HornsteinBring in all of the mh-e support that is actually used...
2012-01-05 David LevineFeed fileproc and mhlproc from rcvdist, send, whatnow...
2012-01-04 Lyndon NerenbergRemove #ifdef around use of sigsetjmp().
2012-01-04 Lyndon NerenbergClean up process wait to use POSIX waitpid() interface.
2012-01-04 Lyndon NerenbergReplace <arpa/ftp.h> with "h/arpa_ftp.h".
2012-01-04 Lyndon NerenbergRemove HAVE_ARPA_FTP_H and arpa/ftp.h references.
2012-01-04 Lyndon NerenbergIgnore OSPEED/ospeed in termcap. Nothing current should...
2012-01-04 Lyndon NerenbergCollapse termio/termios/sgtty terminal interface code...
2012-01-04 Lyndon NerenbergEliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs.
2011-12-25 David LevineRemoved unused vmh.c and wmh.c.
2011-12-25 David LevineChanged second argument of calls to part_ok() and type_...
2011-12-12 Ken HornsteinMake sure to not reset hghnum (in the Maildir code...
2011-12-11 David LevineRemoved unused local variables to eliminate warnings...
2011-12-07 David MaloneAdd support to inc for incorporting email from Maildir...
2011-04-13 Ken HornsteinWhoops, user & port were in the wrong order so msgchk... mmh-start
2010-12-21 Peter MaydellClean up code in inc.c
2010-12-20 Peter MaydellFix used-uninitialised warning in new.c
2010-12-20 Peter MaydellFix crash if fnext/fprev are given an empty folder...
2010-12-16 Oliver Kiddlefix badly formatted code found by Markus Schnalke
2010-12-15 Scott Snyderpropagate and check return status of close() in slocal
2010-12-14 Oliver Kiddleswitches need to be renumbered following removal of...
2010-12-09 Ken HornsteinMassive garbage collection. Remove functionality for...
2010-12-08 David Levine * uip/whatnowsbr.c: enforce requirement of at least...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-12-03 Ken HornsteinUpdate for git conversions (and cleanup of autogen...
2010-11-19 Ken Hornstein(Minor) cleanup of some of the autoconf code with respe...
2010-08-31 David Levine * uip/.cvsignore: added "new". PRE_POSIX_CONVERSION
2010-02-06 Earl Hood#ifdef AI_ADDRCONFIG since older IPv4-only systems...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
next