summaryrefslogtreecommitdiff
path: root/pidl
Commit message (Expand)AuthorAgeFilesLines
...
* pidl/tests/samba-ndr.pl: remove duplicate importDouglas Bagnall2019-12-101-1/+0
* pidl s4::Python: silence warningsDouglas Bagnall2019-12-101-4/+3
* pidl Parse::Pidl::NDR: silence two warnings about undefined stringsDouglas Bagnall2019-12-101-2/+2
* pidl Parse::Pidl::NDR: add HRESULT alignmentDouglas Bagnall2019-12-101-1/+2
* pidl Parse::Pidl::NDR: warn of unknown scalar alignmentsDouglas Bagnall2019-12-101-1/+6
* pidl s4::NDR::Parser: silence a warningDouglas Bagnall2019-12-101-1/+1
* pidl s4::NDR::Parser: correct has_fast_array logicDouglas Bagnall2019-12-101-2/+2
* pidl s4::NDR::Parser: read hex numbers as numbers for rangesDouglas Bagnall2019-12-102-5/+46
* pidl: use perl warningsDouglas Bagnall2019-12-1040-3/+40
* pidl: Remove Parse/Yapp/Driver.pmAndreas Schneider2019-12-101-471/+0
* pidl: don't export parser class methodsDouglas Bagnall2019-12-045-16/+1
* pidl s4/TDR: use Parse::Pidl::BaseDouglas Bagnall2019-12-041-5/+3
* pidl s4/TDR: use conventional ->{res} nameDouglas Bagnall2019-12-042-11/+11
* pidl: s4/NDR/Parser uses Pidl::BaseDouglas Bagnall2019-12-041-27/+2
* pidl s4/NDR/Client: use Pidl::BaseDouglas Bagnall2019-12-041-7/+3
* pidl s4/NDR/Client: fix pidl_both()Douglas Bagnall2019-12-041-1/+1
* pidl s4::Python uses Pidl::BaseDouglas Bagnall2019-12-041-31/+3
* pidl:: adjust s4::Python pidl_hdr() to be the same as othersDouglas Bagnall2019-12-041-9/+8
* pidl Samba3::ClientNDR uses Pidl::BaseDouglas Bagnall2019-12-041-5/+3
* pidl: optionally annotate output for debug purposesDouglas Bagnall2019-12-041-0/+53
* pidl: add a base class for PIDL parsersDouglas Bagnall2019-12-041-0/+46
* pidl: check the size of pulled arrays of arraysDouglas Bagnall2019-11-201-0/+4
* librpc: Unify packet dumping on ndr_pull() failureAndrew Bartlett2019-11-202-15/+0
* ndr: Include the caller location in ndr_{pull,push}_error() messagesAndrew Bartlett2019-11-191-2/+2
* pidl: Handle obtaining objects from a fixed-size arrayAndrew Bartlett2019-11-141-1/+5
* pidl/python: allocate objects with ref pointersDouglas Bagnall2019-11-141-1/+56
* pidl: Generate compatability wrappers for ndr_print functionsAndrew Bartlett2019-11-131-1/+13
* pidl: Generate the trailing ndr_table even if the UUID is not setAndrew Bartlett2019-11-131-7/+16
* pidl: Allow the compilation of the ndr_table to be skipedAndrew Bartlett2019-11-131-0/+9
* pod2man is no longer neededMathieu Parent2019-09-181-1/+0
* pidl/ndr/python: avoid memory errors in getsettersDouglas Bagnall2019-08-061-0/+8
* 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