| 2017-11-12 |
Ralph Corderoy | cpydgst.c: Move interface to own file. |
blob | commitdiff | raw |
| 2017-11-12 |
Ralph Corderoy | trimcpy.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | uprf.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | getcpy.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | m_convert.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | m_backup.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | folder_read.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | folder_free.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | context_find.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | brkstring.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | pidstatus.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | arglist.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | Use #include with `""' for including nmh's source. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | error.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-02 |
Ralph Corderoy | Don't have `static' of a function definition on its... |
blob | commitdiff | raw | diff to current |
| 2017-11-02 |
Ralph Corderoy | Move the opening brace of a C function to its own line. |
blob | commitdiff | raw | diff to current |
| 2017-11-01 |
Ralph Corderoy | uip: Replace some ints that are only ever 0 or 1 with... |
blob | commitdiff | raw | diff to current |
| 2017-10-30 |
Ralph Corderoy | uip: Replace some ints that are only ever 0 or 1 with... |
blob | commitdiff | raw | diff to current |
| 2017-10-30 |
Ralph Corderoy | Replace adios(NULL, ...) with die(...). |
blob | commitdiff | raw | diff to current |
| 2017-09-23 |
Ralph Corderoy | Stop failed m_mktemp2() that give directory reporting... |
blob | commitdiff | raw | diff to current |
| 2017-09-21 |
Ralph Corderoy | Detect function-pointer `done' being set twice in a... |
blob | commitdiff | raw | diff to current |
| 2017-09-18 |
Ralph Corderoy | Replace `_exit(-1)' with `_exit(1)'. |
blob | commitdiff | raw | diff to current |
| 2017-09-12 |
Ralph Corderoy | mh_oauth_cred_fn()'s return value no longer needs dupli... |
blob | commitdiff | raw | diff to current |
| 2017-09-11 |
Ralph Corderoy | Delete mh_xfree(), changing callers to call free(3... |
blob | commitdiff | raw | diff to current |
| 2017-09-09 |
Ralph Corderoy | Refer to #include files from the root of nmh's source. |
blob | commitdiff | raw | diff to current |
| 2017-09-09 |
Ralph Corderoy | Only call fork(2) once, not up to five times on failure. |
blob | commitdiff | raw | diff to current |
| 2017-08-22 |
Ralph Corderoy | Reformat else-if that are split over two or more lines... |
blob | commitdiff | raw | diff to current |
| 2017-08-13 |
Ralph Corderoy | m_getfld() et al: Replace with m_getfld2(), etc., in... |
blob | commitdiff | raw | diff to current |
| 2017-08-09 |
Ralph Corderoy | Silence more gcc format-string warnings. |
blob | commitdiff | raw | diff to current |
| 2017-06-01 |
David Levine | Fixed double fclose(). |
blob | commitdiff | raw | diff to current |
| 2017-05-25 |
Ralph Corderoy | Don't cast lseek(2)'s offset to off_t when it's 0. |
blob | commitdiff | raw | diff to current |
| 2017-05-16 |
Ralph Corderoy | sbr/message_id.c: Move duplicate prototypes to new... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | sbr/m_maildir.c: Move prototypes from h/prototypes... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | sbr/m_mktemp.h: Move remaining prototypes from h/protot... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | Match `NORETURN' function prototypes by adding it to... |
blob | commitdiff | raw | diff to current |
| 2017-05-07 |
Ralph Corderoy | Make many m_getfld() buffer parameters NMH_BUFSIZ big. |
blob | commitdiff | raw | diff to current |
| 2017-04-28 |
Ralph Corderoy | Fix spelling in C comments. |
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-17 |
Ralph Corderoy | Change admonish(NULL, "foo") to inform("foo, continuing... |
blob | commitdiff | raw | diff to current |
| 2017-04-17 |
Ralph Corderoy | Replace advise(NULL, fmt, ...) with inform(fmt, ...). |
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-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 |
| next |