summaryrefslogtreecommitdiff
path: root/librpc/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2021-05-25 21:12:44 +1200
committerDouglas Bagnall <dbagnall@samba.org>2021-06-02 03:56:36 +0000
commit0cc4478070b9c980d653adf31647dd541cf4be22 (patch)
tree9fe31e3dbcf7fddea9bc397ddb04cb3f003e443e /librpc/wscript_build
parente583140e81bce9853ccb86370a2143c8b27b4984 (diff)
downloadsamba-0cc4478070b9c980d653adf31647dd541cf4be22.tar.gz
selftest: Add test of NDR marshalling from python, starting with wbint
These patches are to address an issue unpacking a very large winbind.wbint_Principals array (100,000). We need the NDR_TOKEN_MAX_LIST_SIZE value exposed as otherwise a well-meaning incrase of this value would invalidate the test. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14710 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r--librpc/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index 239e2895565..f6349e168fa 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -649,7 +649,7 @@ bld.SAMBA_LIBRARY('ndr',
public_deps='samba-errors talloc samba-util util_str_hex',
public_headers='gen_ndr/misc.h gen_ndr/ndr_misc.h ndr/libndr.h:ndr.h',
header_path= [('*gen_ndr*', 'gen_ndr')],
- vnum='1.0.2',
+ vnum='2.0.0',
abi_directory='ABI',
abi_match='!ndr_table_* ndr_* GUID_* _ndr_pull_error* _ndr_push_error*',
)