Add the ability to send an NTSTATUS result back with a trans2 reply so we can return...
authorJeremy Allison <jra@samba.org>
Wed, 10 Jul 2013 19:38:41 +0000 (12:38 -0700)
committerKarolin Seeger <kseeger@samba.org>
Wed, 7 Aug 2013 09:27:09 +0000 (11:27 +0200)
commit76996fe3a578d3689a7a06b0cd9c5128af556662
tree154cb943f96715babc74d0ccba77680e67c36fd7
parent2f76ebd5a7301d9b6205590e5df9590b6f5d4e8f
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>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/smbd/blocking.c
source3/smbd/proto.h
source3/smbd/trans2.c