summaryrefslogtreecommitdiff
path: root/rest/oauth-proxy-call.c
Commit message (Expand)AuthorAgeFilesLines
* oauth: Don't leak temp data in steal_oauth_paramsChristophe Fergeau2015-07-301-0/+1
* oauth: Add missing includeChristophe Fergeau2014-09-031-0/+1
* oauth: Don't leak RestProxyCall::token{_secret}Christophe Fergeau2014-09-031-0/+2
* oauth: Remove direct access to RestProxyCallPrivateChristophe Fergeau2014-09-031-6/+6
* oauth: Make sure RestProxyCall::url is set before using itChristophe Fergeau2014-09-031-2/+4
* Support multipart/form-data requests in OAuthProxyCallTimm Bäder2013-02-191-2/+23
* oauth: fix typo in method nameRoss Burton2012-12-021-1/+10
* Revert "Use HMAC glib implementation instead of rolling our own"Christophe Fergeau2012-06-281-3/+3
* Use HMAC glib implementation instead of rolling our ownChristophe Fergeau2012-06-171-3/+3
* oauth-proxy: Fix format string warningDamien Lespiau2011-09-051-1/+1
* oauth-proxy: Added 'signature-host' property.Eitan Isaacson2011-03-071-2/+14
* oauth-proxy-call: Don't leak the parameter names that we stealRob Bradford2010-08-271-9/+13
* oauth-proxy-call: Prevent memory corruption by duplicating dataRob Bradford2010-08-271-1/+3
* oauth: do signing differently when using OAuth EchoRoss Burton2010-07-081-3/+12
* Port the proxies to use RestParamRoss Burton2010-07-081-15/+31
* oauth-proxy-call: Free the list of hash table keysRob Bradford2010-03-251-5/+5
* oauth-proxy-call: Free the encoded string that we add to the header stringRob Bradford2010-03-241-1/+3
* Add oauth_proxy_call_parse_token_reponse to parse token responsesRoss Burton2010-03-091-0/+23
* Add some new API to support OAuth 1.0a easilyRoss Burton2009-07-311-1/+7
* When constructing the OAuth header, steal any oauth params that have been setRoss Burton2009-07-311-0/+24
* Delete trailing whitespaceRoss Burton2009-07-311-1/+1
* Fixed Authorization header to only include oauth parametersMatt Wood2009-06-291-19/+23
* Move the OAuth-specific parameters to the Authorized header instead of the pa...Ross Burton2009-05-221-16/+64
* Add test suite for encode_paramsRoss Burton2009-04-151-0/+36
* Don't check for NULL because the encode function does thatRoss Burton2009-04-151-1/+1
* Make the string encode function NULL-safeRoss Burton2009-04-151-1/+1
* Use correct encoding in HMAC-SHA1 signaturesMatthew Wood2009-04-151-3/+9
* Use the correct encoding when encoding paramtersMatthew Wood2009-04-151-4/+3
* Correctly encode the plaintext signatureMatthew Wood2009-04-151-1/+12
* Add macro for correct OAuth encodingMatthew Wood2009-04-151-0/+2
* Add yet more characters to the encodingRoss Burton2009-04-141-1/+1
* Fix up encodingRoss Burton2009-04-141-3/+4
* Respect the signature methodRoss Burton2009-04-081-4/+79
* Add license header.Rob Bradford2009-01-151-0/+22
* Initial addition of the OAuthProxyRoss Burton2008-09-181-0/+60