librpc/idl: Add dnsp_DnsProperty_short
authorAndrew Bartlett <abartlet@samba.org>
Wed, 13 May 2020 22:21:19 +0000 (10:21 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 15 May 2020 06:05:30 +0000 (06:05 +0000)
commit87bf1d687fe7b48a7b6d511dfc7f5414db16119c
treeb5fb4853c732e179acd325a4aa089c53193c5004
parent4e08ea2aa3ed95398c9679aaaa2722aecff77547
librpc/idl: Add dnsp_DnsProperty_short

This will be used by a test and the DNS server code to parse short dnsProperty
records which come from Windows servers.

This example is from the value that caused Samba to fail as it
can not be parsed as a normal dnsp_DnsProperty

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14310

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
librpc/idl/dnsp.idl
python/samba/tests/blackbox/ndrdump.py