summaryrefslogtreecommitdiff
path: root/pidl
Commit message (Expand)AuthorAgeFilesLines
* build: Do not check if system perl modules should be bundledAndrew Bartlett2020-02-041-7/+0
* pidl/wscript: configure should insist on Parse::Yapp::DriverDouglas Bagnall2020-02-021-3/+7
* libndr: Return enum ndr_err_code from ndr_{pull,push}_steal_switch_value()Andrew Bartlett2019-12-121-4/+4
* pidl: Mismatch between set and get of relative base pointersAndrew Bartlett2019-12-121-5/+5
* pidl: Add and use ndr_print_steal_switch_value(), removing ndr_print_get_swit...Andrew Bartlett2019-12-121-1/+1
* pidl: Generate and consume the switch level token for both NDR_SCALARS and ND...Andrew Bartlett2019-12-121-15/+36
* pidl:NDR/Server: Allow to define endpoint server shutdown functionsSamuel Cabrero2019-12-121-0/+10
* librpc:core: Add public functions to initialize endpoint serversSamuel Cabrero2019-12-121-0/+3
* pidl:NDR/Parser: only include structs in ndr_interface_public_structAndrew Bartlett2019-12-101-4/+16
* lib/fuzzing: add fuzz_ndr_XDouglas Bagnall2019-12-101-0/+25
* 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