yipee! we can now do lsaOpenPolicy() via the new interfaces, without
authorAndrew Tridgell <tridge@samba.org>
Tue, 4 Nov 2003 09:10:31 +0000 (09:10 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 4 Nov 2003 09:10:31 +0000 (09:10 +0000)
commit46046aa69be01d4868395b9b52b8bcd22c3859e5
tree3af71169e89f42282e6a4363bc27863ed41ce31d
parentd8cbe76b868eb6f2b3876fa540e0847bd2d4f9d7
yipee! we can now do lsaOpenPolicy() via the new interfaces, without
using any of the old lsa code
(This used to be commit f5bd301ff7befa223a1d761a37ae8f7ce7f1fcd1)
14 files changed:
source4/Makefile.in
source4/libcli/ndr/libndr.h
source4/libcli/ndr/ndr_basic.c
source4/libcli/ndr/ndr_echo.c
source4/libcli/ndr/ndr_lsa.c [new file with mode: 0644]
source4/libcli/ndr/ndr_lsa.h [new file with mode: 0644]
source4/libcli/ndr/ndr_misc.c [new file with mode: 0644]
source4/libcli/ndr/ndr_misc.h [new file with mode: 0644]
source4/libcli/raw/rawdcerpc.c
source4/libcli/rpc/dcerpc.c
source4/libcli/rpc/rpc_lsa.c [new file with mode: 0644]
source4/torture/rpc/echo.c
source4/torture/rpc/lsa.c
source4/torture/torture.c