librpc/rpc: Add windows propertyset info and associated accessor and helper api.
authorNoel Power <noel.power@suse.com>
Thu, 7 May 2020 14:09:32 +0000 (15:09 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 25 Oct 2023 22:23:38 +0000 (22:23 +0000)
commit62f96d9c69aef4d7a7f0fc50996345bb1fb29d47
tree88754e203b3c1191eb41b67cb66830343ae29f39
parenta3b25146805cd4aa893a12b3de9fc19c6b0ea756
librpc/rpc: Add windows propertyset info and associated accessor and helper api.

wsp_util.c contains property definitions for well known windows
properties that can be used with WSP. These properties are generated from
some csv files (located in the librpc/wsp). The csv files themselves
were generated from a couple of sources e.g. the [MS-WSP]:
Windows Search Protocol document and wireshark mswsp dissector source code.

for more details please see librpc/wsp/README

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/wscript_build
librpc/wsp/README [new file with mode: 0644]
librpc/wsp/allprops-from-ms-wsp-spec.csv [new file with mode: 0644]
librpc/wsp/extra-props.csv [new file with mode: 0644]
librpc/wsp/wsp_util.c [new file with mode: 0644]
librpc/wsp/wsp_util.h [new file with mode: 0644]
source4/scripting/bin/gen_wsp_props.py [new file with mode: 0755]