| 2017-08-13 |
Ralph Corderoy | m_getfld() et al: Replace with m_getfld2(), etc., in... |
blob | commitdiff | raw |
| 2017-08-09 |
Ralph Corderoy | Silence more gcc format-string warnings. |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | h/prototypes.h: Give sbr/lock_file.c's prototypes their... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | Specify function parameters in prototypes, mainly void. |
blob | commitdiff | raw | diff to current |
| 2017-04-28 |
Ralph Corderoy | sbr/oauth.c: Remove const to avoid curl's debug_callbac... |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | Add first-line comment describing C source's purpose. |
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-17 |
Ralph Corderoy | Replace advise(NULL, fmt, ...) with inform(fmt, ...). |
blob | commitdiff | raw | diff to current |
| 2016-12-10 |
Ralph Corderoy | Rename recently added HasPrefix() to has_prefix(). |
blob | commitdiff | raw | diff to current |
| 2016-10-24 |
Ralph Corderoy | Use LEN() to save having to consider the -1. |
blob | commitdiff | raw | diff to current |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
blob | commitdiff | raw | diff to current |
| 2016-10-19 |
Ralph Corderoy | Put, rather than print, single characters. |
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-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
blob | commitdiff | raw | diff to current |
| 2016-10-18 |
Ralph Corderoy | Fix unlikely bug in oauth's make_query_url() of base_ur... |
blob | commitdiff | raw | diff to current |
| 2016-10-18 |
Ralph Corderoy | Replace a few calculations of string lengths with concat(). |
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-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-23 |
Ken Hornstein | Merge branch 'pop-tls' |
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-16 |
David Levine | Added 2 second timeout to curl command in post() in... |
blob | commitdiff | raw | diff to current |
| 2016-09-06 |
Ken Hornstein | Merge branch 'xoauth' |
blob | commitdiff | raw | diff to current |
| 2016-08-21 |
Ken Hornstein | Very close, but it doesn't passes the tests just yet. |
blob | commitdiff | raw | diff to current |
| 2016-08-20 |
Ken Hornstein | Retrieve appropriate profile entries and pass them... |
blob | commitdiff | raw | diff to current |
| 2016-07-08 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-06-26 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-05-30 |
David Levine | Plugged leak in mh_oauth_cred_load(). |
blob | commitdiff | raw | diff to current |
| 2016-04-25 |
David Levine | Return false from parse_json() if jmsn_parse() returns... |
blob | commitdiff | raw | diff to current |
| 2016-04-10 |
Eric Gillespie | check curl_ctx->res_len > 0 not res_body != NULL |
blob | commitdiff | raw | diff to current |
| 2016-04-10 |
Eric Gillespie | oops, pass int to m_getfld not size_t |
blob | commitdiff | raw | diff to current |
| 2016-04-10 |
Eric Gillespie | support multiple oauth users; mhlogin now requires... |
blob | commitdiff | raw | diff to current |
| 2016-03-25 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-03-24 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-03-24 |
David Levine | Replaced -oauth service switch with -saslmech xoauth2 |
blob | commitdiff | raw | diff to current |
| 2016-03-18 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-03-13 |
David Levine | Merge branch 'master' into xoauth |
blob | commitdiff | raw | diff to current |
| 2014-12-09 |
Eric Gillespie | Implement OAuth 2.0 [1] for XOAUTH2 in SMTP [2] and... |
blob | commitdiff | raw | diff to current |
|