s4-dns: Added support for multiple DNS_RPC_RECORDS structures
authorAmitay Isaacs <amitay@gmail.com>
Tue, 27 Sep 2011 07:10:14 +0000 (17:10 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 20 Oct 2011 03:53:05 +0000 (05:53 +0200)
commit65f9a13dc3f3e26aa3f7a9d90abe94a7b2e6bc77
tree0e90e398b83751bee36a812c8bc3ee3040cc2271
parent0f84c634fc035f31e284b95b93e66be1a541c680
s4-dns: Added support for multiple DNS_RPC_RECORDS structures

Windows returns multiple DNS_RPC_RECORDS structures, but there is
no well defined structure in [MS-DNSP] doc. Added hand-written
code to parse ndr.

Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>

Signed-off-by: Andrew Tridgell <tridge@samba.org>
librpc/idl/dnsserver.idl
librpc/ndr/ndr_dnsserver.c [new file with mode: 0644]
librpc/ndr/ndr_dnsserver.h [new file with mode: 0644]
librpc/wscript_build