summaryrefslogtreecommitdiff
path: root/librpc/wscript_build
diff options
context:
space:
mode:
authorGregor Beck <gbeck@sernet.de>2014-01-02 15:30:52 +0100
committerStefan Metzmacher <metze@samba.org>2014-01-08 14:34:49 +0100
commit0f3848a8632d6f6c113d128e71171dc49f4f74b9 (patch)
treeb143dc8ae223201bd1f95e00d13da08735b926e1 /librpc/wscript_build
parentb7a53803f3e5596329688ad8186bb0287705821f (diff)
downloadsamba-0f3848a8632d6f6c113d128e71171dc49f4f74b9.tar.gz
librpc/ndr: add ndr_pop_dcerpc_sec_verification_trailer()
This extracts the dcerpc_sec_verification_trailer from the end of an ndr_pull structure, it found it reduces ndr->data_size. NDR_ERR_ALLOC is the only possible error, all other errors are ignored and a trailer with command count = 0 is returned. Pair-Programmed-With: Gregor Beck <gbeck@sernet.de> Signed-off-by: Gregor Beck <gbeck@sernet.de> Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r--librpc/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index a5cf687f1bf..b99ec9e0a96 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -303,8 +303,8 @@ bld.SAMBA_SUBSYSTEM('NDR_FSRVP',
bld.SAMBA_SUBSYSTEM('NDR_DCERPC',
source='gen_ndr/ndr_dcerpc.c ndr/ndr_dcerpc.c',
public_deps='ndr',
- public_headers='gen_ndr/ndr_dcerpc.h gen_ndr/dcerpc.h',
- header_path= [ ('*gen_ndr*', 'gen_ndr') ],
+ public_headers='gen_ndr/ndr_dcerpc.h gen_ndr/dcerpc.h ndr/ndr_dcerpc.h',
+ header_path=[ ('gen_ndr*', 'gen_ndr'), ('ndr*', 'ndr')]
)
bld.SAMBA_SUBSYSTEM('NDR_DRSUAPI',