]> diplodocus.org Git - nmh/shortlog
nmh
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...
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...
2016-07-22 David LevineFixed comments describing decodeBase64().
2016-07-22 David LevineFixed comments describing decodeBase64().
2016-07-21 David LevineFactored out base64 decoding code into decodeBase64().
2016-07-21 David LevineMoved md5.c from uip to sbr.
2016-07-21 David LevineFactored out base64 decoding code into decodeBase64().
2016-07-21 David LevineMoved md5.c from uip to sbr.
2016-07-08 David LevineUpdated send(1) man page to note that sendfrom looks in
2016-07-08 David LevineUpdated send(1) man page to note that sendfrom looks in
2016-07-08 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-07-08 David LevineAdded Envelope-From and Sender support to sendfrom.
2016-07-08 David LevineChanged addresses to use example.com.
2016-07-08 David Levineexport MH_TEST_DIR so that test/dist/test-dist can...
2016-07-05 David LevineMoved sendfrom code from contrib into send(1).
2016-07-05 David LevineMoved sendfrom code from contrib into send(1).
2016-07-05 David LevineAdded context_find_prefix().
2016-07-04 David LevineAdded context_find_prefix().
2016-06-26 David LevineWrapped code block of conditional statement with {...
2016-06-26 David LevineMoved free(cp) to right after last (and only) use of...
2016-06-26 David LevineFixed indentation to prevent warning from gcc 6 -Wmisle...
2016-06-26 David LevineWrapped code block of conditional statement with {...
2016-06-26 David LevineMoved free(cp) to right after last (and only) use of...
2016-06-26 David LevineFixed indentation to prevent warning from gcc 6 -Wmisle...
2016-06-26 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-06-12 David LevineAdded const to filename args of cpydata(). Then added...
2016-06-12 David LevineAdded const to arg of m_backup().
2016-06-12 David LevineSynched common.sh.in from master to nmh-oauth.
2016-06-12 David LevineNo longer need const cast in sendfrom.c.
2016-06-12 David LevineAdded consts to adios(), advise(), and advertise()...
2016-06-12 David LevineAdded consts to adios(), advise(), and advertise()...
2016-06-12 David LevineAdded const to filename args of cpydata(). Then added...
2016-06-12 David LevineAdded const to arg of m_backup().
2016-06-12 David LevineAdded const to first arg of adios().
2016-06-12 David LevineIf parse_mime() fails and the -file switch was used...
2016-06-12 David LevineIf parse_mime() fails and the -file switch was used...
2016-05-30 David LevinePlugged leak in mh_oauth_cred_load().
2016-05-30 David LevineAdded free_fs() call to plug leak from fmt_compile().
2016-05-30 David LevineAdded free_fs() call to plug leak from fmt_compile().
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2016-05-29 klemensspelling-fixes ( docs, man, readme )
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2016-05-29 klemensspelling-fixes ( docs, man, readme )
2016-05-29 David LevineAdded sendfrom to docs/contrib.
2016-05-29 David LevineAdded sendfrom to docs/contrib.
2016-05-21 David LevineAdded docdir to mhparam.
2016-05-21 David LevineRemoved unnecessary memset on fmt_mnull: it gets initi...
2016-05-21 Ken HornsteinCheck to see if cross-directory links are supported...
2016-05-21 David LevineAdded docdir to mhparam.
2016-05-21 David LevineRemoved unnecessary memset on fmt_mnull: it gets initi...
2016-05-18 Ken HornsteinCheck to see if cross-directory links are supported...
next