r18572: Use the autogenerated client and server for the echo interface and implement
commit9e9a05366176454cc1779acc6c2b6070743f5939
authorJelmer Vernooij <jelmer@samba.org>
Fri, 15 Sep 2006 22:49:27 +0000 (15 22:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:51:51 +0000 (10 11:51 -0500)
tree0433bf3095c78eaf558873366abf563cd3ea6839
parent990e7c3f8eda0c7902bcab0523218b6b218e2ef4
r18572: Use the autogenerated client and server for the echo interface and implement
some of the missing functions. RPC-ECHO now passes against Samba3.
21 files changed:
source/Makefile.in
source/configure.in
source/include/includes.h
source/include/rpc_client.h
source/include/rpc_echo.h [deleted file]
source/include/smb.h
source/librpc/gen_ndr/cli_echo.c [new file with mode: 0644]
source/librpc/gen_ndr/cli_echo.h [new file with mode: 0644]
source/librpc/gen_ndr/echo.h [new file with mode: 0644]
source/librpc/gen_ndr/ndr_echo.c [new file with mode: 0644]
source/librpc/gen_ndr/ndr_echo.h [new file with mode: 0644]
source/librpc/gen_ndr/srv_echo.c [new file with mode: 0644]
source/librpc/gen_ndr/srv_echo.h [new file with mode: 0644]
source/librpc/ndr/ndr_basic.c
source/rpc_client/cli_echo.c [deleted file]
source/rpc_parse/parse_echo.c [deleted file]
source/rpc_server/srv_echo.c [deleted file]
source/rpc_server/srv_echo_nt.c
source/rpc_server/srv_pipe.c
source/rpcclient/cmd_echo.c
source/script/tests/test_posix_s3.sh