summaryrefslogtreecommitdiff
path: root/wocky/wocky-auth-registry.h
AgeCommit message (Expand)AuthorFilesLines
2020-09-25Add experimental SASL TLS channel binding type ExporterRuslan N. Marchenko1-0/+1
2020-09-25Add support for GIO-TLS channel binding API and simple fallbackRuslan N. Marchenko1-1/+3
2020-09-25Enable all SHA1 and SHA2 SCRAM algorithms, move to SHA256 defaultRuslan N. Marchenko1-0/+8
2020-09-23Initial SASL-SCRAM-SHA-1-PLUS implementation: enable gs2_flagsRuslan N. Marchenko1-0/+18
2012-12-12Simplify generating GEnums/GFlagsWill Thompson1-1/+1
2012-11-21Don't put const before G*List, it does not make senseOlivier CrĂȘte1-3/+3
2012-02-06Make #include <wocky/wocky.h> the only legal import.Will Thompson1-1/+4
2012-02-06Include foo-enumtypes.h from each foo.hWill Thompson1-0/+1
2011-10-12Add wocky_auth_registry_supports_one_of()Xavier Claessens1-0/+5
2011-03-08auth-registry: fix typos when referencing other functionsJonny Lamb1-2/+2
2011-03-08all: document Class structsJonny Lamb1-0/+29
2011-03-08auth-registry: fix up all gtk-doc docsJonny Lamb1-31/+83
2010-11-15auth-registry: add a namespace to auth mechanism constantsJonny Lamb1-4/+4
2010-05-19Added documentation to virtual functions.Eitan Isaacson1-0/+52
2010-05-19made _finish functions virtualEitan Isaacson1-0/+23
2010-05-19Allocate GAsyncResult in implementation. In essence, they are now public.Eitan Isaacson1-9/+12
2010-05-19Added virtual public method wocky_auth_registry_failureEitan Isaacson1-0/+7
2010-05-19Made new struct for holding initial auth data (mechanism and initial response).Eitan Isaacson1-3/+17
2010-05-19Added private virtual functions to WockyAuthRegistry.Eitan Isaacson1-0/+21
2010-05-07Make mechanism names preprocessor macros.Eitan Isaacson1-0/+5
2010-05-07Renamed WockySaslHandler to WockyAuthHandlerEitan Isaacson1-3/+3
2010-05-07Added WockyJabberAuth, WockyJabberAuthPassword and WockyJabberAuthDigest.Eitan Isaacson1-2/+7
2010-05-04Removed wocky_auth_registry_failure_notify, will add when we implement.Eitan Isaacson1-3/+0
2010-05-04Added WockyAuthRegistry.Eitan Isaacson1-0/+122