summaryrefslogtreecommitdiff
path: root/pidl
AgeCommit message (Expand)AuthorFilesLines
2019-03-12pidl/s4/python: call export "export" in py exceptionsDouglas Bagnall1-1/+1
2019-03-04pidl/Python: initialise a datablobDouglas Bagnall1-1/+1
2019-02-14pidl: Use NDR_ZERO_STRUCT(P) macrosAndreas Schneider4-8/+8
2019-02-07pidl: Fix Generated ndr python code to DECREF imported modulesNoel Power1-7/+11
2019-01-12pidl/Python: use py_dcerpc_ndr_pointer_wrap/deref if multiple pointer levels ...Stefan Metzmacher1-4/+31
2019-01-12s4:rpc_server: make it possible to specify ncacn_np_secondary_endpointStefan Metzmacher1-1/+11
2019-01-12s4:rpc_server: only pass context to op_bind() hooksStefan Metzmacher1-2/+2
2018-12-13pidl: Fix unsigned integer comparison warningAndreas Schneider1-1/+1
2018-12-13pidl: Fix function for py_<name>_ndr_print_(in|out)Andreas Schneider1-2/+2
2018-12-13pidl: Use C99 initializers for last element in ndr_interface_call(_pipes)Andreas Schneider1-2/+2
2018-09-16PY3: fix string.rsplit usage (doens't exist in PY3)Noel Power1-1/+1
2018-09-16PY3: fix iteritems usage, not supported in python3Noel Power1-3/+4
2018-09-05pidl/wscript: update to handle waf 2.0.4Alexander Bokovoy1-2/+3
2018-09-05build:wafsamba: Build on waf 1.9Thomas Nagy1-1/+1
2018-08-30pidl/tests: fix ndr_push_init_ctx() usageAlexander Bokovoy4-27/+27
2018-05-12Fix pidl manpage sectionsMathieu Parent1-2/+3
2017-07-26s4: COM: Remove talloc_autofree_context() from (unused) COM code.Jeremy Allison1-3/+3
2017-07-19libndr/compression: pass down compressed length in ndr_pull_compression_startGünther Deschner1-1/+2
2017-06-27pidl:NDR/Parser: add missing {start,end}_flags() to ParseElementPrint()Stefan Metzmacher1-0/+4
2017-06-26pidl:NDR/Parser: initialize [skip] values in ndr_pull_*Stefan Metzmacher1-0/+3
2017-06-26pidl:NDR/Parser: add "skip_noinit" elementStefan Metzmacher2-6/+7
2017-06-26pidl:NDR/Parser: fix "skip" for pointersStefan Metzmacher1-10/+30
2017-06-20pidl: Fix array range checks in python outputVolker Lendecke1-3/+6
2017-05-19python3: Use "y#" instead of "s#" for binary data in PyArg_ParseTuplePetr Viktorin1-3/+3
2017-05-06pidl: Fix Coverity warnings from duplicate NULL checks.Jeremy Allison1-25/+38
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2017-03-10python: pidl: Port Python interface generatorLumir Balhar1-23/+34
2017-02-25pidl:Python: use of pytalloc_GenericObject_reference*() for pyrpc_{ex,im}port...Stefan Metzmacher1-78/+7
2017-02-25pidl:Python: replace pytalloc_CObject_FromTallocPtr() with pytalloc_GenericOb...Stefan Metzmacher1-9/+11
2017-02-25pidl:Python: make sure print HASH references for STRUCT typesStefan Metzmacher1-1/+7
2017-01-24pidl: use ndr_push_charset_to_null() when [to_null] keyword is used in IDLGünther Deschner1-1/+5
2016-12-20s4-rpc_server: Allow each interface to declare if it uses handlesAndrew Bartlett1-8/+13
2016-12-15s4-rpc_server: Add back support for lsa over \\pipe\\netlogon optionallyAndrew Bartlett1-1/+4
2016-12-08pidl: Make dcesrv\_$name\_interface "static const"Andrew Bartlett1-1/+1
2016-12-01pidl: Make static struct api_struct also constAndrew Bartlett1-1/+1
2016-12-01pidl: Change *_get_pipe_fns() to return const struct api_struct *Andrew Bartlett1-3/+3
2016-12-01pidl: Use a static const initialised struct in dcerpc_server_$name_init(void)Andrew Bartlett1-9/+8
2016-12-01Fix typoAlexis La Goutte1-1/+1
2016-10-26pidl:Python: add PyTypeObject objects for function structsStefan Metzmacher1-1/+477
2016-10-26pidl:Python: split out a PythonElementGetSet() helper functionStefan Metzmacher1-29/+35
2016-10-26pidl:NDR: add ReturnTypeElement() helper functionStefan Metzmacher1-1/+20
2016-10-26pidl:Python: the py_{import,export}_*() functions can be static now.Stefan Metzmacher1-4/+2
2016-10-26pidl:Python: make use of the pyrpc_{import,export}_union() functionsStefan Metzmacher1-7/+25
2016-10-26pidl:Python: provide a PyTypeObject with METH_CLASS __import__() and __export...Stefan Metzmacher1-0/+214
2016-10-26pidl:Python: provide the abstract syntax as <module>.<interface>_abstract_syntaxStefan Metzmacher1-12/+34
2016-10-26pidl:Python: prettify names of constantsStefan Metzmacher1-2/+2
2016-10-26pidl:NDR: keep interface->{ORIGINAL}Stefan Metzmacher1-1/+2
2016-10-26pidl:Python: improve the .doc string for the get/set elementsStefan Metzmacher1-1/+1
2016-10-26pidl:Python: make use of NDR_ERR_CODE_IS_SUCCESS()Stefan Metzmacher1-2/+2
2016-10-26pidl:Python: __ndr_print__ functions don't get arguments and need METH_NOARGSStefan Metzmacher1-1/+1