| 2017-09-11 |
Ralph Corderoy | Delete mh_xfree(), changing callers to call free(3... |
blob | commitdiff | raw |
| 2017-09-10 |
Ralph Corderoy | Replace printf("%s\n", foo) and similar with puts(foo). |
blob | commitdiff | raw | diff to current |
| 2017-09-02 |
Ralph Corderoy | Move base64.c's prototypes from prototypes.h to new... |
blob | commitdiff | raw | diff to current |
| 2017-08-26 |
Ralph Corderoy | Add more NORETURN and CHECK_PRINTF function attributes. |
blob | commitdiff | raw | diff to current |
| 2017-08-22 |
Ralph Corderoy | Add ZERO(p) for the typical memset(p, 0, sizeof *p... |
blob | commitdiff | raw | diff to current |
| 2017-08-02 |
Ken Hornstein | Use correct error code for SSL context retrieval. |
blob | commitdiff | raw | diff to current |
| 2017-08-01 |
Ken Hornstein | Merge branch 'fix-post-bcc' |
blob | commitdiff | raw | diff to current |
| 2017-06-10 |
Ralph Corderoy | sbr/netsec.c: Report popped TLS error code, don't pop... |
blob | commitdiff | raw | diff to current |
| 2017-05-31 |
Ken Hornstein | Normalize connection shutdown handling. |
blob | commitdiff | raw | diff to current |
| 2017-05-31 |
Ken Hornstein | Use original error code from OpenSSL. |
blob | commitdiff | raw | diff to current |
| 2017-05-12 |
Ralph Corderoy | Use existing macros min() and max() more. |
blob | commitdiff | raw | diff to current |
| 2017-05-07 |
Ralph Corderoy | sbr/netsec.c: Remove extraneous semicolon. |
blob | commitdiff | raw | diff to current |
| 2017-04-28 |
Ralph Corderoy | Fix spelling in C comments. |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | Replace "/*\n * " with "/* " at the start of a file. |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | Remove leading and trailing blank lines from code. |
blob | commitdiff | raw | diff to current |
| 2016-11-02 |
David Levine | Removed NMH_UNUSED(hostname) because it no longer exists. |
blob | commitdiff | raw | diff to current |
| 2016-11-02 |
Ken Hornstein | Add some Autoconf support for older OpenSSL libraries... |
blob | commitdiff | raw | diff to current |
| 2016-11-02 |
Ralph Corderoy | State netsec_set_tls()'s noverify is unused if no TLS. |
blob | commitdiff | raw | diff to current |
| 2016-11-02 |
Ken Hornstein | Add support for certificate verification when using... |
blob | commitdiff | raw | diff to current |
| 2016-11-02 |
Ken Hornstein | Print out more TLS information if -snoop is turned on. |
blob | commitdiff | raw | diff to current |
| 2016-10-24 |
Ralph Corderoy | sbr/netsec.c: Add NMH_UNUSED(nsc) twice for if !TLS_SUP... |
blob | commitdiff | raw | diff to current |
| 2016-10-24 |
Ralph Corderoy | netsec_set_tls(): Return a value in the !TLS_SUPPORT... |
blob | commitdiff | raw | diff to current |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
blob | commitdiff | raw | diff to current |
| 2016-10-21 |
Ralph Corderoy | Explain isascii() test more in netsec_set_sasl_params(). |
blob | commitdiff | raw | diff to current |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
blob | commitdiff | raw | diff to current |
| 2016-10-20 |
Ken Hornstein | Rototill credentials code so that we only prompt for... |
blob | commitdiff | raw | diff to current |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Add NEW(p) that sets p to mh_xmalloc'd memory sized... |
blob | commitdiff | raw | diff to current |
| 2016-10-06 |
David Levine | Merge branch 'welcome' |
blob | commitdiff | raw | diff to current |
| 2016-10-05 |
Ken Hornstein | Improve these comments a bit. |
blob | commitdiff | raw | diff to current |
| 2016-10-02 |
Ken Hornstein | Fix some typos in the comments. |
blob | commitdiff | raw | diff to current |
| 2016-10-02 |
Ken Hornstein | Move the read buffer shuffling to BEFORE where we call... |
blob | commitdiff | raw | diff to current |
| 2016-10-01 |
Ken Hornstein | Sigh, the return value from SSL_get_error() isn't suita... |
blob | commitdiff | raw | diff to current |
| 2016-10-01 |
Ken Hornstein | Print even more errors. |
blob | commitdiff | raw | diff to current |
| 2016-09-30 |
Ken Hornstein | Make sure we retry if possible upon a TLS read, and... |
blob | commitdiff | raw | diff to current |
| 2016-09-30 |
Eric Gillespie | Fix typos and drop declaractions of 2 undefined functions. |
blob | commitdiff | raw | diff to current |
| 2016-09-25 |
David Levine | Merge remote-tracking branch 'origin' into smtputf8 |
blob | commitdiff | raw | diff to current |
| 2016-09-24 |
David Levine | Wrapped some variables and arguments to prevent compile... |
blob | commitdiff | raw | diff to current |
| 2016-09-24 |
Ken Hornstein | Improve and update comments a bit, and also improve... |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
Ken Hornstein | Make it so we always return the chosen mechanism, even... |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
Ken Hornstein | Move things around so you can still initialize netsec... |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
Ken Hornstein | Move some of the SASL variables outside of the ifdef... |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
Ken Hornstein | Merge branch 'pop-tls' |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
Ken Hornstein | Switch decodeBase64() second argument to an unsigned... |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
Ken Hornstein | Don't always output a decoded SASL token; if it's a... |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
David Levine | Rearranged statements to avoid compile warning about... |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
Ken Hornstein | Fix some typos and warnings. |
blob | commitdiff | raw | diff to current |
| 2016-09-22 |
Ken Hornstein | Garbage collect unused code. |
blob | commitdiff | raw | diff to current |
| 2016-09-22 |
Ken Hornstein | Disable the original call to BIO_flush() now that we... |
blob | commitdiff | raw | diff to current |
| 2016-09-22 |
Ken Hornstein | Okay, fixed a few more things. Almost there? |
blob | commitdiff | raw | diff to current |
| 2016-09-22 |
Ken Hornstein | Merge branch 'pop-tls' of git.sv.gnu.org:/srv/git/nmh... |
blob | commitdiff | raw | diff to current |
| 2016-09-22 |
Ken Hornstein | Change things so we can take two file descriptors,... |
blob | commitdiff | raw | diff to current |
| 2016-09-21 |
Ken Hornstein | Okay! Squashed a few bugs, now have POP OAuth tests... |
blob | commitdiff | raw | diff to current |
| 2016-09-21 |
Ken Hornstein | Add support for a base64-decoding snoop callback. |
blob | commitdiff | raw | diff to current |
| 2016-09-21 |
Ken Hornstein | We have OAauth working! But the tests don't work yet. |
blob | commitdiff | raw | diff to current |
| 2016-09-21 |
Ken Hornstein | Shuffle some stuff around, change some prototypes,... |
blob | commitdiff | raw | diff to current |
| 2016-09-20 |
Ken Hornstein | Maybe ... it works? Sort of! Needs more testing,... |
blob | commitdiff | raw | diff to current |
| 2016-09-19 |
Ken Hornstein | More work, but not there just yet. |
blob | commitdiff | raw | diff to current |
| 2016-09-19 |
Ken Hornstein | Okay, we're finally getting to implementation stage... |
blob | commitdiff | raw | diff to current |
| 2016-09-18 |
Ken Hornstein | I think I've written all of these functions; now we... |
blob | commitdiff | raw | diff to current |
| 2016-09-16 |
Ken Hornstein | Still closer, but not quite there yet. |
blob | commitdiff | raw | diff to current |
| 2016-09-16 |
Ken Hornstein | Okay, a bit closer. |
blob | commitdiff | raw | diff to current |
| 2016-09-15 |
Ken Hornstein | Fleshed out some more, but we're not there just yet. |
blob | commitdiff | raw | diff to current |
| 2016-09-14 |
Ken Hornstein | A bit more code. |
blob | commitdiff | raw | diff to current |
| 2016-09-13 |
Ken Hornstein | Save this for now. |
blob | commitdiff | raw | diff to current |
|