auth/spnego: let spnego.c use the new gensec_child_* helper functions
authorStefan Metzmacher <metze@samba.org>
Fri, 30 Dec 2016 17:05:17 +0000 (18:05 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 21 May 2017 19:05:09 +0000 (21:05 +0200)
commit06fa3ae313bb36da87f056cc993f201369a30c2b
tree70c1c0813da563476b9d4a1b3923e49879f352f1
parent8332941953c9cc42308e32f6a409c2db39c2936f
auth/spnego: let spnego.c use the new gensec_child_* helper functions

This means we no longer allow operations on a half finished authentication,
it's activated by gensec_child_ready().

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
auth/gensec/spnego.c