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-call.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-27
oauth-proxy-call: Don't leak the parameter names that we steal
Rob Bradford
1
-9
/
+13
2010-08-27
oauth-proxy-call: Prevent memory corruption by duplicating data
Rob Bradford
1
-1
/
+3
2010-07-08
oauth: do signing differently when using OAuth Echo
Ross Burton
1
-3
/
+12
2010-07-08
Port the proxies to use RestParam
Ross Burton
1
-15
/
+31
2010-03-25
oauth-proxy-call: Free the list of hash table keys
Rob Bradford
1
-5
/
+5
2010-03-24
oauth-proxy-call: Free the encoded string that we add to the header string
Rob Bradford
1
-1
/
+3
2010-03-09
Add oauth_proxy_call_parse_token_reponse to parse token responses
Ross Burton
1
-0
/
+23
2009-07-31
Add some new API to support OAuth 1.0a easily
Ross Burton
1
-1
/
+7
2009-07-31
When constructing the OAuth header, steal any oauth params that have been set
Ross Burton
1
-0
/
+24
2009-07-31
Delete trailing whitespace
Ross Burton
1
-1
/
+1
2009-06-29
Fixed Authorization header to only include oauth parameters
Matt Wood
1
-19
/
+23
2009-05-22
Move the OAuth-specific parameters to the Authorized header instead of the pa...
Ross Burton
1
-16
/
+64
2009-04-15
Add test suite for encode_params
Ross Burton
1
-0
/
+36
2009-04-15
Don't check for NULL because the encode function does that
Ross Burton
1
-1
/
+1
2009-04-15
Make the string encode function NULL-safe
Ross Burton
1
-1
/
+1
2009-04-15
Use correct encoding in HMAC-SHA1 signatures
Matthew Wood
1
-3
/
+9
2009-04-15
Use the correct encoding when encoding paramters
Matthew Wood
1
-4
/
+3
2009-04-15
Correctly encode the plaintext signature
Matthew Wood
1
-1
/
+12
2009-04-15
Add macro for correct OAuth encoding
Matthew Wood
1
-0
/
+2
2009-04-14
Add yet more characters to the encoding
Ross Burton
1
-1
/
+1
2009-04-14
Fix up encoding
Ross Burton
1
-3
/
+4
2009-04-08
Respect the signature method
Ross Burton
1
-4
/
+79
2009-01-15
Add license header.
Rob Bradford
1
-0
/
+22
2008-09-18
Initial addition of the OAuthProxy
Ross Burton
1
-0
/
+60