]> diplodocus.org Git - nmh/history - sbr/netsec.c
Replace getcpy() with mh_xstrdup() where the string isn't NULL.
[nmh] / sbr / netsec.c
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-16 Ralph CorderoyAdd NEW(p) that sets p to mh_xmalloc'd memory sized...
2016-10-06 David LevineMerge branch 'welcome'
2016-10-05 Ken HornsteinImprove these comments a bit.
2016-10-02 Ken HornsteinFix some typos in the comments.
2016-10-02 Ken HornsteinMove the read buffer shuffling to BEFORE where we call...
2016-10-01 Ken HornsteinSigh, the return value from SSL_get_error() isn't suita...
2016-10-01 Ken HornsteinPrint even more errors.
2016-09-30 Ken HornsteinMake sure we retry if possible upon a TLS read, and...
2016-09-30 Eric GillespieFix typos and drop declaractions of 2 undefined functions.
2016-09-25 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-24 David LevineWrapped some variables and arguments to prevent compile...
2016-09-24 Ken HornsteinImprove and update comments a bit, and also improve...
2016-09-23 Ken HornsteinMake it so we always return the chosen mechanism, even...
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 HornsteinMerge branch 'pop-tls'
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 LevineRearranged statements to avoid compile warning about...
2016-09-23 Ken HornsteinFix some typos and warnings.
2016-09-22 Ken HornsteinGarbage collect unused code.
2016-09-22 Ken HornsteinDisable the original call to BIO_flush() now that we...
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 Ken HornsteinAdd support for a base64-decoding snoop callback.
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 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 Ken HornsteinI think I've written all of these functions; now we...
2016-09-16 Ken HornsteinStill closer, but not quite there yet.
2016-09-16 Ken HornsteinOkay, a bit closer.
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.