summaryrefslogtreecommitdiff
path: root/pidl
Commit message (Expand)AuthorAgeFilesLines
* pidl: Remove the need to always specify --client with --pythonAndrew Bartlett2019-06-262-2/+9
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-241-3/+3
* pidl: Allow ndrdump to print public structuresGary Lockyer2019-06-061-1/+40
* pidl: Call PY_DISCARD_FUNC_SIG in generated code to avoid ugly warningNoel Power2019-05-161-12/+13
* pidl: Call PyLong_FromUnsignedLongLong directly rather than via inline helperAndrew Bartlett2019-05-061-8/+3
* pidl: Call PyLong_FromLongLong() directly rather than via inline helperAndrew Bartlett2019-05-061-6/+1
* pidl: Always call PyLong_FromUnsignedLongLong() in ndr_PyLong_FromUnsignedLon...Andrew Bartlett2019-05-061-5/+1
* pidl: Always call PyLong_FromLongLong() in ndr_PyLong_FromLongLong()Andrew Bartlett2019-05-061-5/+1
* pidl: No longer use Python3 compat define: PyInt_FromLong -> PyLong_FromLongAndrew Bartlett2019-05-061-2/+2
* waf: install: Remove installation of PIDL and manpages.Lutz Justen2019-04-232-75/+0
* pidl/s4/python: call export "export" in py exceptionsDouglas Bagnall2019-03-121-1/+1
* pidl/Python: initialise a datablobDouglas Bagnall2019-03-041-1/+1
* pidl: Use NDR_ZERO_STRUCT(P) macrosAndreas Schneider2019-02-144-8/+8
* pidl: Fix Generated ndr python code to DECREF imported modulesNoel Power2019-02-071-7/+11
* pidl/Python: use py_dcerpc_ndr_pointer_wrap/deref if multiple pointer levels ...Stefan Metzmacher2019-01-121-4/+31
* s4:rpc_server: make it possible to specify ncacn_np_secondary_endpointStefan Metzmacher2019-01-121-1/+11
* s4:rpc_server: only pass context to op_bind() hooksStefan Metzmacher2019-01-121-2/+2
* pidl: Fix unsigned integer comparison warningAndreas Schneider2018-12-131-1/+1
* pidl: Fix function for py_<name>_ndr_print_(in|out)Andreas Schneider2018-12-131-2/+2
* pidl: Use C99 initializers for last element in ndr_interface_call(_pipes)Andreas Schneider2018-12-131-2/+2
* PY3: fix string.rsplit usage (doens't exist in PY3)Noel Power2018-09-161-1/+1
* PY3: fix iteritems usage, not supported in python3Noel Power2018-09-161-3/+4
* pidl/wscript: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-2/+3
* build:wafsamba: Build on waf 1.9Thomas Nagy2018-09-051-1/+1
* pidl/tests: fix ndr_push_init_ctx() usageAlexander Bokovoy2018-08-304-27/+27
* Fix pidl manpage sectionsMathieu Parent2018-05-121-2/+3
* s4: COM: Remove talloc_autofree_context() from (unused) COM code.Jeremy Allison2017-07-261-3/+3
* libndr/compression: pass down compressed length in ndr_pull_compression_startGünther Deschner2017-07-191-1/+2
* pidl:NDR/Parser: add missing {start,end}_flags() to ParseElementPrint()Stefan Metzmacher2017-06-271-0/+4
* pidl:NDR/Parser: initialize [skip] values in ndr_pull_*Stefan Metzmacher2017-06-261-0/+3
* pidl:NDR/Parser: add "skip_noinit" elementStefan Metzmacher2017-06-262-6/+7
* pidl:NDR/Parser: fix "skip" for pointersStefan Metzmacher2017-06-261-10/+30
* pidl: Fix array range checks in python outputVolker Lendecke2017-06-201-3/+6
* python3: Use "y#" instead of "s#" for binary data in PyArg_ParseTuplePetr Viktorin2017-05-191-3/+3
* pidl: Fix Coverity warnings from duplicate NULL checks.Jeremy Allison2017-05-061-25/+38
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* python: pidl: Port Python interface generatorLumir Balhar2017-03-101-23/+34
* pidl:Python: use of pytalloc_GenericObject_reference*() for pyrpc_{ex,im}port...Stefan Metzmacher2017-02-251-78/+7
* pidl:Python: replace pytalloc_CObject_FromTallocPtr() with pytalloc_GenericOb...Stefan Metzmacher2017-02-251-9/+11
* pidl:Python: make sure print HASH references for STRUCT typesStefan Metzmacher2017-02-251-1/+7
* pidl: use ndr_push_charset_to_null() when [to_null] keyword is used in IDLGünther Deschner2017-01-241-1/+5
* s4-rpc_server: Allow each interface to declare if it uses handlesAndrew Bartlett2016-12-201-8/+13
* s4-rpc_server: Add back support for lsa over \\pipe\\netlogon optionallyAndrew Bartlett2016-12-151-1/+4
* pidl: Make dcesrv\_$name\_interface "static const"Andrew Bartlett2016-12-081-1/+1
* pidl: Make static struct api_struct also constAndrew Bartlett2016-12-011-1/+1
* pidl: Change *_get_pipe_fns() to return const struct api_struct *Andrew Bartlett2016-12-011-3/+3
* pidl: Use a static const initialised struct in dcerpc_server_$name_init(void)Andrew Bartlett2016-12-011-9/+8
* Fix typoAlexis La Goutte2016-12-011-1/+1
* pidl:Python: add PyTypeObject objects for function structsStefan Metzmacher2016-10-261-1/+477
* pidl:Python: split out a PythonElementGetSet() helper functionStefan Metzmacher2016-10-261-29/+35