]> diplodocus.org Git - nmh/shortlog
nmh
2016-09-30 Eric GillespieFix typos and drop declaractions of 2 undefined functions.
2016-09-28 Oliver Kiddleback out use of RFC 2047 decoding on the filename
2016-09-27 David LevineAdded start_test/finish_test.
2016-09-27 David LevineUpdated start_test() and finish_test() to not update...
2016-09-26 Oliver KiddleDo RFC 2047 decoding on filename for mhstore
2016-09-26 David LevineReplaced use of GNU sed extension.
2016-09-26 David LevineAdded debug statements to test-mhparam.
2016-09-26 David LevineFixed typo in -help message.
2016-09-26 David LevineReworked BUGS section of nmh(7) man page, and added...
2016-09-26 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-25 David LevineAdded MH(7) man page, as an alias of nmh(7).
2016-09-25 David LevineAdded mention of replaliases to mh-mime(7) man page.
2016-09-25 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-24 David LevineReplace profile-based hack to allow getname() to handle...
2016-09-24 David LevineRemoved send and post -eai switches. Instead, post...
2016-09-24 David LevineDisabled incompatible locale check because the output...
2016-09-24 David LevineDisabled incompatible locale check because the output...
2016-09-24 David LevineWrapped some variables and arguments to prevent compile...
2016-09-24 David LevineAdded incompatible locale test to test/mhl/test-rfc6532...
2016-09-24 David LevineAdded incompatible locale test to test/mhl/test-rfc6532...
2016-09-24 David LevineAdded descriptive/usage information to top of replaliases.
2016-09-24 Ken HornsteinChange from an autoconf test for SSL_library_init to...
2016-09-24 Ken HornsteinImprove and update comments a bit, and also improve...
2016-09-24 David LevineSpecify that mhbuild -autoheaderencoding picks either...
2016-09-24 Ken HornsteinAdd our sample localpostprox, and also pick up replalia...
2016-09-24 David LevineRenamed mhbuild -headerencoding 8bit to utf-8.
2016-09-23 Ken HornsteinMake it so we always return the chosen mechanism, even...
2016-09-23 Ken HornsteinMissed removing SASLminc() from authservice switch.
2016-09-23 Ken HornsteinSwitch to AM_DISTCHECK_CONFIGURE_FLAGS.
2016-09-23 Ken HornsteinMake the SASL flags work even without support for Cyrus...
2016-09-23 Ken HornsteinMove things around so you can still initialize netsec...
2016-09-23 Ken HornsteinMove some of the SASL variables outside of the ifdef...
2016-09-23 Ken HornsteinUpdate documentation a bit.
2016-09-23 Ken HornsteinWhoops, a typo from the last merge; when the one variab...
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-23 Ken HornsteinDon't output snoop information when doing RETR or TOP.
2016-09-23 Ken HornsteinSwitch decodeBase64() second argument to an unsigned...
2016-09-23 Ken HornsteinDon't always output a decoded SASL token; if it's a...
2016-09-23 David LevineAdded SMTPUTF8 (RFC 6531) support:
2016-09-23 David LevineRearranged statements to avoid compile warning about...
2016-09-23 David LevineFixed typo (NOTLSSW).
2016-09-23 Ken HornsteinGarbage collect the saslmaxssf flag, and update documen...
2016-09-23 Ken HornsteinForgot to reset the snoop callback one time.
2016-09-23 Ken HornsteinFix some typos and warnings.
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 HornsteinWhoops, turns out I originally ran this test with XOAUT...
2016-09-22 Ken HornsteinChange the tests to make them work with the new program...
2016-09-22 Ken HornsteinAdd error reporting for one case, and move around the...
2016-09-22 Ken HornsteinAdd the SASL callback; things work now!
2016-09-22 Ken HornsteinDisable the original call to BIO_flush() now that we...
2016-09-22 Ken HornsteinI had forgotten that nesec_set_tls() has to be called...
2016-09-22 David LevineFixed test-mhfixmsg by using octal instead of hex bytes...
2016-09-22 David LevineRemoved temporary debuggin printout.
2016-09-22 David LevineAdded start_test/finish_test.
2016-09-22 David LevineAdded temporary diagnostic printout.
2016-09-22 David LevineAllow -decodetext binary, though 8bit is still the...
2016-09-22 David LevineSpecify full path to mhl in test because it might not...
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-22 Ken HornsteinMerge branch 'pop-tls' of git.sv.gnu.org:/srv/git/nmh...
2016-09-22 Ken HornsteinChange things so we can take two file descriptors,...
2016-09-21 Ken HornsteinOkay! Squashed a few bugs, now have POP OAuth tests...
2016-09-21 David LevineFixed test-rfc6532: MIME-Version isn't ignored by...
2016-09-21 David LevineAdded test/mhl/test-rfc6532.
2016-09-21 Ken HornsteinAdd support for a base64-decoding snoop callback.
2016-09-21 Ken HornsteinGarbage-collect all of this unused code.
2016-09-21 Ken HornsteinWe have OAauth working! But the tests don't work yet.
2016-09-21 Ken HornsteinShuffle some stuff around, change some prototypes,...
2016-09-20 David LevinePlugged memory leak in openBase64().
2016-09-20 Ken HornsteinMaybe ... it works? Sort of! Needs more testing,...
2016-09-19 Ken HornsteinMore work, but not there just yet.
2016-09-19 Ken HornsteinOkay, we're finally getting to implementation stage...
2016-09-18 David LevineMoved LDFLAGS to AM_LDFLAGS.
2016-09-18 David LevineMoved CFLAGS additions to AM_CFLAGS.
2016-09-18 David LevineMoved restore of CFLAGS outside of AC_CHECK_HEADER...
2016-09-18 Ken HornsteinI think I've written all of these functions; now we...
2016-09-17 David LevineAdded AM_CPPFLAGS to CFLAGS that are used for curl...
2016-09-17 David LevineUpdated Makefile.am to correspond to file replacement...
2016-09-17 David LevineUpdated cygport script in preparation for nmh 1.7 release.
2016-09-17 David LevineReplaced cygwin build script with cygport script.
2016-09-17 David LevineAdded libcurl to Cygwin package requirements, if configured
2016-09-16 David LevineAdded oauth to mhparam examples.
2016-09-16 Ken HornsteinStill closer, but not quite there yet.
2016-09-16 David LevineMoved LFLAGS additions to AM_LFLAGS.
2016-09-16 David LevineUse CPPFLAGS instead of AM_CPPFLAGS for FreeBSD additions.
2016-09-16 David LevineCleaned up cppflags.m4 a bit and fixed its mode.
2016-09-16 David LevineMoved CPPFLAGS additions to AM_CPPFLAGS.
2016-09-16 Ken HornsteinOkay, a bit closer.
2016-09-16 David LevineAdded 2 second timeout to curl command in post() in...
2016-09-15 David LevineAdded NMH_ADDL_CPPFLAGS macro in new m4/cppflags.m4...
2016-09-15 Ken HornsteinFleshed out some more, but we're not there just yet.
2016-09-14 Ken HornsteinA bit more code.
2016-09-13 Ken HornsteinSave this for now.
2016-09-13 Ken HornsteinMore functions documented.
2016-09-12 Ken HornsteinBeginnings of a new library API.
2016-09-11 David LevineExposed a bunch of switches that are now documented.
2016-09-11 David LevineAdded Examples section to mhlogin man page.
2016-09-11 Ken HornsteinAdd a "file-nopermcheck" credential entry.
2016-09-11 Ken HornsteinChange this so the MTS_SMTP is the default, to match...
next