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)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 9 Aug 2010 06:30:43 +0000 (16:30 +1000)
commit03249470c58fbb23f5152e74b0ac5675cf18ae7f
treeb319168b7167a2ab3c2bfe4fb4c4d80863955e3c
parentca63c24a1d44f9ebcf1566a61d3e976aadbdba49
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
source3/libsmb/ntlmssp.c