libndr: Avoid assigning duplicate versions to symbols
[amitay/samba.git] / pidl /
2020-07-06 Douglas Bagnallpypidl: check the result of py_dcerpc_ndr_pointer_deref()
2020-05-24 Samuel Cabreros3: rpc_server: Remove dead code
2020-05-24 Samuel Cabreros3: rpc_server: Drop s3 rpc handles implementation
2020-05-24 Samuel Cabreropidl: Set dce_call in pipes_struct before dispatching...
2020-05-08 Gary LockyerFix clang 9 missing-field-initializer warnings
2020-05-08 Gary LockyerFix clang 9 unused-function warnings
2020-04-18 Volker Lendeckepidl: Align integer types in scompat files
2020-04-08 Samuel Cabreros3:rpc_server: Improve local dispatching
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_FromLong PyLong_FromLong
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_AsLong PyLong_AsLong
2020-03-23 Andrew Bartlettpidl: Remove reference to PyInt_Type from error string...
2020-03-23 Andrew Bartlettpidl: Remove duplicate "if (PyLong_Check($cvar)" clauses
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_Check PyLong_Check
2020-03-20 Samuel Cabreros3:rpc_server: Remove api_struct
2020-03-20 Samuel Cabreropidl:NDR/ServerCompat: Generate local dispatching function
2020-03-20 Samuel Cabreropidl:NDR/ServerCompat: Initialize and allocate out...
2020-03-20 Samuel Cabreropidl:NDR/ServerCompat: Add dispatch, reply, pull and...
2020-03-20 Samuel Cabreropidl:NDR/ServerCompat: Retrieve and setup pipes struct...
2020-03-20 Samuel Cabreropidl:NDR/ServerCompat: Register and unregister legacy...
2020-03-20 Samuel Cabreropidl:NDR/ServerCompat: Compat server PIDL parser
2020-02-27 Gary Lockyerpidl: Add recursive depth checks.
2020-02-04 Andrew Bartlettbuild: Do not check if system perl modules should be...
2020-02-02 Douglas Bagnallpidl/wscript: configure should insist on Parse::Yapp...
2019-12-12 Andrew Bartlettlibndr: Return enum ndr_err_code from ndr_{pull,push...
2019-12-12 Andrew Bartlettpidl: Mismatch between set and get of relative base...
2019-12-12 Andrew Bartlettpidl: Add and use ndr_print_steal_switch_value(), remov...
2019-12-12 Andrew Bartlettpidl: Generate and consume the switch level token for...
2019-12-12 Samuel Cabreropidl:NDR/Server: Allow to define endpoint server shutdo...
2019-12-12 Samuel Cabrerolibrpc:core: Add public functions to initialize endpoin...
2019-12-10 Andrew Bartlettpidl:NDR/Parser: only include structs in ndr_interface_...
2019-12-10 Douglas Bagnalllib/fuzzing: add fuzz_ndr_X
2019-12-10 Douglas Bagnallpidl/tests/samba-ndr.pl: remove duplicate import
2019-12-10 Douglas Bagnallpidl s4::Python: silence warnings
2019-12-10 Douglas Bagnallpidl Parse::Pidl::NDR: silence two warnings about undef...
2019-12-10 Douglas Bagnallpidl Parse::Pidl::NDR: add HRESULT alignment
2019-12-10 Douglas Bagnallpidl Parse::Pidl::NDR: warn of unknown scalar alignments
2019-12-10 Douglas Bagnallpidl s4::NDR::Parser: silence a warning
2019-12-10 Douglas Bagnallpidl s4::NDR::Parser: correct has_fast_array logic
2019-12-10 Douglas Bagnallpidl s4::NDR::Parser: read hex numbers as numbers for...
2019-12-10 Douglas Bagnallpidl: use perl warnings
2019-12-10 Andreas Schneiderpidl: Remove Parse/Yapp/Driver.pm
2019-12-04 Douglas Bagnallpidl: don't export parser class methods
2019-12-04 Douglas Bagnallpidl s4/TDR: use Parse::Pidl::Base
2019-12-04 Douglas Bagnallpidl s4/TDR: use conventional ->{res} name
2019-12-04 Douglas Bagnallpidl: s4/NDR/Parser uses Pidl::Base
2019-12-04 Douglas Bagnallpidl s4/NDR/Client: use Pidl::Base
2019-12-04 Douglas Bagnallpidl s4/NDR/Client: fix pidl_both()
2019-12-04 Douglas Bagnallpidl s4::Python uses Pidl::Base
2019-12-04 Douglas Bagnallpidl:: adjust s4::Python pidl_hdr() to be the same...
2019-12-04 Douglas Bagnallpidl Samba3::ClientNDR uses Pidl::Base
2019-12-04 Douglas Bagnallpidl: optionally annotate output for debug purposes
2019-12-04 Douglas Bagnallpidl: add a base class for PIDL parsers
2019-11-20 Douglas Bagnallpidl: check the size of pulled arrays of arrays
2019-11-20 Andrew Bartlettlibrpc: Unify packet dumping on ndr_pull() failure
2019-11-19 Andrew Bartlettndr: Include the caller location in ndr_{pull,push...
2019-11-14 Andrew Bartlettpidl: Handle obtaining objects from a fixed-size array
2019-11-14 Douglas Bagnallpidl/python: allocate objects with ref pointers
2019-11-13 Andrew Bartlettpidl: Generate compatability wrappers for ndr_print...
2019-11-13 Andrew Bartlettpidl: Generate the trailing ndr_table even if the UUID...
2019-11-13 Andrew Bartlettpidl: Allow the compilation of the ndr_table to be...
2019-09-18 Mathieu Parentpod2man is no longer needed
2019-08-06 Douglas Bagnallpidl/ndr/python: avoid memory errors in getsetters
2019-06-26 Andrew Bartlettpidl: Remove the need to always specify --client with...
2019-06-24 Andrew Bartlettpy3: Remove PyStr_FromString() compatability macro
2019-06-06 Gary Lockyerpidl: Allow ndrdump to print public structures
2019-05-16 Noel Powerpidl: Call PY_DISCARD_FUNC_SIG in generated code to...
2019-05-06 Andrew Bartlettpidl: Call PyLong_FromUnsignedLongLong directly rather...
2019-05-06 Andrew Bartlettpidl: Call PyLong_FromLongLong() directly rather than...
2019-05-06 Andrew Bartlettpidl: Always call PyLong_FromUnsignedLongLong() in...
2019-05-06 Andrew Bartlettpidl: Always call PyLong_FromLongLong() in ndr_PyLong_F...
2019-05-06 Andrew Bartlettpidl: No longer use Python3 compat define: PyInt_FromLo...
2019-04-23 Lutz Justenwaf: install: Remove installation of PIDL and manpages.
2019-03-12 Douglas Bagnallpidl/s4/python: call export "export" in py exceptions
2019-03-04 Douglas Bagnallpidl/Python: initialise a datablob
2019-02-14 Andreas Schneiderpidl: Use NDR_ZERO_STRUCT(P) macros
2019-02-07 Noel Powerpidl: Fix Generated ndr python code to DECREF imported...
2019-01-12 Stefan Metzmacherpidl/Python: use py_dcerpc_ndr_pointer_wrap/deref if...
2019-01-12 Stefan Metzmachers4:rpc_server: make it possible to specify ncacn_np_sec...
2019-01-12 Stefan Metzmachers4:rpc_server: only pass context to op_bind() hooks
2018-12-13 Andreas Schneiderpidl: Fix unsigned integer comparison warning
2018-12-13 Andreas Schneiderpidl: Fix function for py_<name>_ndr_print_(in|out)
2018-12-13 Andreas Schneiderpidl: Use C99 initializers for last element in ndr_inte...
2018-09-16 Noel PowerPY3: fix string.rsplit usage (doens't exist in PY3)
2018-09-16 Noel PowerPY3: fix iteritems usage, not supported in python3
2018-09-05 Alexander Bokovoypidl/wscript: update to handle waf 2.0.4
2018-09-05 Thomas Nagybuild:wafsamba: Build on waf 1.9
2018-08-30 Alexander Bokovoypidl/tests: fix ndr_push_init_ctx() usage
2018-05-12 Mathieu ParentFix pidl manpage sections
2017-07-26 Jeremy Allisons4: COM: Remove talloc_autofree_context() from (unused...
2017-07-19 Günther Deschnerlibndr/compression: pass down compressed length in...
2017-06-27 Stefan Metzmacherpidl:NDR/Parser: add missing {start,end}_flags() to...
2017-06-26 Stefan Metzmacherpidl:NDR/Parser: initialize [skip] values in ndr_pull_*
2017-06-26 Stefan Metzmacherpidl:NDR/Parser: add "skip_noinit" element
2017-06-26 Stefan Metzmacherpidl:NDR/Parser: fix "skip" for pointers
2017-06-20 Volker Lendeckepidl: Fix array range checks in python output
2017-05-19 Petr Viktorinpython3: Use "y#" instead of "s#" for binary data in...
2017-05-06 Jeremy Allisonpidl: Fix Coverity warnings from duplicate NULL checks.
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-03-10 Lumir Balharpython: pidl: Port Python interface generator
2017-02-25 Stefan Metzmacherpidl:Python: use of pytalloc_GenericObject_reference...
next