source: protocols/jabber/sasl.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @67ea361   2016-08-30T20:40:19Z dx hipchat: Add basic support for personal oauth tokens Fixes trac …
(edit) @235b51a   2016-06-11T20:40:33Z dx Use correct error when no schemes are supported (#78) This will make …
(edit) @9b02bab   2015-12-05T01:52:48Z dx Remove facebook XMPP code, show error pointing at the new plugin …
(edit) @91dd19c   2015-07-30T03:20:30Z dx Only try DIGEST-MD5 if there's no SSL/TLS or if PLAIN isn't supported …
(edit) @73dd021   2015-07-04T21:25:16Z dx jabber: Add SASL ANONYMOUS support (XEP-0175) Use "account jabber set …
(edit) @40cfbc5   2015-04-28T13:47:48Z dx hipchat: Basic implementation: Auth, profile and mention names This …
(edit) @8eb2e84   2015-02-24T23:23:07Z wilmer Use https:// URL for Facebook OAuth2 now that there's a cert.
(edit) @5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
(edit) @6b13103   2015-01-16T19:50:23Z dx Replace isdigit/isalpha/.../tolower/toupper with glib variants This …
(edit) @c27a923   2014-10-11T02:20:52Z dx Remove MSNXMPP specific code The MSN XMPP gateway was shutdown …
(edit) @c153808   2013-05-25T10:36:34Z wilmer Fix OAuth2 error reporting.
(edit) @0e788f5   2013-02-21T19:15:59Z wilmer I'm still bored on a long flight. Wrote a script to automatically …
(edit) @c1bc24a   2012-12-23T23:27:34Z wilmer Fixed minor memory leak in Jabber module.
(edit) @0872bb2   2012-03-10T00:00:25Z wilmer Fix bug that broke MSN-XMPP with confusing error messages.
(edit) @644b808   2011-12-26T10:50:34Z wilmer A few more minor cleanups before merging this into mainline.
(edit) @34ded90   2011-12-24T18:09:05Z wilmer Slight cleanup: Use a constant instead of just "jabber_oauth" …
(edit) @e14b47b8   2011-12-21T10:48:08Z wilmer Fix parsing of acc->pass. Use oauth_params_ functions instead of …
(edit) @36533bf   2011-12-19T12:54:49Z wilmer When updating the XMPP password field with OAuth data, try harder to …
(edit) @4be0e34   2011-12-19T00:41:40Z wilmer Give a list of SASL mechanisms supported by a server when reporting we …
(edit) @64b6635   2011-12-18T21:56:44Z wilmer Restructured and updated code a little bit to support new-style (much …
(edit) @18c6d36   2011-12-18T19:25:44Z wilmer More generic OAuth support now. Should work well for all GTalk …
(edit) @911d97a   2011-08-04T15:19:54Z wilmer Error handling fixes. Found one double free() bug causing troubles …
(edit) @f138bd2   2011-07-31T20:27:30Z wilmer OAuth code cleanup.
(edit) @e1c926f   2011-07-31T15:44:37Z wilmer Facebook authentication. This isn't really OAuth in the end: FB …
(edit) @4a5d885   2011-07-26T11:58:38Z wilmer Working OAuth2 support. Needs some more debugging (error handling is …
(edit) @57b4525   2011-07-22T18:29:25Z wilmer Nothing useful yet, this just generates an auth URL. Things to do: …
(edit) @af97b23   2008-02-16T13:17:52Z wilmer Improved sasl_get_part() to deal with whitespace in challenge strings, …
(edit) @ef5c185   2007-11-19T23:14:39Z wilmer Added Jabber groupchat topic support.
(edit) @3b6eadc   2007-07-07T17:19:28Z Jelmer Vernooij Fix some warnings in storage.c.
(edit) @84b045d   2007-04-16T01:03:08Z wilmer s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a …
(edit) @c2fb3809   2007-04-15T22:39:35Z wilmer Cleaned up struct im_connection. No more username/password stuff since …
(edit) @aef4828   2007-04-06T05:20:31Z wilmer More cleanups, mainly in the callbacks. Replaced things like …
(edit) @0da65d5   2007-03-31T05:40:45Z wilmer s/gaim_connection/im_connection/ and some other minor API changes. The …
(edit) @47d3ac4   2006-10-31T08:25:41Z wilmer Added #defines for XML namespaces.
(edit) @501b4e0   2006-10-02T16:42:32Z wilmer Added a useful error message for SASL negotiation failures and turned …
(edit) @d9282b4   2006-10-02T13:46:33Z wilmer The SASL DIGEST-MD5 handler now doesn't barf on challenges without a …
(edit) @d8e0484   2006-09-22T22:49:40Z wilmer Implemented support for SASL DIGEST-MD5 authentication.
(edit) @fe7a554   2006-09-22T18:39:31Z wilmer Better detection of successful IQ authentication (using packet …
(edit) @8d74291   2006-09-22T16:56:58Z wilmer Fixed return value on incomplete write()s in write handler, protection …
(add) @5997488   2006-09-22T12:04:35Z wilmer Basic SASL (PLAIN only ATM) authentication code. Doesn't log in …
Note: See TracRevisionLog for help on using the revision log.