summaryrefslogtreecommitdiff
path: root/src/auth-manager.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-08X-TELEPATHY-PASSWORD is not supported if username isn't knownXavier Claessens1-12/+13
2012-12-06Don't crash on <success> after closing auth channel.Will Thompson1-17/+80
2012-12-06Don't crash on <challenge> after closing auth channelWill Thompson1-1/+5
2012-12-06auth-manager: clarify _challenge_async()Will Thompson1-12/+45
2012-12-06auth-manager: propagate failure both up and acrossWill Thompson1-1/+2
2012-12-06auth-manager: rename 'falling_back' field to 'chaining_up'Will Thompson1-5/+8
2012-12-06auth-manager: ensure falling_back is TRUE when we're chaining upWill Thompson1-0/+1
2012-12-06auth-manager: simplify chaining up in _start_auth_async()Will Thompson1-18/+10
2012-12-06auth-manager: save GError from channel when it closesWill Thompson1-3/+4
2012-11-21Don't put const before GSList, the g_slist* functions aren't const-markedOlivier CrĂȘte1-2/+2
2012-05-30Use meta-headers for everythingSimon McVittie1-3/+2
2012-02-06Update Wocky snapshot for One Big Header.Will Thompson1-1/+1
2011-10-12Do not assume we can authenticate with a passwordXavier Claessens1-1/+4
2011-09-01gabble: add capabilities.h and caps-channel-manager.h as public APIJonny Lamb1-1/+1
2010-11-26Depend on telepathy-glib 0.13.7 and use it for SASLSimon McVittie1-2/+0
2010-11-25Remove accidental dependency on glib 2.27Will Thompson1-2/+4
2010-11-24gabble_auth_manager_get_failure_details: addSimon McVittie1-0/+64
2010-11-23Don't make X-WOCKY-JABBER pseudo-mechanisms available over D-BusSimon McVittie1-1/+4
2010-11-23Implement and test X-TELEPATHY-PASSWORDSimon McVittie1-5/+92
2010-11-23gabble_auth_manager_start_auth_async: wrap the channel's async methodSimon McVittie1-3/+33
2010-11-23GabbleServerSaslChannel: be a TpBaseChannelSimon McVittie1-3/+5
2010-11-23gabble_server_sasl_channel_fail: be independent of WockyAuthRegistrySimon McVittie1-2/+1
2010-11-23gabble_server_sasl_channel_success_async: be independent of WockyAuthRegistrySimon McVittie1-4/+2
2010-11-23gabble_server_sasl_channel_challenge_async: be independent of WockyAuthRegistrySimon McVittie1-4/+2
2010-11-23GabbleSaslChannel: convert start_auth_async into an ordinary methodSimon McVittie1-6/+3
2010-11-23Derive the authz. identity and default realm from the GabbleConnectionSimon McVittie1-2/+1
2010-11-23Supply the SASL channel's immutable properties at construct-timeSimon McVittie1-1/+13
2010-11-23GabbleAuthManager: only have a channel while authentication takes placeSimon McVittie1-47/+37
2010-11-23GabbleAuthManager: don't call into the channel for non-interactive authSimon McVittie1-21/+100
2010-11-23GabbleAuthManagerPrivate: remove unused @resultSimon McVittie1-2/+0
2010-11-23GabbleAuthManager: inherit from WockyAuthRegistry rather than owning oneSimon McVittie1-10/+107
2010-09-21various: use tp_clear_object, tp_clear_pointer moreSimon McVittie1-2/+1
2010-06-02Use constructed instead of constructor.Eitan Isaacson1-11/+8
2010-06-02Remove unused property arrays.Eitan Isaacson1-9/+0
2010-06-02Remove irrelevant comment.Eitan Isaacson1-3/+0
2010-06-02Added server SASL channel and auth manager.Eitan Isaacson1-0/+259