auth/spnego: split out gensec_spnego_update_pre/post() functions
authorStefan Metzmacher <metze@samba.org>
Tue, 13 Jun 2017 21:43:01 +0000 (23:43 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 25 Jul 2017 11:51:10 +0000 (13:51 +0200)
commit3bf494645044f858e7e34501d7b39e2677745ede
treed602cf918b76ce4cdfd10b9b9b3cf5e33777d54a
parentcb8f370abd3f1dc83e434c08977c5b46a698e428
auth/spnego: split out gensec_spnego_update_pre/post() functions

For now we keep doing sync processing only, in future
we'll do some preprocessing before a gensec_update_send()
on the subcontext in gensec_spnego_update_pre()
and handle the the result of gensec_update_recv()
in gensec_spnego_update_post().

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
auth/gensec/spnego.c