]> diplodocus.org Git - nmh/history - mts/smtp
pidstatus(): Rewrite to print stopped and continued statuses too.
[nmh] / mts / smtp /
2017-09-09 Ralph CorderoyRefer to #include files from the root of nmh's source.
2017-09-09 Ralph CorderoyOnly call fork(2) once, not up to five times on failure.
2017-09-07 Ralph Corderoysmtp.c: Use read-end of pipe, not random integer.
2017-09-04 Ralph CorderoyReplace FALSE and TRUE with C99's false and true.
2017-09-02 Ralph CorderoyMove base64.c's prototypes from prototypes.h to new...
2017-08-27 Ralph CorderoyAdd gcc's pure function attribute.
2017-08-26 Ralph CorderoyAdd more NORETURN and CHECK_PRINTF function attributes.
2017-08-01 Ken HornsteinMerge branch 'fix-post-bcc'
2017-07-17 David LevineIncrease size of buffer to avoid warning from gcc ...
2017-06-01 Ken HornsteinRemove ancient SENDMAILBUG code.
2017-06-01 Ken HornsteinComment cleanup; removed ancient reference to 4.2BSD...
2017-05-31 Ken HornsteinNormalize connection shutdown handling.
2017-05-13 Ralph CorderoyAdd FENDNULL(s): fends off NULL by giving an empty...
2017-04-28 Ralph CorderoyFix spelling in C comments.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2017-04-22 Ralph Corderoymts/smtp/smtp.h: Remove one-use rp_isbad() macro.
2017-04-22 Ralph Corderoymts/smtp/smtp.h: Remove unused `MMDF' macros.
2017-04-22 Ralph Corderoymts/smtp/smtp.c: Remove unused SM_... timeout macros.
2017-04-17 Ralph CorderoyReplace advise(NULL, fmt, ...) with inform(fmt, ...).
2017-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2017-02-19 Ken HornsteinChange "servers" mts.conf entry to only support a singl...
2016-12-10 Ralph CorderoyRename recently added HasPrefix() to has_prefix().
2016-11-02 Ken HornsteinAdd support for certificate verification when using...
2016-10-30 Ralph CorderoyReplace printf("%s\n", foo) with puts(foo).
2016-10-24 Ralph CorderoyUse HasPrefix() instead of strncmp().
2016-10-21 Ralph CorderoyMove smtp_init's last-ditch attempt for client inside...
2016-10-21 Ralph CorderoyMove smtp_init's last-ditch attempt for client inside...
2016-10-21 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-19 Ralph CorderoyReplace sizeof string constant - 1 with LEN().
2016-10-19 Ralph CorderoyAdd stdbool.h plus fallback to h/nmh.h.
2016-10-18 David LevineOutput an error message from post(8) when user specifies
2016-10-06 David LevineMerge branch 'welcome'
2016-10-06 David LevineEnable SMTP 8BITMIME for messages with 8-bit content:
2016-09-26 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-25 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-23 Ken HornsteinSwitch decodeBase64() second argument to an unsigned...
2016-09-23 David LevineAdded SMTPUTF8 (RFC 6531) support:
2016-09-23 Ken HornsteinSwitched to "server" instead of "client" for SASL remot...
2016-09-22 Ken HornsteinGarbage collect unused code.
2016-09-22 Ken HornsteinAdd the SASL callback; things work now!
2016-09-22 Ken HornsteinI had forgotten that nesec_set_tls() has to be called...
2016-09-22 Ken HornsteinAlright, things compile now, but don't link yet; need...
2016-09-22 Ken HornsteinOkay, fixed a few more things. Almost there?
2016-09-21 Ken HornsteinShuffle some stuff around, change some prototypes,...
2016-09-06 David LevineAdded some NMH_UNUSED's to prevent compile warnings...
2016-09-06 David LevineProtected call of mh_oauth_do_xoauth() with #ifdef...
2016-09-06 Ken HornsteinMerge branch 'xoauth'
2016-08-20 Ken HornsteinRetrieve appropriate profile entries and pass them...
2016-08-15 David LevineHandle base64 decoding decoding of initial response...
2016-08-15 David LevineHandle base64 decoding decoding of initial response...
2016-08-14 David LevineAttempt to decode base64-encoded strings in -snoop...
2016-08-14 David LevineAttempt to decode base64-encoded strings in -snoop...
2016-07-08 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-06-26 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2016-03-27 David LevineDon't call sm_auth_sasl() for XAUTH2 with -sasl. Instead,
2016-03-25 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-24 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-18 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-13 David LevineMerge branch 'master' into xoauth
2014-12-09 Eric GillespieImplement OAuth 2.0 [1] for XOAUTH2 in SMTP [2] and...
2014-09-15 David LevineAdded checks of return value of fwrite() calls where...
2014-09-13 David LevineFixed all anomalies detected by clang static analyzer...
2014-06-10 Ken HornsteinUse variable-size (but in one case, fixed but larger...
2014-04-18 Ken HornsteinRemove -queue support to post; it is now officially...
2014-04-16 David LevineFixed popsbr.c to look like its nmh 1.5 version, except...
2014-04-16 David LevineReworked retrieval of username and password with SMTP...
2014-03-07 David LevineMade a couple of globals static in smtp.c.
2014-02-02 David LevineRemoved all unnecessary setuid/setgid calls. Using...
2013-05-03 David LevineFixed failure reported by Valdis of post to retrieve...
2013-04-28 David LevineFix to commit af429a902add614e35cd76d15172a4ccb70a3be1 to
2013-04-23 David LevineCompleted commit 52a236230220232fd632b5aa88eb9bb31dba34...
2013-04-14 David LevineMoved #include of signal.h to h/signals.h. And it...
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-04-14 David LevineA "credentials" mh-profile entry has been added. This...
2013-04-01 David LevineCast away constness of SSL_CTX_new() arg because that's
2013-04-01 David LevineAdded const to SSL_METHOD *.
2013-03-31 Ken HornsteinPreliminary support for TLS negotiation at the very...
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-01 Lyndon NerenbergMerge branch 'master' into savannah
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-04 David LevineBlock SIGPIPE before killing the child in sm_end()...
2012-12-26 David LevineRemoved call to fpurge() and its platform-specific...
2012-10-24 David LevineCyrus SASL 2.1.25 introduced the sasl_callback_ft proto...
2012-07-21 David LevineRemoved #ifndef RAND/#endif that no longer had any...
2012-07-10 David LevineRemoved use of the ONEX sendmail verb. It is obsolete,
2012-07-10 David LevineRenamed "sendmail" mts method to "sendmail/smtp", allow...
2012-05-07 David LevineFixed some more problems caught by gcc -ansi -pedantic.
2012-05-07 Tom LaneFixed places in the code relying the C99-ism of declara...
2012-03-31 David LevineAdded const qualifier to a couple of local pointers...
2012-03-27 David LevineRemoved the hostable option from mts.conf because it...
2012-03-14 Ken HornsteinFix the SMTP code so it doesn't end up in a hard loop...
2012-03-12 Ken HornsteinClean up a bunch of unused code and options. Specifically:
2012-02-28 David LevineAdded cast in conditional to prevent signed/unsigned...
2012-02-28 Ken HornsteinAdd support for -nosasl and -saslmaxssf switches.
2012-02-04 Ken HornsteinChange LocalName() to take an argument (about whether...
next