s4:dsdb: Fix stack use after scope in gkdi_create_root_key()
[samba.git] / pidl /
2024-03-21 Günther Deschnerpidl: add "return ENOTSUP" for int return type in s3...
2024-03-20 Günther Deschnerpidl: fix trailing double-quote on last line of s3...
2024-02-16 Jo Suttonpidl: Do not call mapTypeName() on expression
2024-02-08 Douglas Bagnallpidl: calculate subcontext_size only once per pull
2023-12-21 Joseph Suttonlibrpc: Change type of ‘u16string’ from ‘const uint16_t...
2023-11-30 Joseph Suttonpidl: Make sure to cast whole expressions
2023-11-30 Joseph Suttonpidl: Fix subscripts of dereferenced arrays
2023-11-30 Joseph Suttonpidl: Remove unneeded casts
2023-11-30 Joseph Suttonpidl: Fix grammar in warning message
2023-11-30 Joseph Suttonpidl: Remove trailing whitespace
2023-11-30 Joseph Suttonpidl: Remove unused imports
2023-11-20 Joseph Suttonpidl: Add new ‘u16string’ type
2023-11-20 Joseph Suttonpidl: Add a helper function to determine whether a...
2023-11-20 Andreas SchneiderUse python.h from libreplace
2023-11-17 Günther Deschnerpidl: include scompat headers and servers in s3 server...
2023-11-16 Joseph Suttonpidl: Don’t overwrite exception set by PyUnicode_AsEnco...
2023-11-16 Joseph Suttonpidl: Remove trailing whitespace
2023-11-01 Joseph Suttonlibrpc:ndr: Increase size of ‘libndr_flags’ type to...
2023-11-01 Joseph Suttonlibrpc:ndr: Introduce ‘ndr_flags_type’ type
2023-11-01 Joseph Suttonlibrpc:ndr: Introduce ‘libndr_flags’ type
2023-10-25 Joseph Suttonpidl: Fix code spelling
2023-10-01 Joseph Suttonpidl: Parenthesize expression to be cast
2023-10-01 Joseph Suttonndr: Parenthesize expressions to be cast
2023-09-27 Joseph Suttonpidl: Use INT_MAX as enum constant for portability
2023-09-27 Joseph Suttonpidl: Use portable format specifiers
2023-09-27 Joseph Suttonndr: Display values for failed range checks
2023-09-11 Joseph Suttonpidl: Fix code spelling
2023-09-05 Noel Powerpidl/tests: Add tests for hang with nested struct.
2023-09-05 Noel Powerpidl/lib: Add recursion detection logic to prevent...
2023-08-21 Joseph Suttonpidl: Use non-existent function dissect_ndr_int64()
2023-08-15 Joseph Suttonlibrpc:ndr: Add ‘int64’ type
2023-08-08 Joseph Suttonpidl: Remove unneeded semicolon
2023-06-23 Andreas Schneiderpidl: Fix code spelling
2023-05-05 Andrew Bartlettlibrpc: Always call ndr_push_compression_state_init...
2023-03-31 Andrew Bartlettlibrpc/ndr: Make ndr_push_compression_state_free()...
2023-03-31 Andrew Bartlettpidl: Automatically manage creating and freeing the...
2023-03-31 Andrew Bartlettlibndr/ndr: Remove unused argument from ndr_push_compre...
2023-03-31 Andrew Bartlettpidl: Allow variable expansion (eg of a value() attribu...
2023-02-03 Douglas Bagnallpidl: avoid py compile issues with --pidl-developer
2022-01-05 Volker Lendeckerpc_server3: Remove pipes_struct->auth
2022-01-05 Volker Lendeckerpc_server3: Remove pipes_struct->session_info
2022-01-05 Volker Lendeckerpc_server3: Remove pipes_struct->pipe_bound
2021-12-10 Volker Lendeckes3:rpc_server: Activate samba-dcerpcd
2021-10-08 Volker Lendeckerpc_server3: Remove "pipes_struct->opnum"
2021-09-21 Samuel Cabreros3:rpc_server: Do not use the default ncalrpc endpoint...
2021-09-21 Samuel Cabreropidl:NDR/ServerCompat.pm: Do not register disabled...
2021-06-02 Andrew Bartlettpidl: Avoid leaving array_size NDR tokens around
2021-06-02 Andrew Bartlettpidl: Avoid leaving array_length NDR tokens around
2021-06-02 Andrew Bartlettlibndr: Return error code from ndr_token_peek()
2021-05-28 Joseph Suttonpidl: Handle assigning to an inline array from Python
2021-03-31 Ralph Boehmepidl: set the per-request memory context in the pidl...
2020-11-10 Björn Jackepidl: use unused attribute only if supported by feature...
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
next