pidl: added a new type dnsp_name
authorAndrew Tridgell <tridge@samba.org>
Tue, 11 May 2010 05:09:05 +0000 (07:09 +0200)
committerAndrew Tridgell <tridge@samba.org>
Thu, 5 Aug 2010 07:31:29 +0000 (17:31 +1000)
commita41dffcb6a0a2dcb6bbcf3ecbb4a7a1df47d85df
treea0fda72beeaa17798f06e51468ea1d930c2129f2
parent1a701914fd226f7d3844bd6feadcd58cb7144246
pidl: added a new type dnsp_name

This is a name type used in DNS where each DNS component maps to a
length byte followed by the string

We want these to map to a char *, which is why we need to do this in
PIDL
pidl/lib/Parse/Pidl/NDR.pm
pidl/lib/Parse/Pidl/Samba4/Python.pm
pidl/lib/Parse/Pidl/Typelist.pm