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)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 1 Mar 2011 05:29:03 +0000 (06:29 +0100)
commit646aefd998c1af366dcaee6cbc2bad9359a71f45
treeb71bd352a33c5552800b8e90e0ec7458540cf424
parent9900aa4fb40321de3d78d499ac5694541db39af0
pidl Add support for uid_t and gid_t types

These are mapped to uint64_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 uint64_t calling
convention.

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