summaryrefslogtreecommitdiff
path: root/wocky/wocky-auth-registry.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-21wocky_auth_registry_has_mechanism: simplify!Will Thompson1-5/+1
2012-11-21wocky_auth_registry_has_mechanism: fix coding styleWill Thompson1-1/+4
2012-11-21Don't put const before G*List, it does not make senseOlivier CrĂȘte1-7/+7
2012-04-04add missing config.h includesGuillaume Desmottes1-0/+4
2012-02-06Namespace debug flags.Will Thompson1-1/+1
2012-02-06Move most of debug.h to debug-internal.hWill Thompson1-1/+1
2011-10-12Add wocky_auth_registry_supports_one_of()Xavier Claessens1-47/+100
2010-11-15auth-registry: add a namespace to auth mechanism constantsJonny Lamb1-4/+4
2010-10-04GSimpleAsyncResult source tags should be _asyncNicolas Dufresne1-6/+6
2010-06-14Add support for SCRAM-SHA1Sjoerd Simons1-1/+11
2010-05-19made _finish functions virtualEitan Isaacson1-0/+55
2010-05-19Allocate GAsyncResult in implementation. In essence, they are now public.Eitan Isaacson1-33/+36
2010-05-19Added virtual public method wocky_auth_registry_failureEitan Isaacson1-0/+11
2010-05-19Moved g_string copy/free functions to wocky-utilsEitan Isaacson1-21/+4
2010-05-19Made new struct for holding initial auth data (mechanism and initial response).Eitan Isaacson1-25/+49
2010-05-19Added private virtual functions to WockyAuthRegistry.Eitan Isaacson1-23/+84
2010-05-07Make mechanism names preprocessor macros.Eitan Isaacson1-4/+4
2010-05-07rename sasl debug flag to authEitan Isaacson1-1/+1
2010-05-07Renamed WockySaslHandler to WockyAuthHandlerEitan Isaacson1-15/+15
2010-05-07Added WockyJabberAuth, WockyJabberAuthPassword and WockyJabberAuthDigest.Eitan Isaacson1-4/+18
2010-05-04Moved g_assert so it does a real sanity check.Eitan Isaacson1-2/+2
2010-05-04Removed wocky_auth_registry_failure_notify, will add when we implement.Eitan Isaacson1-5/+0
2010-05-04Use wocky_implement_finish_* macros in WockyAuthRegistry.Eitan Isaacson1-45/+26
2010-05-04Initiaze GErrors to NULL.Eitan Isaacson1-3/+3
2010-05-04Added WockyAuthRegistry.Eitan Isaacson1-0/+374