s4:http/gensec: add missing tevent_req_done() to gensec_http_ntlm_update_done()
commit13f91927e0f642e58c70d7b0b2f68df861ac661c
authorStefan Metzmacher <metze@samba.org>
Thu, 20 Jul 2017 09:56:21 +0000 (20 11:56 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 21 Jul 2017 21:29:39 +0000 (21 23:29 +0200)
tree21eec6e78ec351465cdfca30d29b1f85fe1051da
parent5c1e2f564ba75212be9fc48f8a6788a017060420
s4:http/gensec: add missing tevent_req_done() to gensec_http_ntlm_update_done()

This was missing in commit d718e92d5e145dccd492c46febc249e462ce50c6.

Sadly we can't have automated tests for this as we only implement
the client side for this protocol.

I've tested with using:

bin/smbtorture \
  -W BLA --realm=BLA.BASE \
  -s /dev/null -Uadministrator%A1b2C3d4 \
  ncacn_http:w2k8r2-219[593,RpcProxy=w2k8r2-219.bla.base,HttpUseTls=false,HttpAuthOption=basic] \
  rpc.epmapper.epmapper.Lookup_simple \

and:

bin/smbtorture \
  -W BLA --realm=BLA.BASE \
  -s /dev/null -Uadministrator%A1b2C3d4 \
  ncacn_http:w2k8r2-219[593,RpcProxy=w2k8r2-219.bla.base,HttpUseTls=false,HttpAuthOption=ntlm] \
  rpc.epmapper.epmapper.Lookup_simple \

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12919

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Jul 21 23:29:39 CEST 2017 on sn-devel-144
source4/lib/http/gensec/ntlm.c