auth/spnego: do parse the incoming blob already in gensec_spnego_update_send()
authorStefan Metzmacher <metze@samba.org>
Wed, 14 Jun 2017 01:39:02 +0000 (03:39 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 25 Jul 2017 11:51:07 +0000 (13:51 +0200)
commit6521967c4b5e89ac9ceefc38c591fa717e5aedd6
treecc4c8559eb7ca64beaf1c4b17bde0e54213ac740
parent00c195b43152fd9d14f82b0861ef137269abe051
auth/spnego: do parse the incoming blob already in gensec_spnego_update_send()

It's easier to have this in one central place.

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