|
|
@a880e34
|
2015-02-28T20:40:07Z |
dx |
Refactor oauth_params_del to fix use-after-free that i introduced
…
|
|
|
@05816dd
|
2015-02-22T22:44:40Z |
dx |
coverity: Fix some (harmless?) use-after-free with g_slist_remove()
…
|
|
|
@5ebff60
|
2015-02-20T22:50:54Z |
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|
|
|
@34afea7
|
2015-01-31T23:58:57Z |
dx |
Use glib's GChecksum for md5/sha1
This changes behavior slightly:
- …
|
|
|
@b38d399
|
2014-11-24T05:16:09Z |
dx |
Use glib functions for base64 decoding/encoding
This fixes several …
|
|
|
@4f7255d
|
2014-10-17T22:26:18Z |
wilmer |
Debian bug #764181: Accidentally had an LGPL header in a bunch of …
|
|
|
@ca8037e
|
2013-06-09T21:17:45Z |
wilmer |
Add better handling of HTTP/1.1 and/or keepalive connections. This …
|
|
|
@e306fbf
|
2011-12-21T19:35:13Z |
wilmer |
Fixed a bug that probably (can't test this now since it's down) broke …
|
|
|
@31db8165
|
2011-12-21T19:03:56Z |
wilmer |
Use sha1_hmac() instead of reimplementing the algorithm in oauth_sign().
|
|
|
@4be0e34
|
2011-12-19T00:41:40Z |
wilmer |
Give a list of SASL mechanisms supported by a server when reporting we …
|
|
|
@bf57cd1
|
2011-12-19T00:17:38Z |
wilmer |
Facebook OAuth2 should now be fully usable.
|
|
|
@f138bd2
|
2011-07-31T20:27:30Z |
wilmer |
OAuth code cleanup.
|
|
|
@aa9f1ac
|
2011-07-31T14:51:07Z |
wilmer |
Export oauth_params_parse().
|
|
|
@2423c93
|
2011-04-18T14:14:28Z |
wilmer |
Send Connection: close headers so webservers won't try keepalive …
|
|
|
@ce617f0
|
2011-03-27T14:09:55Z |
wilmer |
Tweaks to allow authenticating to identi.ca with OAuth. Doesn't seem …
|
|
|
@93cc86f
|
2011-03-08T06:24:34Z |
wilmer |
Twitter: Warn the user if the OAuth username and the configured …
|
|
|
@daae10f
|
2010-08-07T16:33:02Z |
wilmer |
OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen …
|
|
|
@3b878a1
|
2010-05-02T21:20:09Z |
wilmer |
OAuth sanity fix: Twitter-specific stuff should *not* be in …
|
|
|
@f4b0911
|
2010-05-01T14:10:32Z |
wilmer |
Save the credentials again.
|
|
|
@c2ecadc
|
2010-05-01T13:53:59Z |
wilmer |
Cleaned up OAuth stuff: consumer key/secret should *not* be in …
|
|
|
@85ef57f
|
2010-04-30T22:53:29Z |
wilmer |
NULL-initialize two vars that weren't and should.
|
|
|
@0bff877
|
2010-04-27T22:49:58Z |
wilmer |
Valgrind-clean now. And decent handling of errors (wrong PIN).
|
|
|
@18dbb20
|
2010-04-27T22:42:07Z |
wilmer |
Valgrind cleanup.
|
|
|
@ee84bdb
|
2010-04-27T22:11:11Z |
wilmer |
The escaping, I fixed it for you. More expensive code this way and …
|
|
|
@78a2f1e
|
2010-04-26T22:47:35Z |
wilmer |
Escaping in oauth_nonce(). Not sure if the escaping is entirely right …
|
|
|
@c42e8b9
|
2010-04-26T22:40:11Z |
wilmer |
OAuth, it lives!
|
|
|
@713d611
|
2010-04-26T21:50:48Z |
wilmer |
Twitter module now generates authorize URLs.
|
|
|
@acba168
|
2010-04-26T21:20:09Z |
wilmer |
Moving two public OAuth functions into the header file.
|
|
|
@508c340
|
2010-04-26T00:42:37Z |
wilmer |
Successfully posted a tweet!
Twitter's tricky. It returns vars …
|
|
|
@b2bc25c
|
2010-04-25T23:21:00Z |
wilmer |
Added a function that generates an OAuth Authorization: HTTP header.
|
|
|
@346dfd9
|
2010-04-25T19:22:02Z |
wilmer |
oauth_access_token() added. I managed to increase the counter on …
|
|
|
@da2efd4
|
2010-04-25T18:57:06Z |
wilmer |
Some HTTP stuff. Via gdb I can make this request a token.
|
|
|
@be28fe7
|
2010-04-25T15:12:13Z |
wilmer |
Code to calculate OAuth signatures. I hope that after wrapping my mind …
|