r22092: - make spnego_parse_auth_response() more generic and
authorStefan Metzmacher <metze@samba.org>
Thu, 5 Apr 2007 12:30:23 +0000 (12:30 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:10 +0000 (12:19 -0500)
commite9f2aa22f90208a5e530ef3b68664151960a0a22
tree3a65bfb9b7f3f6bb91ed33046be5f481e8bc3bbc
parenta6e1e39f1dcd9ebcb5db199fd152a861b9be929b
r22092: - make spnego_parse_auth_response() more generic and
  not specific for NTLMSSP
- it's possible that the server sends a mechOID and authdata
  if negResult != SPNEGO_NEG_RESULT_INCOMPLETE, but we still
  force the mechOID to be present if negResult == SPNEGO_NEG_RESULT_INCOMPLETE

metze
source/libads/sasl.c
source/libsmb/cliconnect.c
source/libsmb/clispnego.c
source/rpc_client/cli_pipe.c