]> diplodocus.org Git - nmh/history - sbr/netsec.c
new.c: Order two return statements to match comment.
[nmh] / sbr / netsec.c
2017-09-11 Ralph CorderoyDelete mh_xfree(), changing callers to call free(3...
2017-09-10 Ralph CorderoyReplace printf("%s\n", foo) and similar with puts(foo).
2017-09-02 Ralph CorderoyMove base64.c's prototypes from prototypes.h to new...
2017-08-26 Ralph CorderoyAdd more NORETURN and CHECK_PRINTF function attributes.
2017-08-22 Ralph CorderoyAdd ZERO(p) for the typical memset(p, 0, sizeof *p...
2017-08-02 Ken HornsteinUse correct error code for SSL context retrieval.
2017-08-01 Ken HornsteinMerge branch 'fix-post-bcc'
2017-06-10 Ralph Corderoysbr/netsec.c: Report popped TLS error code, don't pop...
2017-05-31 Ken HornsteinNormalize connection shutdown handling.
2017-05-31 Ken HornsteinUse original error code from OpenSSL.
2017-05-12 Ralph CorderoyUse existing macros min() and max() more.
2017-05-07 Ralph Corderoysbr/netsec.c: Remove extraneous semicolon.
2017-04-28 Ralph CorderoyFix spelling in C comments.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2016-11-02 David LevineRemoved NMH_UNUSED(hostname) because it no longer exists.
2016-11-02 Ken HornsteinAdd some Autoconf support for older OpenSSL libraries...
2016-11-02 Ralph CorderoyState netsec_set_tls()'s noverify is unused if no TLS.
2016-11-02 Ken HornsteinAdd support for certificate verification when using...
2016-11-02 Ken HornsteinPrint out more TLS information if -snoop is turned on.
2016-10-24 Ralph Corderoysbr/netsec.c: Add NMH_UNUSED(nsc) twice for if !TLS_SUP...
2016-10-24 Ralph Corderoynetsec_set_tls(): Return a value in the !TLS_SUPPORT...
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-21 Ralph CorderoyExplain isascii() test more in netsec_set_sasl_params().
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-20 Ken HornsteinRototill credentials code so that we only prompt for...
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.