Thanks to Andrew Bartlett's advice, fix the NTLMSSP version problem the correct way.
authorJeremy Allison <jra@samba.org>
Wed, 19 May 2010 17:34:44 +0000 (10:34 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 19 May 2010 17:36:39 +0000 (10:36 -0700)
commitb0d7a3d123cb96049dc782b317554448acdae1a2
tree47cd4878580d27edbc85581794f10e1be78e1366
parentac9341245af38fe019c43ad9e413dbc62e26bc7a
Thanks to Andrew Bartlett's advice, fix the NTLMSSP version problem the correct way.

No more magic blobs :-). Use ndr_push_struct_blob() to
push a properly formatted VERSION struct.

Jeremy.
libcli/auth/msrpc_parse.c
librpc/idl/ntlmssp.idl
source3/libsmb/ntlmssp.c