| 2016-10-06 |
David Levine | Merge branch 'welcome' |
tree | commitdiff |
| 2016-10-06 |
David Levine | Enable SMTP 8BITMIME for messages with 8-bit content: |
tree | commitdiff |
| 2016-09-26 |
David Levine | Merge remote-tracking branch 'origin' into smtputf8 |
tree | commitdiff |
| 2016-09-25 |
David Levine | Merge remote-tracking branch 'origin' into smtputf8 |
tree | commitdiff |
| 2016-09-23 |
Ken Hornstein | Merge branch 'pop-tls' |
tree | commitdiff |
| 2016-09-23 |
Ken Hornstein | Switch decodeBase64() second argument to an unsigned... |
tree | commitdiff |
| 2016-09-23 |
David Levine | Added SMTPUTF8 (RFC 6531) support: |
tree | commitdiff |
| 2016-09-23 |
Ken Hornstein | Switched to "server" instead of "client" for SASL remot... |
tree | commitdiff |
| 2016-09-22 |
Ken Hornstein | Garbage collect unused code. |
tree | commitdiff |
| 2016-09-22 |
Ken Hornstein | Add the SASL callback; things work now! |
tree | commitdiff |
| 2016-09-22 |
Ken Hornstein | I had forgotten that nesec_set_tls() has to be called... |
tree | commitdiff |
| 2016-09-22 |
Ken Hornstein | Alright, things compile now, but don't link yet; need... |
tree | commitdiff |
| 2016-09-22 |
Ken Hornstein | Okay, fixed a few more things. Almost there? |
tree | commitdiff |
| 2016-09-21 |
Ken Hornstein | Shuffle some stuff around, change some prototypes,... |
tree | commitdiff |
| 2016-09-06 |
David Levine | Added some NMH_UNUSED's to prevent compile warnings... |
tree | commitdiff |
| 2016-09-06 |
David Levine | Protected call of mh_oauth_do_xoauth() with #ifdef... |
tree | commitdiff |
| 2016-09-06 |
Ken Hornstein | Merge branch 'xoauth' |
tree | commitdiff |
| 2016-08-20 |
Ken Hornstein | Retrieve appropriate profile entries and pass them... |
tree | commitdiff |
| 2016-08-15 |
David Levine | Handle base64 decoding decoding of initial response... |
tree | commitdiff |
| 2016-08-15 |
David Levine | Handle base64 decoding decoding of initial response... |
tree | commitdiff |
| 2016-08-14 |
David Levine | Attempt to decode base64-encoded strings in -snoop... |
tree | commitdiff |
| 2016-08-14 |
David Levine | Attempt to decode base64-encoded strings in -snoop... |
tree | commitdiff |
| 2016-07-08 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
tree | commitdiff |
| 2016-06-26 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
tree | commitdiff |
| 2016-05-29 |
klemens | spelling-fixes ( code-comments in .c, .h. .y ... ) |
tree | commitdiff |
| 2016-05-29 |
klemens | spelling-fixes ( code-comments in .c, .h. .y ... ) |
tree | commitdiff |
| 2016-03-27 |
David Levine | Don't call sm_auth_sasl() for XAUTH2 with -sasl. Instead, |
tree | commitdiff |
| 2016-03-25 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
tree | commitdiff |
| 2016-03-24 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
tree | commitdiff |
| 2016-03-18 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
tree | commitdiff |
| 2016-03-13 |
David Levine | Merge branch 'master' into xoauth |
tree | commitdiff |
| 2014-12-09 |
Eric Gillespie | Implement OAuth 2.0 [1] for XOAUTH2 in SMTP [2] and... |
tree | commitdiff |
| 2014-09-15 |
David Levine | Added checks of return value of fwrite() calls where... |
tree | commitdiff |
| 2014-09-13 |
David Levine | Fixed all anomalies detected by clang static analyzer... |
tree | commitdiff |
| 2014-06-10 |
Ken Hornstein | Use variable-size (but in one case, fixed but larger... |
tree | commitdiff |
| 2014-04-18 |
Ken Hornstein | Remove -queue support to post; it is now officially... |
tree | commitdiff |
| 2014-04-16 |
David Levine | Fixed popsbr.c to look like its nmh 1.5 version, except... |
tree | commitdiff |
| 2014-04-16 |
David Levine | Reworked retrieval of username and password with SMTP... |
tree | commitdiff |
| 2014-03-07 |
David Levine | Made a couple of globals static in smtp.c. |
tree | commitdiff |
| 2014-02-02 |
David Levine | Removed all unnecessary setuid/setgid calls. Using... |
tree | commitdiff |
| 2013-05-03 |
David Levine | Fixed failure reported by Valdis of post to retrieve... |
tree | commitdiff |
| 2013-04-28 |
David Levine | Fix to commit af429a902add614e35cd76d15172a4ccb70a3be1 to |
tree | commitdiff |
| 2013-04-23 |
David Levine | Completed commit 52a236230220232fd632b5aa88eb9bb31dba34... |
tree | commitdiff |
| 2013-04-14 |
David Levine | Moved #include of signal.h to h/signals.h. And it... |
tree | commitdiff |
| 2013-04-14 |
David Levine | Moved #include of errno.h to h/nmh.h. |
tree | commitdiff |
| 2013-04-14 |
David Levine | A "credentials" mh-profile entry has been added. This... |
tree | commitdiff |
| 2013-04-01 |
David Levine | Cast away constness of SSL_CTX_new() arg because that's |
tree | commitdiff |
| 2013-04-01 |
David Levine | Added const to SSL_METHOD *. |
tree | commitdiff |
| 2013-03-31 |
Ken Hornstein | Preliminary support for TLS negotiation at the very... |
tree | commitdiff |
| 2013-02-22 |
Ken Hornstein | Merge branch 'format-test' |
tree | commitdiff |
| 2013-02-01 |
Lyndon Nerenberg | Merge branch 'master' into savannah |
tree | commitdiff |
| 2013-01-31 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
tree | commitdiff |
| 2013-01-27 |
David Levine | Merge branch 'm_getfld' |
tree | commitdiff |
| 2013-01-04 |
David Levine | Block SIGPIPE before killing the child in sm_end()... |
tree | commitdiff |
| 2012-12-26 |
David Levine | Removed call to fpurge() and its platform-specific... |
tree | commitdiff |
| 2012-10-24 |
David Levine | Cyrus SASL 2.1.25 introduced the sasl_callback_ft proto... |
tree | commitdiff |
| 2012-07-21 |
David Levine | Removed #ifndef RAND/#endif that no longer had any... |
tree | commitdiff |
| 2012-07-10 |
David Levine | Removed use of the ONEX sendmail verb. It is obsolete, |
tree | commitdiff |
| 2012-07-10 |
David Levine | Renamed "sendmail" mts method to "sendmail/smtp", allow... |
tree | commitdiff |
| 2012-05-07 |
David Levine | Fixed some more problems caught by gcc -ansi -pedantic. |
tree | commitdiff |
| 2012-05-07 |
Tom Lane | Fixed places in the code relying the C99-ism of declara... |
tree | commitdiff |
| 2012-03-31 |
David Levine | Added const qualifier to a couple of local pointers... |
tree | commitdiff |
| 2012-03-27 |
David Levine | Removed the hostable option from mts.conf because it... |
tree | commitdiff |
| 2012-03-14 |
Ken Hornstein | Fix the SMTP code so it doesn't end up in a hard loop... |
tree | commitdiff |
| 2012-03-12 |
Ken Hornstein | Clean up a bunch of unused code and options. Specifically: |
tree | commitdiff |
| 2012-02-28 |
David Levine | Added cast in conditional to prevent signed/unsigned... |
tree | commitdiff |
| 2012-02-28 |
Ken Hornstein | Add support for -nosasl and -saslmaxssf switches. |
tree | commitdiff |
| 2012-02-04 |
Ken Hornstein | Change LocalName() to take an argument (about whether... |
tree | commitdiff |
| 2012-01-20 |
Ken Hornstein | Convert the build system over to the use of Automake. |
tree | commitdiff |
| 2012-01-14 |
David Levine | Cleaned up gcc warnings when CYRUS_SASL is not enabled. |
tree | commitdiff |
| 2012-01-14 |
David Levine | Changed types and added casts so that build is clean... |
tree | commitdiff |
| 2012-01-13 |
Ken Hornstein | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
tree | commitdiff |
| 2012-01-13 |
David Levine | Added NMH_UNUSED macro for suppressing warnings about... |
tree | commitdiff |
| 2012-01-09 |
Ken Hornstein | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
tree | commitdiff |
| 2012-01-09 |
David Levine | Removed a remaining RETSIGTYPE. Also change a few... |
tree | commitdiff |
| 2012-01-08 |
David Levine | Removed hard-coded -I.. and -I../.. from INCLUDES,... |
tree | commitdiff |
| 2012-01-03 |
Ken Hornstein | Switch to using buffered I/O when doing TLS (but only... |
tree | commitdiff |
| 2011-12-07 |
David Malone | Add support to inc for incorporting email from Maildir... |
tree | commitdiff |
| 2010-12-16 |
Ken Hornstein | Fix so this compiles without SASL support. |
tree | commitdiff |
| 2010-12-03 |
Ken Hornstein | Remove RCS keywords, since they no longer work after... |
tree | commitdiff |
| 2010-12-03 |
Ken Hornstein | Whoops, forgot to bracket the calls for TLS shutdown... |
tree | commitdiff |
| 2010-12-03 |
Ken Hornstein | Update for git conversions (and cleanup of autogen... |
tree | commitdiff |
| 2010-11-19 |
Ken Hornstein | (Minor) cleanup of some of the autoconf code with respe... |
tree | commitdiff |
| 2010-11-05 |
Peter Maydell | Silence a (harmless) uninitialized variable warning. |
tree | commitdiff |
| 2010-02-03 |
Earl Hood | * mts/smtp/smtp.c: added SASL support if mts configuration |
tree | commitdiff |
| 2009-12-21 |
David Levine | * mts/smtp/smtp.c: In sm_auth_sasl (), removed zeroing of |
tree | commitdiff |
| 2009-01-26 |
Josh Bressers | Remove duplicate sm_fgetc() declaration |
tree | commitdiff |
| 2009-01-21 |
Ken Hornstein | Fix warning in getaddrinfo() call. |
tree | commitdiff |
| 2009-01-16 |
Ken Hornstein | Massive overhaul of networking code. Changes: |
tree | commitdiff |
| 2008-04-30 |
Peter Maydell | Provide SASL_CB_AUTHNAME callback (avoids problem with... |
tree | commitdiff |
| 2008-04-29 |
Peter Maydell | Correct various places in smtp.c where the reply string... |
tree | commitdiff |
| 2008-04-29 |
Peter Maydell | Fix SASL issue properly, by making sm_rrecord() and... |
tree | commitdiff |
| 2008-04-29 |
Peter Maydell | Revert previous SASL fix (wrong approach) |
tree | commitdiff |
| 2008-04-29 |
Peter Maydell | Cope with sasl_decode64() returning SASL_CONTINUE as... |
tree | commitdiff |
| 2007-04-13 |
Joel Reicher | Change all chars being passed to the ctype macros ... |
tree | commitdiff |
| 2006-04-11 |
Joel Reicher | Completing the .cvsignore list(s). |
tree | commitdiff |
| 2006-03-08 |
Josh Bressers | * (mh_strcasecmp): Rename the private strcasecmp functi... |
tree | commitdiff |
| 2005-11-08 |
Oliver Kiddle | replace obsolete autoconf macros |
tree | commitdiff |
| 2005-05-18 |
Oliver Kiddle | correct SASL include file locations |
tree | commitdiff |
| 2003-09-21 |
Glenn Burkhardt | Increase timeouts to comply with RFC 1123; Debian bug... |
tree | commitdiff |
| next |