s3:ntlmssp Don't use talloc_tos() for NTLMSSP blobs for now
authorAndrew Bartlett <abartlet@samba.org>
Fri, 6 Aug 2010 10:41:54 +0000 (20:41 +1000)
committerGünther Deschner <gd@samba.org>
Tue, 10 Aug 2010 10:13:00 +0000 (12:13 +0200)
commit617ec0733dad40c9441b1e1533fb3d99bf22c24f
tree291f19ebff6d40cb591dba5a2ac0cbf5a5cba6dc
parentd112557a05b23480abd3f2f52c1c7b8ded2b4f66
s3:ntlmssp Don't use talloc_tos() for NTLMSSP blobs for now

This code will, I hope, soon be merged in common, and the Samba4
use case does not currently support talloc_tos() properly.  Use another
context for now.

Andrew Bartlett

Signed-off-by: Günther Deschner <gd@samba.org>
source3/libsmb/ntlmssp.c