| 2016-09-23 |
Ken Hornstein | Fix some typos and warnings. |
commit | commitdiff | tree | snapshot |
| 2016-09-23 |
Ken Hornstein | Switched to "server" instead of "client" for SASL remot... |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Ken Hornstein | Garbage collect unused code. |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Ken Hornstein | Whoops, turns out I originally ran this test with XOAUT... |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Ken Hornstein | Change the tests to make them work with the new program... |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Ken Hornstein | Add error reporting for one case, and move around the... |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Ken Hornstein | Add the SASL callback; things work now! |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Ken Hornstein | Disable the original call to BIO_flush() now that we... |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Ken Hornstein | I had forgotten that nesec_set_tls() has to be called... |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Ken Hornstein | Alright, things compile now, but don't link yet; need... |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Ken Hornstein | Okay, fixed a few more things. Almost there? |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Ken Hornstein | Merge branch 'pop-tls' of git.sv.gnu.org:/srv/git/nmh... |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Ken Hornstein | Change things so we can take two file descriptors,... |
commit | commitdiff | tree | snapshot |
| 2016-09-21 |
Ken Hornstein | Okay! Squashed a few bugs, now have POP OAuth tests... |
commit | commitdiff | tree | snapshot |
| 2016-09-21 |
Ken Hornstein | Add support for a base64-decoding snoop callback. |
commit | commitdiff | tree | snapshot |
| 2016-09-21 |
Ken Hornstein | Garbage-collect all of this unused code. |
commit | commitdiff | tree | snapshot |
| 2016-09-21 |
Ken Hornstein | We have OAauth working! But the tests don't work yet. |
commit | commitdiff | tree | snapshot |
| 2016-09-21 |
Ken Hornstein | Shuffle some stuff around, change some prototypes,... |
commit | commitdiff | tree | snapshot |
| 2016-09-20 |
Ken Hornstein | Maybe ... it works? Sort of! Needs more testing,... |
commit | commitdiff | tree | snapshot |
| 2016-09-19 |
Ken Hornstein | More work, but not there just yet. |
commit | commitdiff | tree | snapshot |
| 2016-09-19 |
Ken Hornstein | Okay, we're finally getting to implementation stage... |
commit | commitdiff | tree | snapshot |
| 2016-09-18 |
Ken Hornstein | I think I've written all of these functions; now we... |
commit | commitdiff | tree | snapshot |
| 2016-09-16 |
Ken Hornstein | Still closer, but not quite there yet. |
commit | commitdiff | tree | snapshot |
| 2016-09-16 |
Ken Hornstein | Okay, a bit closer. |
commit | commitdiff | tree | snapshot |
| 2016-09-15 |
Ken Hornstein | Fleshed out some more, but we're not there just yet. |
commit | commitdiff | tree | snapshot |
| 2016-09-14 |
Ken Hornstein | A bit more code. |
commit | commitdiff | tree | snapshot |
| 2016-09-13 |
Ken Hornstein | Save this for now. |
commit | commitdiff | tree | snapshot |
| 2016-09-13 |
Ken Hornstein | More functions documented. |
commit | commitdiff | tree | snapshot |
| 2016-09-12 |
Ken Hornstein | Beginnings of a new library API. |
commit | commitdiff | tree | snapshot |
| 2016-09-09 |
Ken Hornstein | Closer, but not there yet. |
commit | commitdiff | tree | snapshot |
| 2016-09-08 |
Ken Hornstein | Started ... not quite working yet. |
commit | commitdiff | tree | snapshot |
| 2016-09-08 |
Ken Hornstein | Only get a write lock on the sequences file if we're... |
commit | commitdiff | tree | snapshot |
| 2016-09-06 |
David Levine | Added some NMH_UNUSED's to prevent compile warnings... |
commit | commitdiff | tree | snapshot |
| 2016-09-06 |
David Levine | Protected call of mh_oauth_do_xoauth() with #ifdef... |
commit | commitdiff | tree | snapshot |
| 2016-09-06 |
David Levine | Protected use of setup_oauth_params() with #ifdef OAUTH... |
commit | commitdiff | tree | snapshot |
| 2016-09-06 |
Ken Hornstein | Under some circumstances, some version of MacOS X can... |
commit | commitdiff | tree | snapshot |
| 2016-09-06 |
David Levine | Removed incorrect increment of read position pointer... |
commit | commitdiff | tree | snapshot |
| 2016-09-06 |
Ken Hornstein | Merge branch 'xoauth' |
commit | commitdiff | tree | snapshot |
| 2016-09-06 |
Ken Hornstein | Change things so if -authservice wasn't given, throw... |
commit | commitdiff | tree | snapshot |
| 2016-09-05 |
Ken Hornstein | Switch from our horrible awk script that parses the... |
commit | commitdiff | tree | snapshot |
| 2016-09-05 |
Ken Hornstein | Fix up a few minor nits to make OAuth2 (finally!) work... |
commit | commitdiff | tree | snapshot |
| 2016-09-04 |
Ken Hornstein | Add new signal include file location for El Capitan... |
commit | commitdiff | tree | snapshot |
| 2016-08-29 |
David Levine | Added warning message on stderr if folder -nocreate... |
commit | commitdiff | tree | snapshot |
| 2016-08-29 |
David Levine | Added warning message on stderr if folder -nocreate... |
commit | commitdiff | tree | snapshot |
| 2016-08-21 |
David Levine | Removed jsmn license from COPYRIGHT. In keeping what... |
commit | commitdiff | tree | snapshot |
| 2016-08-21 |
David Levine | Check result of setup_oauth_params() for != OK instead... |
commit | commitdiff | tree | snapshot |
| 2016-08-21 |
Ken Hornstein | Very close, but it doesn't passes the tests just yet. |
commit | commitdiff | tree | snapshot |
| 2016-08-20 |
Ken Hornstein | Retrieve appropriate profile entries and pass them... |
commit | commitdiff | tree | snapshot |
| 2016-08-18 |
Ken Hornstein | Start of adding arguments for transmitting OAuth parame... |
commit | commitdiff | tree | snapshot |
| 2016-08-17 |
Ken Hornstein | Start of adding arguments for transmitting OAuth parame... |
commit | commitdiff | tree | snapshot |
| 2016-08-15 |
Ken Hornstein | Add $(ICONVLIB) to programs that need it. |
commit | commitdiff | tree | snapshot |
| 2016-08-15 |
Ken Hornstein | Add $(ICONVLIB) to programs that need it. |
commit | commitdiff | tree | snapshot |
| 2016-08-15 |
David Levine | Create $MH_OBJ_DIR/test/testdir if it doesn't already... |
commit | commitdiff | tree | snapshot |
| 2016-08-15 |
David Levine | Create $MH_OBJ_DIR/test/testdir if it doesn't already... |
commit | commitdiff | tree | snapshot |
| 2016-08-15 |
David Levine | Plug a couple of (harmless) memory leaks in mhfixmsg. |
commit | commitdiff | tree | snapshot |
| 2016-08-15 |
David Levine | Plug a couple of (harmless) memory leaks in mhfixmsg. |
commit | commitdiff | tree | snapshot |
| 2016-08-15 |
David Levine | Handle base64 decoding decoding of initial response... |
commit | commitdiff | tree | snapshot |
| 2016-08-15 |
David Levine | Handle base64 decoding decoding of initial response... |
commit | commitdiff | tree | snapshot |
| 2016-08-15 |
Ken Hornstein | Newer versions of Automake want to include the test... |
commit | commitdiff | tree | snapshot |
| 2016-08-15 |
Ken Hornstein | Use isascii() with isprint(), since using isprint() on |
commit | commitdiff | tree | snapshot |
| 2016-08-14 |
Ken Hornstein | Newer versions of Automake want to include the test... |
commit | commitdiff | tree | snapshot |
| 2016-08-14 |
Ken Hornstein | Use isascii() with isprint(), since using isprint() on |
commit | commitdiff | tree | snapshot |
| 2016-08-14 |
David Levine | Set HOME in tests if unset, to avoid warning from w3m... |
commit | commitdiff | tree | snapshot |
| 2016-08-14 |
David Levine | Set HOME in tests if unset, to avoid warning from w3m... |
commit | commitdiff | tree | snapshot |
| 2016-08-14 |
David Levine | Fixed typo in man page. |
commit | commitdiff | tree | snapshot |
| 2016-08-14 |
David Levine | Fixed a couple of typos in man pages. |
commit | commitdiff | tree | snapshot |
| 2016-08-14 |
David Levine | Attempt to decode base64-encoded strings in -snoop... |
commit | commitdiff | tree | snapshot |
| 2016-08-14 |
David Levine | Attempt to decode base64-encoded strings in -snoop... |
commit | commitdiff | tree | snapshot |
| 2016-08-10 |
David Levine | Canonicalize MH_TEST_DIR in TESTS_ENVIRONMENT. |
commit | commitdiff | tree | snapshot |
| 2016-08-10 |
David Levine | Use pwd -P to canonicalize MH_TEST_DIR. |
commit | commitdiff | tree | snapshot |
| 2016-08-10 |
David Levine | Added debug printouts. |
commit | commitdiff | tree | snapshot |
| 2016-08-10 |
David Levine | Canonicalized MH_TEST_DIR, and replaced use of `pwd... |
commit | commitdiff | tree | snapshot |
| 2016-08-10 |
David Levine | Canonicalize MH_TEST_DIR in TESTS_ENVIRONMENT. |
commit | commitdiff | tree | snapshot |
| 2016-08-10 |
David Levine | Use pwd -P to canonicalize MH_TEST_DIR. |
commit | commitdiff | tree | snapshot |
| 2016-08-10 |
David Levine | Added debug printouts. |
commit | commitdiff | tree | snapshot |
| 2016-08-10 |
David Levine | Canonicalized MH_TEST_DIR, and replaced use of `pwd... |
commit | commitdiff | tree | snapshot |
| 2016-07-22 |
David Levine | Fixed comments describing decodeBase64(). |
commit | commitdiff | tree | snapshot |
| 2016-07-22 |
David Levine | Fixed comments describing decodeBase64(). |
commit | commitdiff | tree | snapshot |
| 2016-07-21 |
David Levine | Factored out base64 decoding code into decodeBase64(). |
commit | commitdiff | tree | snapshot |
| 2016-07-21 |
David Levine | Moved md5.c from uip to sbr. |
commit | commitdiff | tree | snapshot |
| 2016-07-21 |
David Levine | Factored out base64 decoding code into decodeBase64(). |
commit | commitdiff | tree | snapshot |
| 2016-07-21 |
David Levine | Moved md5.c from uip to sbr. |
commit | commitdiff | tree | snapshot |
| 2016-07-08 |
David Levine | Updated send(1) man page to note that sendfrom looks in |
commit | commitdiff | tree | snapshot |
| 2016-07-08 |
David Levine | Updated send(1) man page to note that sendfrom looks in |
commit | commitdiff | tree | snapshot |
| 2016-07-08 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
commit | commitdiff | tree | snapshot |
| 2016-07-08 |
David Levine | Added Envelope-From and Sender support to sendfrom. |
commit | commitdiff | tree | snapshot |
| 2016-07-08 |
David Levine | Changed addresses to use example.com. |
commit | commitdiff | tree | snapshot |
| 2016-07-08 |
David Levine | export MH_TEST_DIR so that test/dist/test-dist can... |
commit | commitdiff | tree | snapshot |
| 2016-07-05 |
David Levine | Moved sendfrom code from contrib into send(1). |
commit | commitdiff | tree | snapshot |
| 2016-07-05 |
David Levine | Moved sendfrom code from contrib into send(1). |
commit | commitdiff | tree | snapshot |
| 2016-07-05 |
David Levine | Added context_find_prefix(). |
commit | commitdiff | tree | snapshot |
| 2016-07-04 |
David Levine | Added context_find_prefix(). |
commit | commitdiff | tree | snapshot |
| 2016-06-26 |
David Levine | Wrapped code block of conditional statement with {... |
commit | commitdiff | tree | snapshot |
| 2016-06-26 |
David Levine | Moved free(cp) to right after last (and only) use of... |
commit | commitdiff | tree | snapshot |
| 2016-06-26 |
David Levine | Fixed indentation to prevent warning from gcc 6 -Wmisle... |
commit | commitdiff | tree | snapshot |
| 2016-06-26 |
David Levine | Wrapped code block of conditional statement with {... |
commit | commitdiff | tree | snapshot |
| 2016-06-26 |
David Levine | Moved free(cp) to right after last (and only) use of... |
commit | commitdiff | tree | snapshot |
| 2016-06-26 |
David Levine | Fixed indentation to prevent warning from gcc 6 -Wmisle... |
commit | commitdiff | tree | snapshot |
| 2016-06-26 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
commit | commitdiff | tree | snapshot |
| 2016-06-12 |
David Levine | Added const to filename args of cpydata(). Then added... |
commit | commitdiff | tree | snapshot |
| next |