summaryrefslogtreecommitdiff
path: root/wocky/wocky-sasl-digest-md5.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-04add missing config.h includesGuillaume Desmottes1-0/+3
2012-02-06Namespace debug flags.Will Thompson1-1/+1
2012-02-06Move most of debug.h to debug-internal.hWill Thompson1-1/+1
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-2/+2
2011-08-17sasl-digest-md5: the response needs both the realm and serverMarco Barisione1-3/+3
2010-11-15auth-registry: add a namespace to auth mechanism constantsJonny Lamb1-1/+1
2010-07-16Fix a NULL check in digest_md5_make_initial_responseWill Thompson1-1/+2
2010-06-14Add utilities for nonce generation and HMAC-SHA1Sjoerd Simons1-17/+2
2010-05-07Make mechanism names preprocessor macros.Eitan Isaacson1-1/+1
2010-05-07rename sasl debug flag to authEitan Isaacson1-1/+1
2010-05-07Renamed WockySaslHandler to WockyAuthHandlerEitan Isaacson1-8/+8
2010-05-04Added WockyAuthRegistry.Eitan Isaacson1-39/+32
2010-01-11Make the handling of additional data with success genericSjoerd Simons1-38/+8
2010-01-11Use an auth data function instead of the challenge functionSjoerd Simons1-41/+54
2010-01-11Generalize the failure handlingSjoerd Simons1-27/+1
2010-01-11Use the new initial response function APISjoerd Simons1-5/+0
2010-01-10Cope with final auth data in success for digest-md5Sjoerd Simons1-24/+54
2010-01-10Change the success handler signature so it retuns a booleanSjoerd Simons1-3/+5
2009-11-19give SASL handlers a plain flag and skip handlers based on itDafydd Harries1-0/+1
2009-11-19put "Server send" into the past tense where appropriateDafydd Harries1-5/+5
2009-11-17make WockySaslHandler a GInterfaceDafydd Harries1-0/+556