]> diplodocus.org Git - nmh/shortlog
nmh
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...
2016-09-11 Ken HornsteinRemove the unused argument from mts_init() (as far...
2016-09-09 Ken HornsteinCloser, but not there yet.
2016-09-08 Ken HornsteinStarted ... not quite working yet.
2016-09-08 Ken HornsteinOnly get a write lock on the sequences file if we're...
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 David LevineProtected use of setup_oauth_params() with #ifdef OAUTH...
2016-09-06 Ken HornsteinUnder some circumstances, some version of MacOS X can...
2016-09-06 David LevineRemoved incorrect increment of read position pointer...
2016-09-06 Ken HornsteinMerge branch 'xoauth'
2016-09-06 Ken HornsteinChange things so if -authservice wasn't given, throw...
2016-09-05 Ken HornsteinSwitch from our horrible awk script that parses the...
2016-09-05 Ken HornsteinFix up a few minor nits to make OAuth2 (finally!) work...
2016-09-04 Ken HornsteinAdd new signal include file location for El Capitan...
2016-08-29 David LevineAdded warning message on stderr if folder -nocreate...
2016-08-29 David LevineAdded warning message on stderr if folder -nocreate...
2016-08-21 David LevineRemoved jsmn license from COPYRIGHT. In keeping what...
2016-08-21 David LevineCheck result of setup_oauth_params() for != OK instead...
2016-08-21 Ken HornsteinVery close, but it doesn't passes the tests just yet.
2016-08-20 Ken HornsteinRetrieve appropriate profile entries and pass them...
2016-08-18 Ken HornsteinStart of adding arguments for transmitting OAuth parame...
2016-08-17 Ken HornsteinStart of adding arguments for transmitting OAuth parame...
2016-08-15 Ken HornsteinAdd $(ICONVLIB) to programs that need it.
2016-08-15 Ken HornsteinAdd $(ICONVLIB) to programs that need it.
2016-08-15 David LevineCreate $MH_OBJ_DIR/test/testdir if it doesn't already...
2016-08-15 David LevineCreate $MH_OBJ_DIR/test/testdir if it doesn't already...
2016-08-15 David LevinePlug a couple of (harmless) memory leaks in mhfixmsg.
2016-08-15 David LevinePlug a couple of (harmless) memory leaks in mhfixmsg.
2016-08-15 David LevineHandle base64 decoding decoding of initial response...
2016-08-15 David LevineHandle base64 decoding decoding of initial response...
2016-08-15 Ken HornsteinNewer versions of Automake want to include the test...
2016-08-15 Ken HornsteinUse isascii() with isprint(), since using isprint() on
2016-08-14 Ken HornsteinNewer versions of Automake want to include the test...
2016-08-14 Ken HornsteinUse isascii() with isprint(), since using isprint() on
2016-08-14 David LevineSet HOME in tests if unset, to avoid warning from w3m...
2016-08-14 David LevineSet HOME in tests if unset, to avoid warning from w3m...
2016-08-14 David LevineFixed typo in man page.
2016-08-14 David LevineFixed a couple of typos in man pages.
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-08-10 David LevineCanonicalize MH_TEST_DIR in TESTS_ENVIRONMENT.
2016-08-10 David LevineUse pwd -P to canonicalize MH_TEST_DIR.
2016-08-10 David LevineAdded debug printouts.
2016-08-10 David LevineCanonicalized MH_TEST_DIR, and replaced use of `pwd...
next