Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-06 | Update Wocky snapshot for One Big Header. | Will Thompson | 1 | -2/+1 | |
https://bugs.freedesktop.org/show_bug.cgi?id=27489 | |||||
2011-05-03 | Remove GabbleXmppError. | Will Thompson | 1 | -0/+1 | |
There is a FIXME buried in here … but the tests pass. | |||||
2010-12-10 | server-sasl-channel: add note about completing not in an idle | Jonny Lamb | 1 | -1/+2 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-12-10 | server-sasl-channel: finish a gabble success function not in an idle | Jonny Lamb | 1 | -1/+4 | |
Fixes: fd.o#32278 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-11-26 | Map SASL_Abort_Reason_Invalid_Challenge to TP_ERROR_SERVICE_CONFUSED | Simon McVittie | 1 | -2/+1 | |
As per the spec. | |||||
2010-11-26 | Depend on telepathy-glib 0.13.7 and use it for SASL | Simon McVittie | 1 | -63/+63 | |
2010-11-24 | gabble_server_sasl_channel_get_failure_details: add | Simon McVittie | 1 | -3/+39 | |
2010-11-24 | Raise NotImplemented if the user requests an unsupported mechanism | Simon McVittie | 1 | -11/+13 | |
2010-11-23 | Update SASL to current spec master | Simon McVittie | 1 | -45/+17 | |
2010-11-23 | Don't make X-WOCKY-JABBER pseudo-mechanisms available over D-Bus | Simon McVittie | 1 | -7/+0 | |
2010-11-23 | gabble_server_sasl_channel_fail: use gabble_set_tp_conn_error_from_wocky | Simon McVittie | 1 | -26/+9 | |
2010-11-23 | gabble_server_sasl_channel_fail: on repeated failure, don't overwrite error | Simon McVittie | 1 | -0/+6 | |
2010-11-23 | GabbleServerSaslChannel: check for expected state, and debug, in async methods | Simon McVittie | 1 | -0/+6 | |
2010-11-23 | AbortSASL: improve state tracking and debugging | Simon McVittie | 1 | -5/+23 | |
Also, don't abort on invalid D-Bus input: AbortSASL(666, "crash me") shouldn't crash us. | |||||
2010-11-23 | AcceptSASL: improve state tracking and debug messages | Simon McVittie | 1 | -9/+38 | |
2010-11-23 | StartMechanism[WithData]: improve debug | Simon McVittie | 1 | -5/+16 | |
2010-11-23 | StartMechanism[WithData]: streamline search for mechanism | Simon McVittie | 1 | -11/+2 | |
2010-11-23 | Respond: check status more carefully and improve debug output | Simon McVittie | 1 | -3/+19 | |
2010-11-23 | GabbleServerSaslChannel: move to In_Progress state when StartMechanism is called | Simon McVittie | 1 | -10/+11 | |
Also assert in the tests that this is done. | |||||
2010-11-23 | gabble_server_sasl_channel_raise_not_available: take varargs | Simon McVittie | 1 | -5/+13 | |
2010-11-23 | StartMechanism[WithData]: don't crash if no initial data | Simon McVittie | 1 | -1/+3 | |
2010-11-23 | Turn GabbleServerSaslChannel's dispose into finalize | Simon McVittie | 1 | -15/+4 | |
There's actually nothing left there that releases refs. | |||||
2010-11-23 | GabbleServerSaslChannel: be a TpBaseChannel | Simon McVittie | 1 | -266/+65 | |
2010-11-23 | GabbleServerSaslChannel: be a plain GObject | Simon McVittie | 1 | -1/+1 | |
2010-11-23 | gabble_server_sasl_channel_fail: be independent of WockyAuthRegistry | Simon McVittie | 1 | -12/+3 | |
2010-11-23 | gabble_server_sasl_channel_success_async: be independent of WockyAuthRegistry | Simon McVittie | 1 | -44/+21 | |
2010-11-23 | gabble_server_sasl_channel_challenge_async: be independent of WockyAuthRegistry | Simon McVittie | 1 | -45/+18 | |
2010-11-23 | GabbleSaslChannel: convert start_auth_async into an ordinary method | Simon McVittie | 1 | -66/+17 | |
2010-11-23 | Add a stub DefaultUsername property pending addition to the spec | Simon McVittie | 1 | -0/+17 | |
2010-11-23 | Derive the authz. identity and default realm from the GabbleConnection | Simon McVittie | 1 | -33/+24 | |
This includes a behaviour change: the authorization identity hint changes from e.g. 'user' to 'user@example.com', as described in RFC 3920 §6. | |||||
2010-11-23 | Supply the SASL channel's immutable properties at construct-time | Simon McVittie | 1 | -39/+82 | |
2010-11-23 | GabbleAuthManager: only have a channel while authentication takes place | Simon McVittie | 1 | -6/+2 | |
Much like the design of GabbleTLSManager, this makes the code "the right shape". | |||||
2010-11-23 | GabbleServerSaslChannel: don't handle the chain-up case | Simon McVittie | 1 | -51/+14 | |
The channel manager does that now. | |||||
2010-11-23 | Update SASL code to draft 2 | Simon McVittie | 1 | -194/+244 | |
This isn't fully correct yet, but it compiles and passes the existing tests (with suitable updates). | |||||
2010-10-28 | Merge branch 'telepathy-gabble-0.10' | Simon McVittie | 1 | -1/+4 | |
2010-10-28 | conditionally include unistd.h | Thomas Flueeli | 1 | -1/+4 | |
2010-10-20 | GabbleServerSaslChannel: stop making assumptions about how Wocky implements ↵ | Simon McVittie | 1 | -9/+100 | |
its async callback In principle, we're not meant to assume anything about @result - even that it's a GSimpleAsyncResult. (This broke when Wocky changed its source tags from _finish to the more conventional _async.) | |||||
2010-10-13 | GabbleServerSaslChannel: stop making assumptions about how Wocky implements ↵ | Simon McVittie | 1 | -9/+100 | |
its async callback In principle, we're not meant to assume anything about @result - even that it's a GSimpleAsyncResult. (This broke when Wocky changed its source tags from _finish to the more conventional _async.) | |||||
2010-09-21 | various: use tp_clear_object, tp_clear_pointer more | Simon McVittie | 1 | -2/+1 | |
2010-09-21 | Server SASL channel: use the connection's TpDBusDaemon | Simon McVittie | 1 | -3/+2 | |
2010-06-03 | Fix coding style error in ServerSaslChannel | Will Thompson | 1 | -4/+3 | |
There was no space between the (gchar *) cast and i->data. But the cast is unnecessary anyway, as is the cast away from const GSList * to GSList * if we just change the type of 'i'. Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | |||||
2010-06-02 | Add a NULL check for GAsyncResult in dbus methods, an additional sanity check. | Eitan Isaacson | 1 | -4/+5 | |
2010-06-02 | Remove pointer address from sasl channel obj patch. | Eitan Isaacson | 1 | -2/+2 | |
2010-06-02 | Use Secure channel property. | Eitan Isaacson | 1 | -0/+18 | |
2010-06-02 | Robustified method calls in channel to gracefully fail when used incorrectly. | Eitan Isaacson | 1 | -18/+33 | |
2010-06-02 | Fixed missing space between arguments. | Eitan Isaacson | 1 | -1/+1 | |
2010-06-02 | Start SASL channel if username or password are NULL. | Eitan Isaacson | 1 | -1/+1 | |
2010-06-02 | Implement GetInterfaces for SASL channels | Danielle Madeley | 1 | -0/+13 | |
2010-06-02 | Removed new dbus errors and made better use of existing ones. | Eitan Isaacson | 1 | -2/+26 | |
2010-06-02 | raise error when selecting unavailable mechanism. | Eitan Isaacson | 1 | -11/+35 | |