summaryrefslogtreecommitdiff
path: root/pidl
Commit message (Expand)AuthorAgeFilesLines
* PIDL: fix parsing linemarkers in preprocessor outputAlexander Bokovoy2013-07-042-2/+6
* pidl: Add skip option to elements.Andreas Schneider2013-03-212-2/+11
* pidl/NDR/Parser: also do range checks on the array sizeStefan Metzmacher2012-04-101-5/+20
* pidl/NDR/Parser: do array range validation in ParseArrayPullGetLength()Stefan Metzmacher2012-04-101-28/+14
* pidl/NDR/Parser: use helper variables for array size and lengthStefan Metzmacher2012-04-101-7/+15
* pidl/NDR/Parser: remember if we already know the array lengthStefan Metzmacher2012-04-101-1/+7
* pidl/NDR/Parser: use ParseArrayPullGetLength() to get the number of array ele...Stefan Metzmacher2012-04-101-5/+1
* pidl/NDR/Parser: split off ParseArrayPullGetSize() and ParseArrayPullGetLength()Stefan Metzmacher2012-04-101-13/+42
* pidl/NDR/Parser: simplify logic in DeclareArrayVariables*()Stefan Metzmacher2012-04-101-8/+6
* pidl/NDR/Parser: declare all union helper variables in ParseUnionPull()Stefan Metzmacher2012-04-101-2/+2
* idl: add to_null propertyDavid Disseldorp2012-01-161-1/+8
* idl: add parser for the to_null propertyDavid Disseldorp2012-01-161-1/+5
* pidl: add an include for "ntdomain.h" for s3 server stubs.Günther Deschner2011-04-051-0/+1
* 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-105-18/+380
* pidl/idl.yp: fill 'pipe' elements with array and countStefan Metzmacher2011-03-102-32/+80
* 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:Samba3/ClientNDR: don't generate stubs for functions with pipe elementsStefan Metzmacher2011-03-101-0/+11
* pidl/NDR: add ContainsPipe() functionStefan Metzmacher2011-03-101-1/+15
* pidl/Typelist: add is_fixed_size_scalar()Stefan Metzmacher2011-03-101-2/+16
* pidl/Typelist: dnsp_name and dnsp_string are scalar referencesStefan Metzmacher2011-03-101-1/+2
* pidl Add support for uid_t and gid_t typesAndrew Bartlett2011-03-013-2/+6
* 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: support using pidl from top level directoryAndrew Tridgell2011-02-071-2/+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:NDR: add support for 'ms_union' property.Stefan Metzmacher2011-02-012-46/+54
* pidl:Typelist: fix perl warnings about recursiv function callsStefan Metzmacher2011-01-261-0/+1
* pidl:Samba3/ServerNDR: correctly initialise ndr_push structStefan Metzmacher2011-01-261-0/+6
* pidl:Samba4/NDR/Client: remove compat mode for dcerpc_pipe based bindingsStefan Metzmacher2011-01-211-57/+0
* pidl:wscript: don't warn about pidl gammar file changes for nowStefan Metzmacher2011-01-181-2/+4
* pidl:Samba4/Python: fix memory leak in _ndr_print functionsStefan Metzmacher2011-01-061-1/+6
* pidl/wscript: only warn about grammar file changesStefan Metzmacher2011-01-061-4/+4
* pidl/wscript: let the developer use the standalone build with yappStefan Metzmacher2011-01-051-10/+22
* 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
* pidl: regenerate lib/Parse/Pidl/Expr.pm from expr.ypStefan Metzmacher2011-01-051-36/+36
* pidl: sync idl.yp with the CPP changesStefan Metzmacher2011-01-051-2/+8
* 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