index
:
bitlbee
develop
install-dev
master
patched-3.4.1
patched-master
scram
server-time
set-account
tagged_msg
twitter-reconnect
personal fork of github.com/bitlbee/bitlbee
Marius Halden
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
oauth.c
Commit message (
Expand
)
Author
Age
Lines
*
oauth: fix use-after-free of the ->next of the list
dequis
2015-04-24
-2
/
+3
*
Refactor oauth_params_del to fix use-after-free that i introduced
dequis
2015-02-28
-8
/
+7
*
coverity: Fix some (harmless?) use-after-free with g_slist_remove()
dequis
2015-02-22
-1
/
+1
*
Reindent everything to K&R style with tabs
Indent
2015-02-20
-254
/
+253
*
Use glib's GChecksum for md5/sha1
dequis
2015-01-31
-2
/
+2
*
Use glib functions for base64 decoding/encoding
dequis
2014-11-24
-6
/
+1
*
Debian bug #764181: Accidentally had an LGPL header in a bunch of files.
Wilmer van der Gaast
2014-10-17
-10
/
+10
*
Add better handling of HTTP/1.1 and/or keepalive connections. This should
Wilmer van der Gaast
2013-06-09
-1
/
+0
*
Fixed a bug that probably (can't test this now since it's down) broke OAuth
Wilmer van der Gaast
2011-12-21
-0
/
+2
*
Use sha1_hmac() instead of reimplementing the algorithm in oauth_sign().
Wilmer van der Gaast
2011-12-21
-42
/
+9
*
Give a list of SASL mechanisms supported by a server when reporting we don't
Wilmer van der Gaast
2011-12-19
-1
/
+1
*
Facebook OAuth2 should now be fully usable.
Wilmer van der Gaast
2011-12-19
-0
/
+6
*
OAuth code cleanup.
Wilmer van der Gaast
2011-07-31
-0
/
+3
*
Export oauth_params_parse().
Wilmer van der Gaast
2011-07-31
-1
/
+1
*
Send Connection: close headers so webservers won't try keepalive connections
Wilmer van der Gaast
2011-04-18
-0
/
+1
*
Tweaks to allow authenticating to identi.ca with OAuth. Doesn't seem to work
Wilmer van der Gaast
2011-03-27
-2
/
+6
*
Twitter: Warn the user if the OAuth username and the configured username
Wilmer van der Gaast
2011-03-07
-6
/
+5
*
OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen <dam@opencsw.org>
Wilmer van der Gaast
2010-08-07
-1
/
+1
*
OAuth sanity fix: Twitter-specific stuff should *not* be in lib/oauth.c.
Wilmer van der Gaast
2010-05-02
-52
/
+66
|
\
|
*
Save the credentials again.
Wilmer van der Gaast
2010-05-01
-0
/
+27
|
*
Cleaned up OAuth stuff: consumer key/secret should *not* be in lib/oauth.c.
Wilmer van der Gaast
2010-05-01
-52
/
+39
|
/
*
NULL-initialize two vars that weren't and should.
Wilmer van der Gaast
2010-04-30
-1
/
+1
*
Valgrind-clean now. And decent handling of errors (wrong PIN).
Wilmer van der Gaast
2010-04-27
-1
/
+3
*
Valgrind cleanup.
Wilmer van der Gaast
2010-04-27
-6
/
+34
*
The escaping, I fixed it for you. More expensive code this way and most of
Wilmer van der Gaast
2010-04-27
-18
/
+23
*
Escaping in oauth_nonce(). Not sure if the escaping is entirely right ATM...
Wilmer van der Gaast
2010-04-26
-1
/
+6
*
OAuth, it lives!
Wilmer van der Gaast
2010-04-26
-1
/
+13
*
Twitter module now generates authorize URLs.
Wilmer van der Gaast
2010-04-26
-4
/
+4
*
Moving two public OAuth functions into the header file.
Wilmer van der Gaast
2010-04-26
-16
/
+1
*
Successfully posted a tweet!
Wilmer van der Gaast
2010-04-26
-17
/
+23
*
Added a function that generates an OAuth Authorization: HTTP header.
Wilmer van der Gaast
2010-04-26
-13
/
+79
*
oauth_access_token() added. I managed to increase the counter on
Wilmer van der Gaast
2010-04-25
-4
/
+22
*
Some HTTP stuff. Via gdb I can make this request a token.
Wilmer van der Gaast
2010-04-25
-6
/
+212
*
Code to calculate OAuth signatures. I hope that after wrapping my mind
Wilmer van der Gaast
2010-04-25
-0
/
+106