| 2017-11-12 |
Ralph Corderoy | pidstatus.c: Move interface to own file. |
blob | commitdiff | raw |
| 2017-11-12 |
Ralph Corderoy | print_version.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | print_help.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-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 | nmh_init(): Replace integer parameter with two bools. |
blob | commitdiff | raw | diff to current |
| 2017-10-30 |
Ralph Corderoy | Replace adios(NULL, ...) with die(...). |
blob | commitdiff | raw | diff to current |
| 2017-10-30 |
Ralph Corderoy | Replace printf(3) with fputs(3) where possible. |
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 | Remove more outer wrapping parenthesis from return... |
blob | commitdiff | raw | diff to current |
| 2017-09-12 |
Ralph Corderoy | Replace `return (0)' and similar with `return 0'. |
blob | commitdiff | raw | diff to current |
| 2017-09-12 |
Ralph Corderoy | Hoick FENDNULL(key) out of the search loop. |
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-09-08 |
Ken Hornstein | Send a QUIT instead of RSET at session end when doing... |
blob | commitdiff | raw | diff to current |
| 2017-08-27 |
Ralph Corderoy | Add gcc's pure function attribute. |
blob | commitdiff | raw | diff to current |
| 2017-08-27 |
Ralph Corderoy | Add die(fmt, ...). Equivalent to adios(NULL, fmt,... |
blob | commitdiff | raw | diff to current |
| 2017-08-26 |
Ralph Corderoy | Add more NORETURN and CHECK_PRINTF function attributes. |
blob | commitdiff | raw | diff to current |
| 2017-08-23 |
Ralph Corderoy | Don't need to `else' after done() at end of then-block. |
blob | commitdiff | raw | diff to current |
| 2017-08-23 |
Ralph Corderoy | Don't need to `else' after adios() at end of then-block. |
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-01 |
Ken Hornstein | Merge branch 'fix-post-bcc' |
blob | commitdiff | raw | diff to current |
| 2017-07-25 |
Ken Hornstein | Finished implementation, but tests need to be written. |
blob | commitdiff | raw | diff to current |
| 2017-06-23 |
Ken Hornstein | Start of work to fix lack of address rewriting for bcc |
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-23 |
Ralph Corderoy | Replace some "FALLTHRU" comments with control flow. |
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_mktemp.h: Move remaining prototypes from h/protot... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
David Levine | Have post(1) report name of fileproc if it fails. |
blob | commitdiff | raw | diff to current |
| 2017-05-14 |
Ralph Corderoy | Use new PLURALS(n) macro instead of variety of tests. |
blob | commitdiff | raw | diff to current |
| 2017-05-13 |
Ralph Corderoy | Add FENDNULL(s): fends off NULL by giving an empty... |
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 | uip/post.c: Don't bother naming `struct oauth_profile'. |
blob | commitdiff | raw | diff to current |
| 2017-04-17 |
Ralph Corderoy | Fix post's die() to save errno before unlink(2)ing. |
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-12-10 |
Ralph Corderoy | Rename recently added TrimSuffixC() to trim_suffix_c(). |
blob | commitdiff | raw | diff to current |
| 2016-11-13 |
Ralph Corderoy | Replace many add(s, NULL) with mh_xstrdup(s). |
blob | commitdiff | raw | diff to current |
| 2016-11-02 |
Ken Hornstein | Add support for certificate verification when using... |
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-30 |
Ralph Corderoy | Replace strlen(foo) > 0 with *foo. |
blob | commitdiff | raw | diff to current |
| 2016-10-30 |
Ralph Corderoy | Replace printf("...\n") with puts("..."). |
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-19 |
Ralph Corderoy | Replace strchr() condition with TrimSuffixC(). |
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-06 |
David Levine | Moved scan_input() from uip/post.c to sbr/utils.c. |
blob | commitdiff | raw | diff to current |
| 2016-10-06 |
David Levine | Merge branch 'welcome' |
blob | commitdiff | raw | diff to current |
| 2016-10-06 |
David Levine | Enable SMTP 8BITMIME for messages with 8-bit content: |
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 | Replace profile-based hack to allow getname() to handle... |
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 |
Ken Hornstein | Merge branch 'pop-tls' |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
David Levine | Added SMTPUTF8 (RFC 6531) support: |
blob | commitdiff | raw | diff to current |
| 2016-09-22 |
Ken Hornstein | Okay, fixed a few more things. Almost there? |
blob | commitdiff | raw | diff to current |
| 2016-09-11 |
Ken Hornstein | Remove the unused argument from mts_init() (as far... |
blob | commitdiff | raw | diff to current |
| 2016-09-06 |
Ken Hornstein | Merge branch 'xoauth' |
blob | commitdiff | raw | diff to current |
| 2016-09-06 |
Ken Hornstein | Change things so if -authservice wasn't given, throw... |
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-20 |
Ken Hornstein | Retrieve appropriate profile entries and pass them... |
blob | commitdiff | raw | diff to current |
| 2016-08-18 |
Ken Hornstein | Start of adding arguments for transmitting OAuth parame... |
blob | commitdiff | raw | diff to current |
| 2016-08-17 |
Ken Hornstein | Start of adding arguments for transmitting OAuth parame... |
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-06-26 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-03-25 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-03-24 |
David Levine | Changed sign of minchars for the SASL-related switches... |
blob | commitdiff | raw | diff to current |
| 2016-03-24 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-03-24 |
David Levine | Replaced -oauth service switch with -saslmech xoauth2 |
blob | commitdiff | raw | diff to current |
| 2016-03-18 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-03-13 |
David Levine | Merge branch 'master' into xoauth |
blob | commitdiff | raw | diff to current |
| 2015-08-21 |
Leonardo Taccari | Add support for the -sendmail flag to send/post, to... |
blob | commitdiff | raw | diff to current |
| 2014-12-09 |
Eric Gillespie | Implement OAuth 2.0 [1] for XOAUTH2 in SMTP [2] and... |
blob | commitdiff | raw | diff to current |
| 2014-09-13 |
David Levine | Fixed all anomalies detected by clang static analyzer... |
blob | commitdiff | raw | diff to current |
| 2014-07-09 |
David Levine | If the user didn't specify any of the tls switches... |
blob | commitdiff | raw | diff to current |
| 2014-07-03 |
Lyndon Nerenberg | Note that post uses the submission port now. |
blob | commitdiff | raw | diff to current |
| 2014-04-18 |
Ken Hornstein | Remove -queue support to post; it is now officially... |
blob | commitdiff | raw | diff to current |
| 2014-03-07 |
David Levine | Removed declaration of unused sm_reply from post.c. |
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 | 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-21 |
David Levine | Replaced use of m_mktemp() with m_mktemp2() so that... |
blob | commitdiff | raw | diff to current |
| 2014-01-20 |
Ken Hornstein | Remove the --disable-locale configure option and make... |
blob | commitdiff | raw | diff to current |
| 2013-12-05 |
Ken Hornstein | Garbage collect "normalize". |
blob | commitdiff | raw | diff to current |
| 2013-12-04 |
Ken Hornstein | Merge branch 'encode-rfc2047' |
blob | commitdiff | raw | diff to current |
| 2013-12-02 |
Ken Hornstein | Remove code to set the signature buffer; it turns out... |
blob | commitdiff | raw | diff to current |
| 2013-10-28 |
Ken Hornstein | Fix up warnings reported by LLVM. |
blob | commitdiff | raw | diff to current |
| 2013-05-04 |
David Levine | Replaced raw hack to add the credentials profile entry... |
blob | commitdiff | raw | diff to current |
| 2013-04-23 |
David Levine | Completed commit 52a236230220232fd632b5aa88eb9bb31dba34... |
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 |
| next |