summaryrefslogtreecommitdiff
path: root/src/server-sasl-channel.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-06auth-manager: save GError from channel when it closesWill Thompson1-1/+7
2012-12-06sasl-channel: stash a GError when Close()dWill Thompson1-3/+23
2012-12-06sasl-channel: stash a GError in more cases.Will Thompson1-18/+25
2012-12-06sasl-channel: split changing state and setting errorsWill Thompson1-14/+18
2012-12-06sasl-channel: don't crash on Abort() then <challenge>Will Thompson1-10/+27
2012-12-06sasl-channel: refactor completing operations to a functionWill Thompson1-45/+43
2012-09-11Stop accessing sealed tp-glib structsXavier Claessens1-7/+15
2012-05-30Use meta-headers for everythingSimon McVittie1-9/+2
2012-05-07Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie1-2/+2
2012-02-06Update Wocky snapshot for One Big Header.Will Thompson1-2/+1
2011-05-03Remove GabbleXmppError.Will Thompson1-0/+1
2010-12-10server-sasl-channel: add note about completing not in an idleJonny Lamb1-1/+2
2010-12-10server-sasl-channel: finish a gabble success function not in an idleJonny Lamb1-1/+4
2010-11-26Map SASL_Abort_Reason_Invalid_Challenge to TP_ERROR_SERVICE_CONFUSEDSimon McVittie1-2/+1
2010-11-26Depend on telepathy-glib 0.13.7 and use it for SASLSimon McVittie1-63/+63
2010-11-24gabble_server_sasl_channel_get_failure_details: addSimon McVittie1-3/+39
2010-11-24Raise NotImplemented if the user requests an unsupported mechanismSimon McVittie1-11/+13
2010-11-23Update SASL to current spec masterSimon McVittie1-45/+17
2010-11-23Don't make X-WOCKY-JABBER pseudo-mechanisms available over D-BusSimon McVittie1-7/+0
2010-11-23gabble_server_sasl_channel_fail: use gabble_set_tp_conn_error_from_wockySimon McVittie1-26/+9
2010-11-23gabble_server_sasl_channel_fail: on repeated failure, don't overwrite errorSimon McVittie1-0/+6
2010-11-23GabbleServerSaslChannel: check for expected state, and debug, in async methodsSimon McVittie1-0/+6
2010-11-23AbortSASL: improve state tracking and debuggingSimon McVittie1-5/+23
2010-11-23AcceptSASL: improve state tracking and debug messagesSimon McVittie1-9/+38
2010-11-23StartMechanism[WithData]: improve debugSimon McVittie1-5/+16
2010-11-23StartMechanism[WithData]: streamline search for mechanismSimon McVittie1-11/+2
2010-11-23Respond: check status more carefully and improve debug outputSimon McVittie1-3/+19
2010-11-23GabbleServerSaslChannel: move to In_Progress state when StartMechanism is calledSimon McVittie1-10/+11
2010-11-23gabble_server_sasl_channel_raise_not_available: take varargsSimon McVittie1-5/+13
2010-11-23StartMechanism[WithData]: don't crash if no initial dataSimon McVittie1-1/+3
2010-11-23Turn GabbleServerSaslChannel's dispose into finalizeSimon McVittie1-15/+4
2010-11-23GabbleServerSaslChannel: be a TpBaseChannelSimon McVittie1-266/+65
2010-11-23GabbleServerSaslChannel: be a plain GObjectSimon McVittie1-1/+1
2010-11-23gabble_server_sasl_channel_fail: be independent of WockyAuthRegistrySimon McVittie1-12/+3
2010-11-23gabble_server_sasl_channel_success_async: be independent of WockyAuthRegistrySimon McVittie1-44/+21
2010-11-23gabble_server_sasl_channel_challenge_async: be independent of WockyAuthRegistrySimon McVittie1-45/+18
2010-11-23GabbleSaslChannel: convert start_auth_async into an ordinary methodSimon McVittie1-66/+17
2010-11-23Add a stub DefaultUsername property pending addition to the specSimon McVittie1-0/+17
2010-11-23Derive the authz. identity and default realm from the GabbleConnectionSimon McVittie1-33/+24
2010-11-23Supply the SASL channel's immutable properties at construct-timeSimon McVittie1-39/+82
2010-11-23GabbleAuthManager: only have a channel while authentication takes placeSimon McVittie1-6/+2
2010-11-23GabbleServerSaslChannel: don't handle the chain-up caseSimon McVittie1-51/+14
2010-11-23Update SASL code to draft 2Simon McVittie1-194/+244
2010-10-28Merge branch 'telepathy-gabble-0.10'Simon McVittie1-1/+4
2010-10-28conditionally include unistd.hThomas Flueeli1-1/+4
2010-10-20GabbleServerSaslChannel: stop making assumptions about how Wocky implements i...Simon McVittie1-9/+100
2010-10-13GabbleServerSaslChannel: stop making assumptions about how Wocky implements i...Simon McVittie1-9/+100
2010-09-21various: use tp_clear_object, tp_clear_pointer moreSimon McVittie1-2/+1
2010-09-21Server SASL channel: use the connection's TpDBusDaemonSimon McVittie1-3/+2
2010-06-03Fix coding style error in ServerSaslChannelWill Thompson1-4/+3