pidl Add support for uid_t and gid_t types
authorAndrew Bartlett <abartlet@samba.org>
Fri, 11 Feb 2011 07:45:32 +0000 (18:45 +1100)
committerStefan Metzmacher <metze@samba.org>
Tue, 22 Feb 2011 18:32:53 +0000 (19:32 +0100)
commit4d0f1fbaf431a89e9f31dd6cd27a07a8cd3fdee8
treeda5a976e394be2d40b23054b942abf10c5b44493
parent6c8509fab3b0a2fde777a7ef4e52a0014e2f2caf
pidl Add support for uid_t and gid_t types

These are mapped to int64_t, which should be big enough.  This is
proposed to be used for internal Samba representations, where it would
be more painful to convert all the callers to an int64_t calling
convention.

Andrew Bartlett
librpc/ndr/ndr_basic.c
pidl/lib/Parse/Pidl/NDR.pm
pidl/lib/Parse/Pidl/Samba4/Python.pm
pidl/lib/Parse/Pidl/Typelist.pm