]> diplodocus.org Git - nmh/history - sbr/oauth.c
Escape literal leading full stop in man/new.man.
[nmh] / sbr / oauth.c
2016-12-10 Ralph CorderoyRename recently added HasPrefix() to has_prefix().
2016-10-24 Ralph CorderoyUse LEN() to save having to consider the -1.
2016-10-24 Ralph CorderoyUse HasPrefix() instead of strncmp().
2016-10-19 Ralph CorderoyPut, rather than print, single characters.
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyFix unlikely bug in oauth's make_query_url() of base_ur...
2016-10-18 Ralph CorderoyReplace a few calculations of string lengths with concat().
2016-10-16 Ralph CorderoyAdd NEW(p) that sets p to mh_xmalloc'd memory sized...
2016-10-06 David LevineMerge branch 'welcome'
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-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-21 Ken HornsteinShuffle some stuff around, change some prototypes,...
2016-09-16 David LevineAdded 2 second timeout to curl command in post() in...
2016-09-06 Ken HornsteinMerge branch 'xoauth'
2016-08-21 Ken HornsteinVery close, but it doesn't passes the tests just yet.
2016-08-20 Ken HornsteinRetrieve appropriate profile entries and pass them...
2016-07-08 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-06-26 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-05-30 David LevinePlugged leak in mh_oauth_cred_load().
2016-04-25 David LevineReturn false from parse_json() if jmsn_parse() returns...
2016-04-10 Eric Gillespiecheck curl_ctx->res_len > 0 not res_body != NULL
2016-04-10 Eric Gillespieoops, pass int to m_getfld not size_t
2016-04-10 Eric Gillespiesupport multiple oauth users; mhlogin now requires...
2016-03-25 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-24 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-24 David LevineReplaced -oauth service switch with -saslmech xoauth2
2016-03-18 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-13 David LevineMerge branch 'master' into xoauth
2014-12-09 Eric GillespieImplement OAuth 2.0 [1] for XOAUTH2 in SMTP [2] and...