index
:
~wjt/telepathy-gabble
0.11-gtalk-jingle-workarounds
43166-muc-rate-limit
51978-call-caps
61433-caps-hash-crash
61433-caps-hash-crash-test
bin-media-tpproperties
blow-away-corrupt-caps-caches
call1
data-forms
gtalk-logs
master
spdy
telepathy-gabble-0.10
telepathy-gabble-0.12
telepathy-gabble-0.14
telepathy-gabble-0.16
telepathy-gabble-0.2
telepathy-gabble-0.4
telepathy-gabble-0.6
telepathy-gabble-0.8
xmpp-console
☮
wjt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server-sasl-channel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-06
Update Wocky snapshot for One Big Header.
Will Thompson
1
-2
/
+1
2011-05-03
Remove GabbleXmppError.
Will Thompson
1
-0
/
+1
2010-12-10
server-sasl-channel: add note about completing not in an idle
Jonny Lamb
1
-1
/
+2
2010-12-10
server-sasl-channel: finish a gabble success function not in an idle
Jonny Lamb
1
-1
/
+4
2010-11-26
Map SASL_Abort_Reason_Invalid_Challenge to TP_ERROR_SERVICE_CONFUSED
Simon McVittie
1
-2
/
+1
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
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
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
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
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
2010-11-23
GabbleServerSaslChannel: don't handle the chain-up case
Simon McVittie
1
-51
/
+14
2010-11-23
Update SASL code to draft 2
Simon McVittie
1
-194
/
+244
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 i...
Simon McVittie
1
-9
/
+100
2010-10-13
GabbleServerSaslChannel: stop making assumptions about how Wocky implements i...
Simon McVittie
1
-9
/
+100
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
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
[next]