Add the ability to send an NTSTATUS result back with a trans2 reply so we can return...
commit65d4a4cefdd75c4067edec92fd464e9b17a3900a
authorJeremy Allison <jra@samba.org>
Wed, 10 Jul 2013 19:38:41 +0000 (10 12:38 -0700)
committerKarolin Seeger <kseeger@samba.org>
Wed, 7 Aug 2013 09:16:08 +0000 (7 11:16 +0200)
tree12503bbee4daefeb66a5385f5cca12883a4413c0
parentd3b9f6c0f8e1bfc70c59e846fd10f976ec371a35
Add the ability to send an NTSTATUS result back with a trans2 reply so we can return a parameter block with an error code.

This is needed when returning a STATUS_INVALID_NAME result (tested
from Windows 2012).

Bug 9992 - Windows error 0x800700FE when copying files with xattr names containing ":"

Signed-off-by: Jeremy Allison <jra@samba.org>
source3/smbd/blocking.c
source3/smbd/proto.h
source3/smbd/trans2.c