r17453: Fix msdfs RPC management (this broke with the autogenerated dfs rpcs).
authorGünther Deschner <gd@samba.org>
Tue, 8 Aug 2006 11:00:16 +0000 (11:00 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:34 +0000 (11:38 -0500)
commitf9bef1f08f7d2a4c95c28329ac73e8646f033998
tree7e985563f7bf3692745fd488398e3148d46a6b7f
parente4b8c79a9d6f7323953121887af4f482d04a9228
r17453: Fix msdfs RPC management (this broke with the autogenerated dfs rpcs).

* Remove "unknown" from dfs_Enum (samba4 dfs IDL updates to follow).

* When encountering an unsupported infolevel the rpc server must reply
with a dfs_info_0 structure and WERR_OK (observed from w2k3 when talking
to nt4).

Guenther
source/include/msdfs.h
source/include/rpc_dfs.h
source/rpc_client/cli_dfs.c
source/rpc_parse/parse_dfs.c
source/rpc_server/srv_dfs_nt.c
source/rpcclient/cmd_dfs.c
source/smbd/msdfs.c