summaryrefslogtreecommitdiff
path: root/rest/oauth-proxy-call.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-27oauth-proxy-call: Don't leak the parameter names that we stealRob Bradford1-9/+13
2010-08-27oauth-proxy-call: Prevent memory corruption by duplicating dataRob Bradford1-1/+3
2010-07-08oauth: do signing differently when using OAuth EchoRoss Burton1-3/+12
2010-07-08Port the proxies to use RestParamRoss Burton1-15/+31
2010-03-25oauth-proxy-call: Free the list of hash table keysRob Bradford1-5/+5
2010-03-24oauth-proxy-call: Free the encoded string that we add to the header stringRob Bradford1-1/+3
2010-03-09Add oauth_proxy_call_parse_token_reponse to parse token responsesRoss Burton1-0/+23
2009-07-31Add some new API to support OAuth 1.0a easilyRoss Burton1-1/+7
2009-07-31When constructing the OAuth header, steal any oauth params that have been setRoss Burton1-0/+24
2009-07-31Delete trailing whitespaceRoss Burton1-1/+1
2009-06-29Fixed Authorization header to only include oauth parametersMatt Wood1-19/+23
2009-05-22Move the OAuth-specific parameters to the Authorized header instead of the pa...Ross Burton1-16/+64
2009-04-15Add test suite for encode_paramsRoss Burton1-0/+36
2009-04-15Don't check for NULL because the encode function does thatRoss Burton1-1/+1
2009-04-15Make the string encode function NULL-safeRoss Burton1-1/+1
2009-04-15Use correct encoding in HMAC-SHA1 signaturesMatthew Wood1-3/+9
2009-04-15Use the correct encoding when encoding paramtersMatthew Wood1-4/+3
2009-04-15Correctly encode the plaintext signatureMatthew Wood1-1/+12
2009-04-15Add macro for correct OAuth encodingMatthew Wood1-0/+2
2009-04-14Add yet more characters to the encodingRoss Burton1-1/+1
2009-04-14Fix up encodingRoss Burton1-3/+4
2009-04-08Respect the signature methodRoss Burton1-4/+79
2009-01-15Add license header.Rob Bradford1-0/+22
2008-09-18Initial addition of the OAuthProxyRoss Burton1-0/+60