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