summaryrefslogtreecommitdiff
path: root/wocky/wocky-sasl-scram.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-23SCRAM: correct logic in server-final message handlingWill Thompson1-1/+1
2012-04-04add missing config.h includesGuillaume Desmottes1-0/+5
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-16Also replace g_byte_array_free with g_byte_array_unrefXavier Claessens1-8/+8
2011-03-01auth: Remove unneeded assignments and variables.Will Thompson1-1/+1
2010-10-07Fixed memmory leak in WockySaslScamNicolas Dufresne1-0/+8
2010-06-25Properly initialze base64 state and saveSjoerd Simons1-2/+2
2010-06-25Log the difference between actual and expected verification resultSjoerd Simons1-0/+5
2010-06-14Add support for SCRAM-SHA1Sjoerd Simons1-0/+590