summaryrefslogtreecommitdiff
path: root/pidl/lib/Parse/Pidl/Typelist.pm
AgeCommit message (Collapse)AuthorFilesLines
2011-03-10pidl: add support for 'pipe' at the NDR layerStefan Metzmacher1-5/+7
metze
2011-03-10pidl/Typelist: add is_fixed_size_scalar()Stefan Metzmacher1-2/+16
metze
2011-03-10pidl/Typelist: dnsp_name and dnsp_string are scalar referencesStefan Metzmacher1-1/+2
metze
2011-03-01pidl Add support for uid_t and gid_t typesAndrew Bartlett1-0/+2
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
2011-01-26pidl:Typelist: fix perl warnings about recursiv function callsStefan Metzmacher1-0/+1
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 26 10:59:04 CET 2011 on sn-devel-104
2010-10-23ndr dns: Add simple parserKai Blin1-1/+2
2010-10-04dnsp: Parse TXT recordsKai Blin1-0/+1
2010-10-04ndr: Add support for pulling/printing an ipv6address typeKai Blin1-2/+3
2010-10-01pidl: Fix handling of typedefs of typedefs.Jelmer Vernooij1-3/+4
2010-09-28pidl/Typelist: let typeIs() do TYPEDEF dereference in the HASH caseStefan Metzmacher1-0/+1
metze
2010-08-05pidl: added a new type dnsp_nameAndrew Tridgell1-0/+1
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
2009-10-07pidl: get the alignment right for uint1632 enums (NDR64)Andrew Tridgell1-1/+3
The default enum in NDR63 is 32 bits, not 16 bits. We need a uint1632 type to get the alignment right.
2009-10-03pidl: added int3264 as a base typeAndrew Tridgell1-0/+2
This is the type used for a variable that is 32 bits for NDR32 and 64 bits for NDR64
2009-07-19pidl: Print actual type names in errors about unknown origins rather than ↵Jelmer Vernooij1-2/+5
'HASH(0x....)'.
2009-06-02Add support for double type in pidl.Brad Hards1-0/+1
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2009-01-17pidl: Remove "max" and make "range" smarter about unsigned typesTim Prouty1-1/+14
This eliminates a warning in pidl generated code, while preserving cross-platform idl compatibility.
2008-12-22Import types from other Python mechanisms using the Python import mechanism, ↵Jelmer Vernooij1-9/+14
to ensure they are initialized.
2008-09-17Move pidl to top-level directory.Jelmer Vernooij1-0/+301