]> diplodocus.org Git - nmh/shortlog
nmh
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...
2016-05-02 David LevineFor slocal, changed default user, if -user switch isn...
2016-04-26 David LevineAdded test of negative return code from jsmn_parse...
2016-04-26 David LevineAdded test of empty authorization code to test-mhlogin.
2016-04-26 David LevineAdded explicit OATH_SUPPORT=1 to configure.ac when...
2016-04-25 Eric GillespieFix tests with oauth disabled.
2016-04-25 David LevineCheck for empty code.
2016-04-25 David LevineReturn false from parse_json() if jmsn_parse() returns...
2016-04-25 Eric GillespieImprove oauth autoconf support.
2016-04-13 Eric GillespieRename files to match renamed functions
2016-04-10 Eric GillespieFix mhlogin(1) title.
2016-04-10 David LevineAdded -user to mhlogin man page.
2016-04-10 David LevineAdded start_test() and finish_test() functions to test...
2016-04-10 David LevineFix to commit 84932d0a96c79bfb2f0384ebab806dc51a35f600 to
2016-04-10 David LevineFix to commit 84932d0a96c79bfb2f0384ebab806dc51a35f600 to
2016-04-10 David LevineQuoted variables in trap so that distcheck doesn't...
2016-04-10 David LevineMoved "const" to after "register" to silence compile...
2016-04-10 Eric Gillespiecheck curl_ctx->res_len > 0 not res_body != NULL
2016-04-10 Eric Gillespieoops, pass int to m_getfld not size_t
2016-04-10 Eric Gillespiesupport multiple oauth users; mhlogin now requires...
2016-04-10 Eric Gillespieplug some memory leaks, in success cases only
2016-04-10 Eric Gillespiefix mhlogin -browser test
2016-04-03 Eric GillespieRename and document functions that read from stdin.
2016-04-03 Eric Gillespietest mhlogin -browser
2016-03-27 David LevineDon't call sm_auth_sasl() for XAUTH2 with -sasl. Instead,
2016-03-26 David LevineAdded start_test()/finish_test() to README.developers.
2016-03-26 David LevineMigrated the oauth tests to start_test()/finish_test...
2016-03-26 David LevineAdded start_test() and finish_test() functions to test...
2016-03-25 David LevineAdded -browser switch to mhlogin(1).
2016-03-25 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-24 David LevineChanged minchars swit values for -[no]concat switches...
2016-03-24 David LevineUse WIFXEXITED to check return status of system(),...
2016-03-24 David LevineChanged sign of minchars for the SASL-related switches...
next