summaryrefslogtreecommitdiff
path: root/pidl
Commit message (Expand)AuthorAgeFilesLines
* librpc: Always call ndr_push_compression_state_init() for compressionAndrew Bartlett2023-05-051-3/+3
* librpc/ndr: Make ndr_push_compression_state_free() a talloc destructorAndrew Bartlett2023-03-311-1/+1
* pidl: Automatically manage creating and freeing the compression state in gene...Andrew Bartlett2023-03-311-0/+2
* libndr/ndr: Remove unused argument from ndr_push_compression_{start,end}()Andrew Bartlett2023-03-311-4/+2
* pidl: Allow variable expansion (eg of a value() attribute) in compression_alg...Andrew Bartlett2023-03-311-7/+7
* pidl: avoid py compile issues with --pidl-developerDouglas Bagnall2023-02-031-4/+4
* rpc_server3: Remove pipes_struct->authVolker Lendecke2022-01-051-6/+0
* rpc_server3: Remove pipes_struct->session_infoVolker Lendecke2022-01-051-7/+1
* rpc_server3: Remove pipes_struct->pipe_boundVolker Lendecke2022-01-051-5/+0
* s3:rpc_server: Activate samba-dcerpcdVolker Lendecke2021-12-101-96/+1
* rpc_server3: Remove "pipes_struct->opnum"Volker Lendecke2021-10-081-2/+0
* s3:rpc_server: Do not use the default ncalrpc endpoint for external servicesSamuel Cabrero2021-09-211-2/+52
* pidl:NDR/ServerCompat.pm: Do not register disabled servicesSamuel Cabrero2021-09-211-0/+8
* pidl: Avoid leaving array_size NDR tokens aroundAndrew Bartlett2021-06-021-2/+15
* pidl: Avoid leaving array_length NDR tokens aroundAndrew Bartlett2021-06-021-3/+8
* libndr: Return error code from ndr_token_peek()Andrew Bartlett2021-06-021-6/+7
* pidl: Handle assigning to an inline array from PythonJoseph Sutton2021-05-281-1/+5
* pidl: set the per-request memory context in the pidl generatorRalph Boehme2021-03-311-0/+2
* pidl: use unused attribute only if supported by feature macroBjörn Jacke2020-11-101-1/+3
* pypidl: check the result of py_dcerpc_ndr_pointer_deref()Douglas Bagnall2020-07-061-0/+5
* s3: rpc_server: Remove dead codeSamuel Cabrero2020-05-241-38/+0
* s3: rpc_server: Drop s3 rpc handles implementationSamuel Cabrero2020-05-241-8/+0
* pidl: Set dce_call in pipes_struct before dispatching callSamuel Cabrero2020-05-241-0/+2
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-081-1/+1
* Fix clang 9 unused-function warningsGary Lockyer2020-05-081-1/+12
* pidl: Align integer types in scompat filesVolker Lendecke2020-04-181-1/+1
* s3:rpc_server: Improve local dispatchingSamuel Cabrero2020-04-081-168/+25
* py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett2020-03-231-3/+3
* py3: Remove #define PyInt_AsLong PyLong_AsLongAndrew Bartlett2020-03-231-3/+3
* pidl: Remove reference to PyInt_Type from error string when we wanted a sensi...Andrew Bartlett2020-03-231-8/+8
* pidl: Remove duplicate "if (PyLong_Check($cvar)" clausesAndrew Bartlett2020-03-231-26/+0
* py3: Remove #define PyInt_Check PyLong_CheckAndrew Bartlett2020-03-231-2/+2
* s3:rpc_server: Remove api_structSamuel Cabrero2020-03-201-34/+0
* pidl:NDR/ServerCompat: Generate local dispatching functionSamuel Cabrero2020-03-202-1/+177
* pidl:NDR/ServerCompat: Initialize and allocate out varsSamuel Cabrero2020-03-201-1/+110
* pidl:NDR/ServerCompat: Add dispatch, reply, pull and push functions to headerSamuel Cabrero2020-03-201-4/+8
* pidl:NDR/ServerCompat: Retrieve and setup pipes struct before dispatchSamuel Cabrero2020-03-201-9/+103
* pidl:NDR/ServerCompat: Register and unregister legacy api_struct cmdsSamuel Cabrero2020-03-201-1/+30
* pidl:NDR/ServerCompat: Compat server PIDL parserSamuel Cabrero2020-03-202-0/+504
* pidl: Add recursive depth checks.Gary Lockyer2020-02-272-0/+8
* 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