lib/util: Simplify bitmap.c a bit
[kai/samba.git] / pidl /
2012-08-15 Andrew Bartlettpidl: Add mode_t as an alias so we can marshall posix...
2012-07-06 Andreas Schneiders3-rpc_server: Make it possible to use more rpc exceptions.
2012-06-12 Michael Adampidl/tests: fix use of a non-existent word (existant)
2012-05-15 Guy HarrisUse ENC_ values for proto_tree_add_item() calls.
2012-04-10 Stefan Metzmacherpidl/NDR/Parser: also do range checks on the array...
2012-04-10 Stefan Metzmacherpidl/NDR/Parser: do array range validation in ParseArra...
2012-04-10 Stefan Metzmacherpidl/NDR/Parser: use helper variables for array size...
2012-04-10 Stefan Metzmacherpidl/NDR/Parser: remember if we already know the array...
2012-04-10 Stefan Metzmacherpidl/NDR/Parser: use ParseArrayPullGetLength() to get...
2012-04-10 Stefan Metzmacherpidl/NDR/Parser: split off ParseArrayPullGetSize()...
2012-04-10 Stefan Metzmacherpidl/NDR/Parser: simplify logic in DeclareArrayVariables*()
2012-04-10 Stefan Metzmacherpidl/NDR/Parser: declare all union helper variables...
2012-02-08 Andrew Tridgellpidl: add more mapped types
2012-01-13 David Disseldorpidl: add to_null property
2012-01-13 David Disseldorpidl: add parser for the to_null property
2012-01-09 Stefan Metzmacherpidl:Samba4/Python: add an optional 'allow_remaining...
2011-11-24 Stefan Metzmacherpidl:Samba4/NDR/Parser: don't generate code for [ignore...
2011-09-08 Andrew Tridgellpidl: adjust expected output for new flag checking
2011-09-08 Andrew Tridgellpidl: added checking of NDR flags in generated code
2011-08-10 Jelmer Vernooijpytalloc: Use consistent prefix for functions, add...
2011-08-08 Stefan Metzmacherpidl:Samba4/Python: PyArg_ParseTuple with "s#" returns...
2011-08-05 Matthieu Patoupidl: for wireshark use only the major of the version
2011-08-05 Matthieu Patoupidl: For wireshark check also LIBNDR_FLAG_NOALIGN...
2011-08-05 Matthieu Patoupidl: handle union when the switch variable is outside...
2011-08-05 Matthieu Patoupidl: add subcontext handling for wireshark
2011-08-05 Matthieu Patoupidl: If STR_NULLTERM we concider it's a string as...
2011-08-05 Matthieu Patoupidl: handle hyper attribute for wireshark
2011-08-05 Matthieu Patoupidl: handle datablob for wireshark generator
2011-08-05 Matthieu Patoupidl: rpc version is a 32 bit
2011-08-05 Matthieu Patoupidl: generate code for dissecting null terminated...
2011-08-05 Matthieu Patoupidl: don't expect to have quote when creating import...
2011-08-01 Stefan Metzmacherpidl:NDR/Parser: allow [string,size_of()] together
2011-08-01 Stefan Metzmacherpidl:NDR/Server: use interface->{UUID} and {NAME} inste...
2011-08-01 Stefan Metzmacherpidl:NDR/Parser: use interface->{UUID} and {NAME} inste...
2011-08-01 Stefan Metzmacherpidl:NDR/Parser: use '0' instead of 'NULL' for an uint3...
2011-04-05 Andrew Bartlettpidl: Add support for the [ignore] property
2011-03-29 Günther Deschnerpidl: add an include for "ntdomain.h" for s3 server...
2011-03-19 Jelmer Vernooijpidl: Fix prototype for server init functions.
2011-03-11 Stefan Metzmacherpidl:Samba4/NDR/Client: fix arguments to warning()
2011-03-11 Stefan Metzmacherpidl:Samba4/NDR/Parser: fix compiler warnings in 'pipe...
2011-03-10 Stefan Metzmacherpidl: add support for 'pipe' at the NDR layer
2011-03-10 Stefan Metzmacherpidl/idl.yp: fill 'pipe' elements with array and count
2011-03-10 Stefan Metzmacherpidl:NDR/Client: skip all functions if pipe elements...
2011-03-10 Stefan Metzmacherpidl:NDR/Client: skip sync functions if pipe elements...
2011-03-10 Stefan Metzmacherpidl:Python: don't generate functions with pipe elements
2011-03-10 Stefan Metzmacherpidl:Samba3/ClientNDR: don't generate stubs for functio...
2011-03-10 Stefan Metzmacherpidl/NDR: add ContainsPipe() function
2011-03-10 Stefan Metzmacherpidl/Typelist: add is_fixed_size_scalar()
2011-03-10 Stefan Metzmacherpidl/Typelist: dnsp_name and dnsp_string are scalar...
2011-03-01 Andrew Bartlettpidl Add support for uid_t and gid_t types
2011-02-28 Stefan MetzmacherRevert "Fix alignment issues in SPOOLSS "BUFFER" marsha...
2011-02-18 Jeremy AllisonFix alignment issues in SPOOLSS "BUFFER" marshalling.
2011-02-07 Andrew Tridgellpidl: support using pidl from top level directory
2011-02-01 Stefan Metzmacherpidl:Samba4/NDR/Parser: fix ndr_pull/ndr_push mismatch
2011-02-01 Stefan Metzmacherpidl:Samba4/NDR/Parser: add support for 'ms_union'...
2011-02-01 Stefan Metzmacherpidl:Samba4/NDR/Parser: only do the switch type alignme...
2011-02-01 Stefan Metzmacherpidl:NDR: add support for 'ms_union' property.
2011-01-26 Stefan Metzmacherpidl:Typelist: fix perl warnings about recursiv functio...
2011-01-26 Stefan Metzmacherpidl:Samba3/ServerNDR: correctly initialise ndr_push...
2011-01-21 Stefan Metzmacherpidl:Samba4/NDR/Client: remove compat mode for dcerpc_p...
2011-01-18 Stefan Metzmacherpidl:wscript: don't warn about pidl gammar file changes...
2011-01-06 Stefan Metzmacherpidl:Samba4/Python: fix memory leak in _ndr_print functions
2011-01-06 Stefan Metzmacherpidl/wscript: only warn about grammar file changes
2011-01-05 Stefan Metzmacherpidl/wscript: let the developer use the standalone...
2011-01-05 Stefan Metzmacherpidl:Samba4/Python: avoid ';;' in generated C code.
2011-01-05 Stefan Metzmacherpidl:Samba4/Python: fix segfault when setting pointers...
2011-01-05 Stefan Metzmacherpidl: regenerate lib/Parse/Pidl/Expr.pm from expr.yp
2011-01-05 Stefan Metzmacherpidl: sync idl.yp with the CPP changes
2011-01-03 Jelmer VernooijFix some formatting.
2011-01-03 Jelmer VernooijUse fail_on_null.
2011-01-01 Jelmer Vernooijwmi: Remove unnecessary noprint statements.
2010-12-18 Jelmer Vernooijpidl: Add prototype for init function in pidl-generated...
2010-12-17 Jelmer Vernooijpidl: Use system pytalloc if possible.
2010-12-10 Stefan Metzmacherpidl:Samba4/Python.pm: ignore "SUBCONTEXT" levels
2010-12-10 Stefan Metzmacherpidl:Samba4/Python.pm: don't handle scalar reference...
2010-12-10 Matthieu Patoupidl: use $CC -E if $CPP is not defined, if both undefi...
2010-12-08 Stefan Metzmacherpidl:Samba4/Python.pm: use PyString_FromStringOrNULL...
2010-12-01 Jelmer Vernooijpidl/python: Allow import of talloc, even though it...
2010-12-01 Jelmer Vernooijpidl: Allow more flexibility importing modules using...
2010-12-01 Jelmer Vernooijpidl: Base new objects off of talloc object.
2010-11-21 Andrew Tridgellpidl: fixed call to cpp with a space in the directory...
2010-11-05 Andrew Tridgellpidl: use a union assignment instead of memmove
2010-10-31 Jelmer Vernooijs4: Remove the old perl/m4/make/mk-based build system.
2010-10-24 Stefan Metzmacherpidl:Samba4/NDR/Parser: fix NDR64 union alignment
2010-10-23 Kai Blinndr dns: Add simple parser
2010-10-11 Günther Deschnerpidl: fix minor typo in s3 server generation.
2010-10-11 Tim PotterFix some warnings at higher -W levels in pidl generated...
2010-10-06 Andrew Tridgellwaf: fixed some python3.x portability issues
2010-10-04 Kai Blindnsp: Parse TXT records
2010-10-04 Kai Blinndr: Implement push function for IPv6 addresses
2010-10-04 Kai Blinndr: Add support for pulling/printing an ipv6address...
2010-10-03 Jelmer Vernooijpidl: Allow longs for bitmasks.
2010-10-03 Jelmer Vernooijpidl: simplify some generated code.
2010-10-01 Jelmer Vernooijpidl: Fix handling of typedefs of typedefs.
2010-09-28 Stefan Metzmacherpidl: add support for pointers in typedefs
2010-09-28 Stefan Metzmacherpidl:NDR/Parser: remove unused code for array element...
2010-09-28 Stefan Metzmacherpidl:NDR/Parser: simplify logic in ParseMemCtxPullFlags()
2010-09-28 Stefan Metzmacherpidl:NDR/Client: make the generated code look a bit...
2010-09-28 Stefan Metzmacherpidl: remove unused async property handling
2010-09-28 Stefan Metzmacherpidl/Python: use has_property($d, "noopnum") helper...
next