]> diplodocus.org Git - nmh/history - sbr/oauth.c
Fix invalid pointer arithmetic.
[nmh] / sbr / oauth.c
2017-09-13 Ralph CorderoyRemove casts of NULL to a data pointer.
2017-09-12 Ralph Corderoymh_oauth_cred_fn()'s return value no longer needs dupli...
2017-09-04 Ralph Corderoyoauth: Replace `if...return false; return true' with...
2017-09-04 Ralph Corderoyoauth.c: Remove unused assignments of function return...
2017-09-04 Ralph CorderoyReplace FALSE and TRUE with C99's false and true.
2017-09-03 Ralph CorderoyReplace boolean with bool everywhere.
2017-08-28 Ralph CorderoyAdd ENDNULL macro for gcc's `sentinel' function attribute.
2017-08-13 Ralph Corderoym_getfld() et al: Replace with m_getfld2(), etc., in...
2017-08-09 Ralph CorderoySilence more gcc format-string warnings.
2017-05-15 Ralph Corderoyh/prototypes.h: Give sbr/lock_file.c's prototypes their...
2017-05-15 Ralph CorderoySpecify function parameters in prototypes, mainly void.
2017-04-28 Ralph Corderoysbr/oauth.c: Remove const to avoid curl's debug_callbac...
2017-04-22 Ralph CorderoyAdd first-line comment describing C source's purpose.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-17 Ralph CorderoyReplace advise(NULL, fmt, ...) with inform(fmt, ...).
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...