Fix inspired by work done by David Disseldorp for bug #8040 - smbclient segfaults...
authorJeremy Allison <jra@samba.org>
Mon, 28 Mar 2011 20:26:27 +0000 (13:26 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 28 Mar 2011 21:12:07 +0000 (23:12 +0200)
commit52602e4f5ad0f7c3cdb4a50dfe32d0b8ad49b6e4
tree69911fe6eca738368d497107032f3a3b084058b6
parentfbe19ba39843d0c70758fc8d775b085a67224a94
Fix inspired by work done by David Disseldorp for bug #8040 - smbclient segfaults when a Cyrillic netbios name or workgroup is configured.

Change msrpc_gen to return NTSTATUS and ensure everywhere this is
used it is correctly checked to return that status.

Jeremy.
libcli/auth/msrpc_parse.c
libcli/auth/msrpc_parse.h
libcli/auth/ntlmssp_server.c
libcli/auth/ntlmssp_sign.c
libcli/auth/smbencrypt.c
source3/libsmb/ntlmssp.c
source4/auth/ntlmssp/ntlmssp_client.c