summaryrefslogtreecommitdiffstats
path: root/pidl/lib/Parse/Pidl/Samba4
Commit message (Expand)AuthorAgeFilesLines
* pidl: added checking of NDR flags in generated codeAndrew Tridgell2011-09-081-0/+8
* pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij2011-08-101-18/+18
* pidl:Samba4/Python: PyArg_ParseTuple with "s#" returns 'int' instead of 'size_t'Stefan Metzmacher2011-08-081-2/+7
* pidl:NDR/Parser: allow [string,size_of()] togetherStefan Metzmacher2011-08-011-3/+12
* pidl:NDR/Server: use interface->{UUID} and {NAME} instead of the raw {PROPERT...Stefan Metzmacher2011-08-011-2/+2
* pidl:NDR/Parser: use interface->{UUID} and {NAME} instead of the raw {PROPERT...Stefan Metzmacher2011-08-011-3/+2
* pidl:NDR/Parser: use '0' instead of 'NULL' for an uint32_t valueStefan Metzmacher2011-08-011-1/+1
* pidl: Add support for the [ignore] propertyAndrew Bartlett2011-04-051-9/+22
* pidl: Fix prototype for server init functions.Jelmer Vernooij2011-03-191-2/+5
* pidl:Samba4/NDR/Client: fix arguments to warning()Stefan Metzmacher2011-03-111-1/+1
* pidl:Samba4/NDR/Parser: fix compiler warnings in 'pipe' related codeStefan Metzmacher2011-03-111-3/+3
* pidl: add support for 'pipe' at the NDR layerStefan Metzmacher2011-03-103-5/+248
* pidl:NDR/Client: skip all functions if pipe elements are usedStefan Metzmacher2011-03-101-0/+18
* pidl:NDR/Client: skip sync functions if pipe elements are usedStefan Metzmacher2011-03-101-0/+34
* pidl:Python: don't generate functions with pipe elementsStefan Metzmacher2011-03-101-1/+10
* pidl Add support for uid_t and gid_t typesAndrew Bartlett2011-03-011-2/+2
* Revert "Fix alignment issues in SPOOLSS "BUFFER" marshalling."Stefan Metzmacher2011-02-281-7/+0
* Fix alignment issues in SPOOLSS "BUFFER" marshalling.Jeremy Allison2011-02-181-0/+7
* pidl:Samba4/NDR/Parser: fix ndr_pull/ndr_push mismatchStefan Metzmacher2011-02-011-1/+1
* pidl:Samba4/NDR/Parser: add support for 'ms_union' style aligmentStefan Metzmacher2011-02-011-2/+12
* pidl:Samba4/NDR/Parser: only do the switch type alignment when we have a swit...Stefan Metzmacher2011-02-011-7/+8
* pidl:Samba4/NDR/Client: remove compat mode for dcerpc_pipe based bindingsStefan Metzmacher2011-01-211-57/+0
* pidl:Samba4/Python: fix memory leak in _ndr_print functionsStefan Metzmacher2011-01-061-1/+6
* pidl:Samba4/Python: avoid ';;' in generated C code.Stefan Metzmacher2011-01-051-1/+1
* pidl:Samba4/Python: fix segfault when setting pointers to scalars.Stefan Metzmacher2011-01-051-0/+3
* Fix some formatting.Jelmer Vernooij2011-01-031-3/+3
* Use fail_on_null.Jelmer Vernooij2011-01-031-1/+1
* wmi: Remove unnecessary noprint statements.Jelmer Vernooij2011-01-011-4/+0
* pidl: Add prototype for init function in pidl-generated Python bindings.Jelmer Vernooij2010-12-181-0/+1
* pidl: Use system pytalloc if possible.Jelmer Vernooij2010-12-181-1/+1
* pidl:Samba4/Python.pm: ignore "SUBCONTEXT" levelsStefan Metzmacher2010-12-101-9/+21
* pidl:Samba4/Python.pm: don't handle scalar reference types specialStefan Metzmacher2010-12-101-10/+9
* pidl:Samba4/Python.pm: use PyString_FromStringOrNULL() from pyrpc_utilStefan Metzmacher2010-12-081-6/+6
* pidl/python: Allow import of talloc, even though it doesn't live in theJelmer Vernooij2010-12-011-10/+22
* pidl: Allow more flexibility importing modules using convenience function.Jelmer Vernooij2010-12-011-7/+9
* pidl: Base new objects off of talloc object.Jelmer Vernooij2010-12-011-4/+4
* pidl: use a union assignment instead of memmoveAndrew Tridgell2010-11-051-2/+4
* pidl:Samba4/NDR/Parser: fix NDR64 union alignmentStefan Metzmacher2010-10-241-0/+8
* ndr dns: Add simple parserKai Blin2010-10-231-0/+9
* Fix some warnings at higher -W levels in pidl generated code.Tim Potter2010-10-111-4/+4
* dnsp: Parse TXT recordsKai Blin2010-10-041-0/+5
* ndr: Implement push function for IPv6 addressesKai Blin2010-10-041-0/+6
* pidl: Allow longs for bitmasks.Jelmer Vernooij2010-10-031-13/+24
* pidl: simplify some generated code.Jelmer Vernooij2010-10-031-4/+2
* pidl:NDR/Parser: remove unused code for array element indexStefan Metzmacher2010-09-281-6/+0
* pidl:NDR/Parser: simplify logic in ParseMemCtxPullFlags()Stefan Metzmacher2010-09-281-6/+4
* pidl:NDR/Client: make the generated code look a bit nicerStefan Metzmacher2010-09-281-1/+1
* pidl: remove unused async property handlingStefan Metzmacher2010-09-281-2/+1
* pidl/Python: use has_property($d, "noopnum") helper functionStefan Metzmacher2010-09-281-1/+1
* pidl:NDR/Client.pm: remove unreached codeStefan Metzmacher2010-09-281-3/+0