another major bit of restructuring of rpc in Samba4. Mostly moving
authorAndrew Tridgell <tridge@samba.org>
Thu, 6 Nov 2003 12:34:04 +0000 (12:34 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 6 Nov 2003 12:34:04 +0000 (12:34 +0000)
commit4fa0f615f286631820316f8c87dd61eda494e203
treec06fd75490e2de5cf5692154148b24209fef2fcd
parentfa3db33a5441ed31f9d8c19dc6984d160b86e4da
another major bit of restructuring of rpc in Samba4. Mostly moving
files around, but also added the first bits of auto-generated code for
the lsa pipe.

I haven't updated the Makefile to call pidl yet, so for now the code
was cut-and-pasted into librpc/ndr/ndr_lsa.c manually
(This used to be commit 6b222d3b6541ee74cf8bf3f0913cd444903ca991)
20 files changed:
source4/Makefile.in
source4/include/includes.h
source4/libcli/ndr/ndr_lsa.c [deleted file]
source4/librpc/idl/lsa.idl [new file with mode: 0644]
source4/librpc/ndr/libndr.h [moved from source4/libcli/ndr/libndr.h with 95% similarity]
source4/librpc/ndr/ndr.c [moved from source4/libcli/ndr/ndr.c with 100% similarity]
source4/librpc/ndr/ndr_basic.c [moved from source4/libcli/ndr/ndr_basic.c with 83% similarity]
source4/librpc/ndr/ndr_echo.c [moved from source4/libcli/ndr/ndr_echo.c with 84% similarity]
source4/librpc/ndr/ndr_echo.h [moved from source4/libcli/ndr/ndr_echo.h with 100% similarity]
source4/librpc/ndr/ndr_lsa.c [new file with mode: 0644]
source4/librpc/ndr/ndr_lsa.h [moved from source4/libcli/ndr/ndr_lsa.h with 85% similarity]
source4/librpc/ndr/ndr_misc.c [moved from source4/libcli/ndr/ndr_misc.c with 100% similarity]
source4/librpc/ndr/ndr_misc.h [moved from source4/libcli/ndr/ndr_misc.h with 100% similarity]
source4/librpc/ndr/ndr_sec.c [moved from source4/libcli/ndr/ndr_sec.c with 79% similarity]
source4/librpc/ndr/ndr_sec.h [moved from source4/libcli/ndr/ndr_sec.h with 100% similarity]
source4/librpc/rpc/dcerpc.c [moved from source4/libcli/rpc/dcerpc.c with 100% similarity]
source4/librpc/rpc/dcerpc.h [moved from source4/libcli/rpc/dcerpc.h with 100% similarity]
source4/librpc/rpc/dcerpc_smb.c [moved from source4/libcli/raw/rawdcerpc.c with 100% similarity]
source4/librpc/rpc/rpc_echo.c [moved from source4/libcli/rpc/rpc_echo.c with 100% similarity]
source4/librpc/rpc/rpc_lsa.c [moved from source4/libcli/rpc/rpc_lsa.c with 88% similarity]