s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS
authorAndrew Bartlett <abartlet@samba.org>
Mon, 12 Jul 2010 04:26:34 +0000 (14:26 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 14 Jul 2010 06:22:49 +0000 (16:22 +1000)
commit0d95cee58f80e46636fa4b826d248c9ce9983c9b
tree8d48702186666fc8a27cb21685c61870fa95d4c5
parent1debe30689e75023fab44028ef6942a692e37e95
s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS

This fixes a bug where register_existing_vuid() could be called with a
NULL server_info if the alloction failed.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
source3/auth/auth_ntlmssp.c
source3/include/proto.h
source3/rpc_server/srv_pipe.c
source3/smbd/sesssetup.c
source3/smbd/smb2_sesssetup.c