aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/sasl.c
Commit message (Expand)AuthorAgeLines
* Remove cb stuff and some cleanupscramMarius Halden2016-07-06-83/+23
* Use saslprep, more cb stuffMarius Halden2016-07-06-23/+82
* Follow c89/90Marius Halden2016-06-26-2/+2
* Add support for SCRAM-SHA-256Marius Halden2016-06-26-4/+15
* Disable SCRAM if username/password contains non-ascii characters as saslprep ...Marius Halden2016-06-26-0/+19
* Add initial support for SCRAM-SHA-1Marius Halden2016-06-26-13/+217
* Use correct error when no schemes are supported (#78)Marius Halden2016-06-11-1/+1
* Remove facebook XMPP code, show error pointing at the new plugindequis2015-12-04-37/+3
* Only try DIGEST-MD5 if there's no SSL/TLS or if PLAIN isn't supporteddequis2015-07-30-1/+5
* jabber: Add SASL ANONYMOUS support (XEP-0175)dequis2015-07-04-2/+14
* hipchat: Basic implementation: Auth, profile and mention namesdequis2015-04-28-8/+35
* Use https:// URL for Facebook OAuth2 now that there's a cert.Wilmer van der Gaast2015-02-24-1/+1
* Reindent everything to K&R style with tabsIndent2015-02-20-315/+297
* Replace isdigit/isalpha/.../tolower/toupper with glib variantsdequis2015-01-16-2/+2
* Remove MSNXMPP specific codedequis2014-10-10-19/+2
* Fix OAuth2 error reporting.Wilmer van der Gaast2013-05-25-3/+3
* I'm still bored on a long flight. Wrote a script to automatically updateWilmer van der Gaast2013-02-21-1/+1
* Fixed minor memory leak in Jabber module.Wilmer van der Gaast2012-12-24-0/+1
* Fix bug that broke MSN-XMPP with confusing error messages.Wilmer van der Gaast2012-03-10-2/+3
* A few more minor cleanups before merging this into mainline.Wilmer van der Gaast2011-12-26-9/+9
* Slight cleanup: Use a constant instead of just "jabber_oauth" everywhere,Wilmer van der Gaast2011-12-24-5/+5
* Fix parsing of acc->pass. Use oauth_params_ functions instead of stringWilmer van der Gaast2011-12-21-12/+0
* When updating the XMPP password field with OAuth data, try harder to preserveWilmer van der Gaast2011-12-19-13/+11
* Give a list of SASL mechanisms supported by a server when reporting we don'tWilmer van der Gaast2011-12-19-1/+17
* Restructured and updated code a little bit to support new-style (much betterWilmer van der Gaast2011-12-18-26/+21
* More generic OAuth support now. Should work well for all GTalk accounts nowWilmer van der Gaast2011-12-18-17/+57
* Error handling fixes.Wilmer van der Gaast2011-08-04-1/+2
* OAuth code cleanup.Wilmer van der Gaast2011-07-31-18/+21
* Facebook authentication. This isn't really OAuth in the end: FB doesn'tWilmer van der Gaast2011-07-31-2/+49
* Working OAuth2 support. Needs some more debugging (error handling is notWilmer van der Gaast2011-07-26-6/+105
* Nothing useful yet, this just generates an auth URL. Things to do: AbilityWilmer van der Gaast2011-07-22-3/+14
* Improved sasl_get_part() to deal with whitespace in challenge strings, asWilmer van der Gaast2008-02-16-7/+20
* Added Jabber groupchat topic support.Wilmer van der Gaast2007-11-19-1/+1
* Fix some warnings in storage.c.Jelmer Vernooij2007-07-07-3/+4
* s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h aWilmer van der Gaast2007-04-15-7/+7
* Cleaned up struct im_connection. No more username/password stuff sinceWilmer van der Gaast2007-04-15-5/+7
* More cleanups, mainly in the callbacks. Replaced things likeWilmer van der Gaast2007-04-05-10/+10
* s/gaim_connection/im_connection/ and some other minor API changes. The restWilmer van der Gaast2007-03-30-24/+24
* Added #defines for XML namespaces.Wilmer van der Gaast2006-10-31-6/+4
* Added a useful error message for SASL negotiation failures and turned offWilmer van der Gaast2006-10-02-0/+1
* The SASL DIGEST-MD5 handler now doesn't barf on challenges without a realmWilmer van der Gaast2006-10-02-1/+7
* Implemented support for SASL DIGEST-MD5 authentication.Wilmer van der Gaast2006-09-23-2/+179
* Better detection of successful IQ authentication (using packet caching),Wilmer van der Gaast2006-09-22-2/+8
* Fixed return value on incomplete write()s in write handler, protectionWilmer van der Gaast2006-09-22-0/+20
* Basic SASL (PLAIN only ATM) authentication code. Doesn't log in completelyWilmer van der Gaast2006-09-22-0/+124