summaryrefslogtreecommitdiff
path: root/pidl
Commit message (Expand)AuthorAgeFilesLines
* pidl: Add support for the [ignore] propertyAndrew Bartlett2011-04-051-9/+22
* pidl: add an include for "ntdomain.h" for s3 server stubs.Günther Deschner2011-03-301-0/+1
* 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-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
* pidl: use $CC -E if $CPP is not defined, if both undefined use cppMatthieu Patou2010-12-101-2/+8
* 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: fixed call to cpp with a space in the directory nameAndrew Tridgell2010-11-212-2/+2
* pidl: use a union assignment instead of memmoveAndrew Tridgell2010-11-051-2/+4
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-312-43/+0
* pidl:Samba4/NDR/Parser: fix NDR64 union alignmentStefan Metzmacher2010-10-241-0/+8
* ndr dns: Add simple parserKai Blin2010-10-233-1/+12