| 2014-12-25 |
David Levine | Merged two adjacent if (verbose) blocks. |
blob | commitdiff | raw |
| 2014-09-06 |
David Levine | Check return values of system calls in uip/ and test... |
blob | commitdiff | raw | diff to current |
| 2014-03-06 |
Ken Hornstein | Put in check so "attach" is rejected when the draft... |
blob | commitdiff | raw | diff to current |
| 2014-03-06 |
Ken Hornstein | Prevent crash if editfile() is called and both "*ed... |
blob | commitdiff | raw | diff to current |
| 2014-01-28 |
David Levine | mhl() needs to set invo_name, too. |
blob | commitdiff | raw | diff to current |
| 2014-01-27 |
David Levine | WhatNow needs to set invo_name so that switches are... |
blob | commitdiff | raw | diff to current |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
blob | commitdiff | raw | diff to current |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
blob | commitdiff | raw | diff to current |
| 2014-01-25 |
David Levine | Replaced nearly all unlink(3) calls with m_unlink(). |
blob | commitdiff | raw | diff to current |
| 2014-01-25 |
David Levine | Replaced boilerplate at beginning of each nmh program... |
blob | commitdiff | raw | diff to current |
| 2014-01-23 |
Ken Hornstein | Try to suppress warnings from changes (but why is this... |
blob | commitdiff | raw | diff to current |
| 2014-01-23 |
Ken Hornstein | Whoops, forgot a newline. |
blob | commitdiff | raw | diff to current |
| 2014-01-23 |
Ken Hornstein | Merge branch 'mhbuild-always' |
blob | commitdiff | raw | diff to current |
| 2014-01-23 |
Ken Hornstein | Remove automimeproc functionality; it's redundant now. |
blob | commitdiff | raw | diff to current |
| 2014-01-22 |
Ken Hornstein | Convert whatnow over to using the new Attach header. |
blob | commitdiff | raw | diff to current |
| 2014-01-22 |
David Levine | Always check that mktemp()/mktemp2() succeeds before... |
blob | commitdiff | raw | diff to current |
| 2014-01-18 |
Ken Hornstein | Beginning of work to run mhbuild always. A bit more... |
blob | commitdiff | raw | diff to current |
| 2014-01-18 |
David Levine | Removed -a option from whatnow attach, in anticipation of |
blob | commitdiff | raw | diff to current |
| 2014-01-15 |
David Levine | Added check to get_file_info() in attach.c for failed... |
blob | commitdiff | raw | diff to current |
| 2014-01-12 |
David Levine | Added -v and -a switches to whatnow attach so the user... |
blob | commitdiff | raw | diff to current |
| 2014-01-05 |
David Levine | Fixed description of send -attach switch in whatnow... |
blob | commitdiff | raw | diff to current |
| 2014-01-05 |
David Levine | In whatnow help, don't show that detached can be abbrev... |
blob | commitdiff | raw | diff to current |
| 2014-01-03 |
Ken Hornstein | Garbage collect some Autoconf cruft that has been aroun... |
blob | commitdiff | raw | diff to current |
| 2013-05-01 |
David Levine | Applied what was done to uip/send.c in commit |
blob | commitdiff | raw | diff to current |
| 2013-04-20 |
David Levine | Refined commit 9b70e8396d50989db2177547515594bc15ee8b17... |
blob | commitdiff | raw | diff to current |
| 2013-04-14 |
David Levine | Moved #include of signal.h to h/signals.h. And it... |
blob | commitdiff | raw | diff to current |
| 2013-03-31 |
Ken Hornstein | Preliminary support for TLS negotiation at the very... |
blob | commitdiff | raw | diff to current |
| 2013-03-11 |
David Levine | Added check that writesomecmd() isn't at the end of... |
blob | commitdiff | raw | diff to current |
| 2013-02-22 |
Ken Hornstein | Merge branch 'format-test' |
blob | commitdiff | raw | diff to current |
| 2013-02-19 |
Ken Hornstein | Apply David Levine's fix from whomfile() to sendfile... |
blob | commitdiff | raw | diff to current |
| 2013-02-19 |
David Levine | Removed addition of whomproc to the vec array in whomfile() |
blob | commitdiff | raw | diff to current |
| 2013-02-13 |
Ken Hornstein | Remove support for -mail, -saml, -send, and -soml switc... |
blob | commitdiff | raw | diff to current |
| 2013-02-12 |
Ken Hornstein | Final conversion to new argsplit() code. |
blob | commitdiff | raw | diff to current |
| 2013-02-07 |
Ken Hornstein | More conversion to argsplit(). |
blob | commitdiff | raw | diff to current |
| 2013-02-02 |
David Levine | The Solaris compiler was right about unreachable statem... |
blob | commitdiff | raw | diff to current |
| 2013-02-01 |
Ken Hornstein | Finally switch over from vfork() to fork() completely. |
blob | commitdiff | raw | diff to current |
| 2013-02-01 |
Lyndon Nerenberg | Merge branch 'master' into savannah |
blob | commitdiff | raw | diff to current |
| 2013-01-31 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
blob | commitdiff | raw | diff to current |
| 2013-01-29 |
Ken Hornstein | Switch the editor invocation over to use argsplit(). |
blob | commitdiff | raw | diff to current |
| 2013-01-27 |
David Levine | Merge branch 'm_getfld' |
blob | commitdiff | raw | diff to current |
| 2013-01-23 |
David Levine | Changed m_getfld() to automatically allocate a new... |
blob | commitdiff | raw | diff to current |
| 2013-01-21 |
Ken Hornstein | Merge branch 'master' into format-test |
blob | commitdiff | raw | diff to current |
| 2013-01-21 |
David Levine | Removed the static m_getfld() state instance and replaced |
blob | commitdiff | raw | diff to current |
| 2013-01-18 |
David Levine | Removed all traces of m_getfld() FLDEOF and BODYEOF... |
blob | commitdiff | raw | diff to current |
| 2013-01-15 |
Ken Hornstein | Support the VISUAL and EDITOR environment variables... |
blob | commitdiff | raw | diff to current |
| 2013-01-10 |
Ken Hornstein | Convert all argument processing over to using X-Macros... |
blob | commitdiff | raw | diff to current |
| 2012-12-22 |
David Levine | Changed bufsz argument of m_getfld() to be in-out inste... |
blob | commitdiff | raw | diff to current |
| 2012-12-03 |
David Levine | Fix to 25581a94c5113eb78b2baf7110408df96efc4418: always... |
blob | commitdiff | raw | diff to current |
| 2012-09-16 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh |
blob | commitdiff | raw | diff to current |
| 2012-09-16 |
David Levine | Added "-d --" to invocation of ls when figuring out... |
blob | commitdiff | raw | diff to current |
| 2012-09-15 |
David Levine | Changed ; to && in shell command, per Ralph's suggestio... |
blob | commitdiff | raw | diff to current |
| 2012-09-15 |
David Levine | Allow whatnow to accept "l" as an abbreviation for... |
blob | commitdiff | raw | diff to current |
| 2012-07-22 |
Alexander Zangerl | whatnow cooks up strings for executing external command... |
blob | commitdiff | raw | diff to current |
| 2012-07-21 |
David Levine | Added -messageid switch to send(1) and post(8). This... |
blob | commitdiff | raw | diff to current |
| 2012-07-12 |
David Levine | Added -mts switch to post, send, and whom. Replaced... |
blob | commitdiff | raw | diff to current |
| 2012-06-13 |
Alexander Zangerl | Changed remaining uses of MAXPATHLEN to PATH_MAX. |
blob | commitdiff | raw | diff to current |
| 2012-06-07 |
David Levine | Removed the following environment variables, deprecated... |
blob | commitdiff | raw | diff to current |
| 2012-06-07 |
David Levine | Changed exit status of each nmh command's -version... |
blob | commitdiff | raw | diff to current |
| 2012-04-20 |
Ken Hornstein | Implment -noatfile in a different way; it turns out... |
blob | commitdiff | raw | diff to current |
| 2012-03-21 |
Ken Hornstein | Support for readline command history, editing, and... |
blob | commitdiff | raw | diff to current |
| 2012-03-17 |
David Levine | Removed some unused code having to do with permissions... |
blob | commitdiff | raw | diff to current |
| 2012-03-16 |
Ken Hornstein | Make -attach Nmh-Attachment & -attachformat 1 the default. |
blob | commitdiff | raw | diff to current |
| 2012-03-12 |
Ken Hornstein | Add support for a -notls switch, for consistency's... |
blob | commitdiff | raw | diff to current |
| 2012-02-28 |
Ken Hornstein | Add support for -nosasl and -saslmaxssf switches. |
blob | commitdiff | raw | diff to current |
| 2012-01-17 |
David Levine | Well the wrap of vfork() calls didn't work: its semant... |
blob | commitdiff | raw | diff to current |
| 2012-01-17 |
David Levine | Wrapped setjmp(), sigsetjmp(), and vfork() calls to... |
blob | commitdiff | raw | diff to current |
| 2012-01-14 |
David Levine | Fixed warnings from gcc -Wclobbered by adding volatile... |
blob | commitdiff | raw | diff to current |
| 2012-01-11 |
Ken Hornstein | Fix two errors in the conversion to m_mktemp2(): |
blob | commitdiff | raw | diff to current |
| 2012-01-07 |
David Levine | Merge branch 'fileproc_mhlproc_to_post' |
blob | commitdiff | raw | diff to current |
| 2012-01-06 |
Ken Hornstein | Move definition of LINK to mh header file, and garbage... |
blob | commitdiff | raw | diff to current |
| 2012-01-05 |
Ken Hornstein | Garbage collect all of the old UCI #ifdef'd code. |
blob | commitdiff | raw | diff to current |
| 2012-01-05 |
David Levine | Feed fileproc and mhlproc from rcvdist, send, and whatn... |
blob | commitdiff | raw | diff to current |
| 2012-01-05 |
David Levine | Feed fileproc and mhlproc from rcvdist, send, whatnow... |
blob | commitdiff | raw | diff to current |
| 2010-12-08 |
David Levine | * uip/whatnowsbr.c: enforce requirement of at least... |
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 |
| 2010-11-19 |
Ken Hornstein | (Minor) cleanup of some of the autoconf code with respe... |
blob | commitdiff | raw | diff to current |
| 2010-02-04 |
Earl Hood | * Bug #15213, #18635: The use of the insecure m_scratch... |
blob | commitdiff | raw | diff to current |
| 2009-01-21 |
Ken Hornstein | Fix warning in getaddrinfo() call. |
blob | commitdiff | raw | diff to current |
| 2009-01-16 |
Ken Hornstein | Massive overhaul of networking code. Changes: |
blob | commitdiff | raw | diff to current |
| 2008-08-03 |
Peter Maydell | bug #23319: rework the way we handle the working direct... |
blob | commitdiff | raw | diff to current |
| 2008-05-22 |
Peter Maydell | Factor out common code for writing ls shell command... |
blob | commitdiff | raw | diff to current |
| 2006-02-21 |
David Levine | * h/mh.h, h/prototypes.h, uip/mhbuildsbr.c, uip/send.c, |
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-12-12 |
Jon Steinhart | Fixed annotate call for new delete argument values. |
blob | commitdiff | raw | diff to current |
| 2002-08-19 |
Jon Steinhart | Added an improved user interface for sending messages... |
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-07-07 |
Kimmo Suominen | SASL support from Ken Hornstein <kenh@cmf.nrl.navy... |
blob | commitdiff | raw | diff to current |
| 2000-02-04 |
Dan Harkless | Whoever originally added the -help switch to all the... |
blob | commitdiff | raw | diff to current |
| 1999-07-16 |
Dan Harkless | Eliminated compilation warnings. |
blob | commitdiff | raw | diff to current |
| 1999-04-30 |
Doug Morris | Initial revision |
blob | commitdiff | raw | diff to current |
|