]> git.ipfire.org Git - thirdparty/samba.git/commit
librpc/ndr: Use libndr compression for claims
authorAndrew Bartlett <abartlet@samba.org>
Thu, 16 Mar 2023 06:06:04 +0000 (19:06 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 31 Mar 2023 01:48:30 +0000 (01:48 +0000)
commit2d2f68236e6d34d96dc6bdceb13ff54bedde46fb
tree2e6da923b1dedfec7662744ee4801d530a8f98eb
parentc6981f60549c497d401c4c4173dc362f083791d7
librpc/ndr: Use libndr compression for claims

This ensures our python layer and C layer (in the KDC, when implementated)
use the same compression logic and so allows us to test the production
compression via the IDL-generated interfaces.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
librpc/idl/claims.idl
librpc/ndr/ndr_claims.c [new file with mode: 0644]
librpc/ndr/ndr_claims.h [new file with mode: 0644]
librpc/wscript_build
python/samba/tests/krb5/raw_testcase.py