r20832: Remove extra pointers previously added to unique [out] pointers. Instead,
authorJelmer Vernooij <jelmer@samba.org>
Tue, 16 Jan 2007 15:42:03 +0000 (15:42 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:17:11 +0000 (12:17 -0500)
commit62e11c4f1748d98f479110c8c0e656a8f65dca4d
tree24dcb7a044c18fe88f7db18540a0062a3da00200
parent58efeafa7d0e56766a06e75f473cebb420fe18c3
r20832: Remove extra pointers previously added to unique [out] pointers. Instead,
add [ref] pointers where necessary (top-level [ref] pointers,
by spec, don't appear on the wire).

This brings us closer to the DCE/RPC standard again.
(This used to be commit 580f2a7197b1bc9db14a643fdd112b40ef37aaef)
34 files changed:
source3/client/client.c
source3/libmsrpc/cac_winreg.c
source3/librpc/gen_ndr/cli_dfs.c
source3/librpc/gen_ndr/cli_dfs.h
source3/librpc/gen_ndr/cli_echo.c
source3/librpc/gen_ndr/cli_echo.h
source3/librpc/gen_ndr/cli_lsa.c
source3/librpc/gen_ndr/cli_lsa.h
source3/librpc/gen_ndr/cli_netlogon.c
source3/librpc/gen_ndr/cli_netlogon.h
source3/librpc/gen_ndr/cli_srvsvc.c
source3/librpc/gen_ndr/cli_srvsvc.h
source3/librpc/gen_ndr/cli_svcctl.c
source3/librpc/gen_ndr/cli_svcctl.h
source3/librpc/gen_ndr/cli_unixinfo.c
source3/librpc/gen_ndr/cli_unixinfo.h
source3/librpc/gen_ndr/cli_winreg.c
source3/librpc/gen_ndr/cli_winreg.h
source3/librpc/gen_ndr/cli_wkssvc.c
source3/librpc/gen_ndr/cli_wkssvc.h
source3/librpc/gen_ndr/ndr_winreg.c
source3/librpc/gen_ndr/srv_winreg.h
source3/librpc/gen_ndr/winreg.h
source3/librpc/idl/unixinfo.idl
source3/librpc/idl/winreg.idl
source3/libsmb/libsmbclient.c
source3/rpc_server/srv_winreg_nt.c
source3/rpcclient/cmd_dfs.c
source3/rpcclient/cmd_echo.c
source3/rpcclient/cmd_srvsvc.c
source3/rpcclient/cmd_unixinfo.c
source3/utils/net_rpc.c
source3/utils/net_rpc_registry.c
source3/utils/smbtree.c