index
:
~teuf/librest
master
rhel-7.1
Unnamed repository; edit this file 'description' to name the repository.
teuf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rest
/
oauth-proxy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-07
oauth-proxy: Added 'signature-host' property.
Eitan Isaacson
1
-1
/
+58
2011-03-07
oauth-proxy: Use POST method doe OAuth 1.0 authentication.
Eitan Isaacson
1
-0
/
+4
2010-08-04
Minor documentation fixes
Ross Burton
1
-6
/
+9
2010-07-08
oauth: add constructor for OAuth Echo proxies
Ross Burton
1
-2
/
+35
2010-03-19
Revert "Remove oauth_proxy_auth_step"
Ross Burton
1
-0
/
+103
2010-03-09
Remove oauth_proxy_auth_step
Ross Burton
1
-103
/
+0
2010-03-09
Use oauth_proxy_call_parse_token_reponse in request_token/access_token
Ross Burton
1
-29
/
+4
2009-10-12
Mark GErrors which shouldn't be freed as const
Ross Burton
1
-3
/
+3
2009-10-08
Fix the default function when calling access_token
Ross Burton
1
-1
/
+1
2009-08-05
Add oauth_proxy_is_oauth10a()
Ross Burton
1
-15
/
+91
2009-08-04
Clarify API documentation for the oauth_verifier parameter
Ross Burton
1
-4
/
+4
2009-08-04
Clarify API documentation for the oauth_callback parameter
Ross Burton
1
-8
/
+6
2009-08-03
Add async forms of oauth_proxy_request_token and _access_token
Ross Burton
1
-0
/
+98
2009-08-03
Fix typo in oauth_proxy_request_token documentation
Ross Burton
1
-1
/
+1
2009-08-03
Rename callback to callback_uri in request_token
Ross Burton
1
-4
/
+4
2009-08-03
Add more documentation to OAuthProxy
Ross Burton
1
-69
/
+158
2009-08-03
Move the verifier into _access_token
Ross Burton
1
-13
/
+3
2009-07-31
Add some new API to support OAuth 1.0a easily
Ross Burton
1
-0
/
+80
2009-07-31
Delete trailing whitespace
Ross Burton
1
-14
/
+14
2009-05-15
Document some parameters
Ross Burton
1
-6
/
+6
2009-04-27
Better error handling on oauth_proxy_auth_step, inspired by Matthew Wood <mat...
Ross Burton
1
-14
/
+15
2009-04-27
Change oauth_proxy_auth_step to use _set_function
Ross Burton
1
-6
/
+19
2009-04-16
Make the key and token OAuth properties read/write
Ross Burton
1
-4
/
+29
2009-04-16
Add oauth_proxy_set_token and _token_secret
Ross Burton
1
-0
/
+42
2009-04-08
Default the signature method to HMAC
Ross Burton
1
-0
/
+2
2009-03-02
Support creating OAuth proxy with consumer and access tokens.
Matthew Wood
1
-1
/
+62
2009-01-15
Add license header.
Rob Bradford
1
-0
/
+22
2008-09-18
Initial addition of the OAuthProxy
Ross Burton
1
-0
/
+208