Allow FSRVP access generic HRESULT error message descriptions
authorNoel Power <noel.power@suse.com>
Mon, 24 Mar 2014 11:52:48 +0000 (11:52 +0000)
committerStefan Metzmacher <metze@samba.org>
Wed, 2 Apr 2014 18:25:07 +0000 (20:25 +0200)
commit57a4319baaee011f2604eadeac655ff1c84d4312
tree63dc75cf299e010e334214a6adcbc60a720ae227
parent027afd11ca404f24726013d0f9805f42b14e59d7
Allow FSRVP access generic HRESULT error message descriptions

FSRVP can possibly return any HRESULT error in addition to it's own
specific errors. This change searches the HRESULT errors for a description
if the error doesn't match any of the known FSRVP ones.
Also removed some errors defined in fsrvp.idl (now that they are defined
in hresult.h)

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
librpc/idl/fsrvp.idl
source3/rpcclient/cmd_fss.c
source4/torture/rpc/fsrvp.c