| 2017-02-27 |
David Levine | Added /* FALLTHRU */ comments where gcc 7 noticed their... |
blob | commitdiff | raw |
| 2016-10-30 |
Ralph Corderoy | fgets() reserves space for the NUL itself. |
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-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
blob | commitdiff | raw | diff to current |
| 2016-10-19 |
Ralph Corderoy | Put, rather than print, single characters. |
blob | commitdiff | raw | diff to current |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
blob | commitdiff | raw | diff to current |
| 2016-10-17 |
Ralph Corderoy | Deference char pointer to test for empty string instead... |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Use mh_xstrdup() instead of getcpy() for a string constant. |
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-24 |
David Levine | Removed send and post -eai switches. Instead, post... |
blob | commitdiff | raw | diff to current |
| 2016-09-24 |
David Levine | Renamed mhbuild -headerencoding 8bit to utf-8. |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
David Levine | Added SMTPUTF8 (RFC 6531) support: |
blob | commitdiff | raw | diff to current |
| 2016-09-06 |
David Levine | Added some NMH_UNUSED's to prevent compile warnings... |
blob | commitdiff | raw | diff to current |
| 2016-09-06 |
David Levine | Protected call of mh_oauth_do_xoauth() with #ifdef... |
blob | commitdiff | raw | diff to current |
| 2016-09-06 |
David Levine | Protected use of setup_oauth_params() with #ifdef OAUTH... |
blob | commitdiff | raw | diff to current |
| 2016-09-06 |
Ken Hornstein | Merge branch 'xoauth' |
blob | commitdiff | raw | diff to current |
| 2016-09-05 |
Ken Hornstein | Fix up a few minor nits to make OAuth2 (finally!) work... |
blob | commitdiff | raw | diff to current |
| 2016-08-21 |
David Levine | Check result of setup_oauth_params() for != OK instead... |
blob | commitdiff | raw | diff to current |
| 2016-08-21 |
Ken Hornstein | Very close, but it doesn't passes the tests just yet. |
blob | commitdiff | raw | diff to current |
| 2016-08-20 |
Ken Hornstein | Retrieve appropriate profile entries and pass them... |
blob | commitdiff | raw | diff to current |
| 2016-07-08 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-07-08 |
David Levine | Added Envelope-From and Sender support to sendfrom. |
blob | commitdiff | raw | diff to current |
| 2016-07-05 |
David Levine | Moved sendfrom code from contrib into send(1). |
blob | commitdiff | raw | diff to current |
| 2016-07-05 |
David Levine | Moved sendfrom code from contrib into send(1). |
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 |
| 2016-03-13 |
David Levine | Merge branch 'master' into xoauth |
blob | commitdiff | raw | diff to current |
| 2015-03-07 |
Ken Hornstein | Rearrange all callers of post(8) so that the filename... |
blob | commitdiff | raw | diff to current |
| 2014-09-06 |
David Levine | Check return values of system calls in uip/ and test... |
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 | Added unregister_for_removal(0) calls to the couple... |
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-24 |
Ken Hornstein | Switch from volatile char * to the more correct char... |
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 | Merge branch 'mhbuild-always' |
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-19 |
Ken Hornstein | Add support for not outputting any MIME headers when... |
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-05 |
David Levine | Moved the functions that implement whatnow attach from |
blob | commitdiff | raw | diff to current |
| 2013-12-22 |
David Levine | file --mime on OpenBSD returns strings such as "text... |
blob | commitdiff | raw | diff to current |
| 2013-12-22 |
David Levine | Whooops, gcc on OpenBSD noticed a nasty in the last... |
blob | commitdiff | raw | diff to current |
| 2013-12-22 |
David Levine | With whatnow attach, determine the content MIME type... |
blob | commitdiff | raw | diff to current |
| 2013-12-22 |
David Levine | Increased size of file command buffer in make_mime_comp... |
blob | commitdiff | raw | diff to current |
| 2013-12-11 |
David Levine | Removed a bunch of unreachable break statements found by |
blob | commitdiff | raw | diff to current |
| 2013-10-06 |
David Levine | The Content-Disposition type needs to be "inline" for... |
blob | commitdiff | raw | diff to current |
| 2013-06-30 |
David Levine | Removed exit() after a longjmp() in uip/sendsbr.c to... |
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-24 |
David Levine | More replacements of mh_strcasecmp() with strcasecmp(). |
blob | commitdiff | raw | diff to current |
| 2013-03-21 |
Ken Hornstein | Merge branch 'newlock' |
blob | commitdiff | raw | diff to current |
| 2013-03-18 |
Ken Hornstein | Add code for (and convert world to) the new world lock... |
blob | commitdiff | raw | diff to current |
| 2013-02-22 |
Ken Hornstein | Merge branch 'format-test' |
blob | commitdiff | raw | diff to current |
| 2013-02-07 |
Ken Hornstein | More conversion to argsplit(). |
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-30 |
Ken Hornstein | More changes to use argsplit() for helper programs. |
blob | commitdiff | raw | diff to current |
| 2013-01-29 |
David Levine | Added m_getfld_track_filepos() for callers to indicate... |
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 |
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 |
| 2012-12-22 |
David Levine | Changed bufsz argument of m_getfld() to be in-out inste... |
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-14 |
David Levine | Added check in send(1) of attach (default Nmh-Attachmen... |
blob | commitdiff | raw | diff to current |
| 2012-08-09 |
David Levine | Added default_content_type argument to |
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-06-13 |
Alexander Zangerl | Changed remaining uses of MAXPATHLEN to PATH_MAX. |
blob | commitdiff | raw | diff to current |
| 2012-05-07 |
David Levine | Fixed some more problems caught by gcc -ansi -pedantic. |
blob | commitdiff | raw | diff to current |
| 2012-04-12 |
David Levine | Undid wrapping of setjmp() and sigsetjmp() of |
blob | commitdiff | raw | diff to current |
| 2012-03-16 |
Ken Hornstein | Call readconfig() on mhn.defaults so we get default... |
blob | commitdiff | raw | diff to current |
| 2012-02-04 |
Ken Hornstein | Change LocalName() to take an argument (about whether... |
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 | Completely remove the use of TIME_WITH_SYS_TIME (I... |
blob | commitdiff | raw | diff to current |
| 2012-01-09 |
Ken Hornstein | We are making POSIX signal support a requirement; remov... |
blob | commitdiff | raw | diff to current |
| 2012-01-07 |
David Levine | Added Content-Description header with the filename... |
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-02-04 |
Earl Hood | * Bug #15213, #18635: The use of the insecure m_scratch... |
blob | commitdiff | raw | diff to current |
| 2008-06-02 |
Peter Maydell | When building on gcc, use noreturn attribute on adios... |
blob | commitdiff | raw | diff to current |
| 2007-11-04 |
Joel Reicher | Return type of (*done)() changed to void. default_done... |
blob | commitdiff | raw | diff to current |
| 2007-11-04 |
Joel Reicher | Change link-time overriding of done() to run-time reass... |
blob | commitdiff | raw | diff to current |
| 2007-03-21 |
Peter Maydell | bug #18630, #18631, #18632, #18634: various patches... |
blob | commitdiff | raw | diff to current |
| 2006-10-24 |
David Levine | * uip/sendsbr.c: with attachformat values of 1 or 2... |
blob | commitdiff | raw | diff to current |
| 2006-03-30 |
David Levine | * uip/sendsbr.c: with attachformat values of 1 or 2... |
blob | commitdiff | raw | diff to current |
| 2006-03-08 |
Josh Bressers | * (mh_strcasecmp): Rename the private strcasecmp functi... |
blob | commitdiff | raw | diff to current |
| 2006-02-25 |
David Levine | * uip/sendsbr.c: replaced st_mtim with st_mtime, that... |
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 #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-12-12 |
Josh Bressers | * uip/sendsbr.c (annoaux): Fix the call to annotate() |
blob | commitdiff | raw | diff to current |
| 2004-10-12 |
Jon Steinhart | Fixed bug that caused anno to mangle headers. |
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 |
| 1999-09-12 |
Doug Morris | Lots of little code cleanups to prevent warnings -... |
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 |
|