r18068: This splits the handling of multiple SASL packets between the GENSEC
authorAndrew Bartlett <abartlet@samba.org>
Tue, 5 Sep 2006 09:42:54 +0000 (09:42 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:17:11 +0000 (14:17 -0500)
commit0a098006b431f4aa48632a27ca08e9adca8d9609
tree7a4ef922de67cd26da577d3a825f98537e3707aa
parent8d80024976bc508d73b42b4cf12315fe8f7a6322
r18068: This splits the handling of multiple SASL packets between the GENSEC
backend (if it chooses to implement it), or the GENSEC socket code.

This is to allow us to handle DIGEST-MD5 across to cyrus-sasl.

Andrew Bartlett
source/auth/gensec/gensec.c
source/auth/gensec/gensec.h
source/auth/gensec/socket.c
source/auth/gensec/socket.h
source/auth/gensec/spnego.c