auth/credentials: make cli_credentials_get_ntlm_response() more robust
authorStefan Metzmacher <metze@samba.org>
Thu, 27 Oct 2016 11:32:31 +0000 (13:32 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 15 Nov 2016 10:00:26 +0000 (11:00 +0100)
commitfee23c33ae279e96d0a70e2f313d20d7fae106ff
treee31baf6c921c10860624f9a0b56c0d01b2a71dc7
parent02f79060a0bc5c13a32cce76ce6fde22593f8d5a
auth/credentials: make cli_credentials_get_ntlm_response() more robust

We always provide each output blob as it's own talloc memory
and also check for talloc failures.

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