r18193: Not quite to autogenerated NDR but closer thanks to Jelmer's
authorGerald Carter <jerry@samba.org>
Wed, 6 Sep 2006 22:08:06 +0000 (22:08 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:51:08 +0000 (11:51 -0500)
commit82ed0866182afa6b8a2285f46bdd8f326db9032f
tree61588031b77049f68b911b71e786edddceedadc5
parent34047286866aa0f37dd863c692a3e9efe56a898c
r18193: Not quite to autogenerated NDR but closer thanks to Jelmer's
initial work.  I'm including the librpc/gen_ndr directory
in svn temporarily just to get some compile issues straightened
out.
(This used to be commit cf271aa433cfa606be5dbf3ed1d94fe3caf57653)
27 files changed:
source3/Makefile.in
source3/include/core.h [new file with mode: 0644]
source3/include/core/nterr.h [new file with mode: 0644]
source3/include/dcerpc.h [new file with mode: 0644]
source3/include/includes.h
source3/include/ndr.h [new file with mode: 0644]
source3/include/smb.h
source3/libndr/unixinfo.h [deleted file]
source3/librpc/gen_ndr/ndr_dcerpc.h [new file with mode: 0644]
source3/librpc/gen_ndr/ndr_unixinfo.c [moved from source3/libndr/ndr_unixinfo.c with 94% similarity]
source3/librpc/gen_ndr/ndr_unixinfo.h [moved from source3/libndr/ndr_unixinfo.h with 57% similarity]
source3/librpc/gen_ndr/unixinfo.h [new file with mode: 0644]
source3/librpc/ndr/libndr.h [moved from source3/libndr/libndr.h with 99% similarity]
source3/librpc/ndr/misc.h [moved from source3/libndr/misc.h with 100% similarity]
source3/librpc/ndr/ndr.c [moved from source3/libndr/ndr.c with 100% similarity]
source3/librpc/ndr/ndr_basic.c [moved from source3/libndr/ndr_basic.c with 100% similarity]
source3/librpc/ndr/ndr_dcerpc.h [new file with mode: 0644]
source3/librpc/ndr/ndr_misc.c [moved from source3/libndr/ndr_misc.c with 100% similarity]
source3/librpc/ndr/ndr_misc.h [new file with mode: 0644]
source3/librpc/ndr/ndr_sec.h [moved from source3/libndr/ndr_sec.h with 100% similarity]
source3/librpc/ndr/ndr_sec_helper.c [moved from source3/libndr/ndr_sec_helper.c with 100% similarity]
source3/librpc/ndr/ndr_security.h [new file with mode: 0644]
source3/librpc/ndr/ndr_string.c [moved from source3/libndr/ndr_string.c with 100% similarity]
source3/librpc/ndr/security.h [moved from source3/libndr/security.h with 100% similarity]
source3/librpc/ndr/sid.c [moved from source3/libndr/sid.c with 100% similarity]
source3/rpc_client/cli_unixinfo.h
source3/script/build_idl.sh [new file with mode: 0644]