summaryrefslogtreecommitdiff
path: root/librpc
Commit message (Expand)AuthorAgeFilesLines
* librpc: Avoid spinning on string_array elements with a short inputAndrew Bartlett2019-12-041-0/+7
* librpc ndr: Tests for ndr_pull_stringGary Lockyer2019-12-042-0/+151
* libndr: Fix a talloc context leakVolker Lendecke2019-12-021-2/+3
* ndrdump: Do not run the validate step after a failureAndrew Bartlett2019-11-291-0/+8
* ndrdump: Improve error message when the pipes fail to dumpAndrew Bartlett2019-11-291-2/+4
* ndrdump: Show the actual struct/function name in the print, not just what it ...Andrew Bartlett2019-11-291-1/+1
* librpc/ndr: Remove unused ndr_cab_generate_checksum()Andrew Bartlett2019-11-292-12/+0
* librpc: Make CFDATA private to cab.idl and remove pull and push functionsAndrew Bartlett2019-11-291-2/+2
* librpc: Check for NULL pointer in value() in ntlmssp_AUTHENTICATEAndrew Bartlett2019-11-201-1/+1
* ndr_orpc: properly allocate empty DUALSTRINGARRAYDouglas Bagnall2019-11-201-2/+2
* ndrdump: Still print --dump bytes after parse failureAndrew Bartlett2019-11-201-8/+14
* ndrdump: Invert sense of --stop-on-parse-failure into --print-after-parse-fai...Andrew Bartlett2019-11-201-8/+7
* ndrdump: Return a different error code for ndr_pull() failuresAndrew Bartlett2019-11-201-4/+4
* ndrdump: Allow for base64-encoded input in a file and on the command lineAndrew Bartlett2019-11-201-6/+36
* ndrdump: Check for input decode failuresAndrew Bartlett2019-11-201-0/+6
* ndrdump: Add constAndrew Bartlett2019-11-201-6/+6
* ndrdump: TALLOC_FREE() on each exit path to allow running with leak detectionAndrew Bartlett2019-11-201-1/+13
* ndrdump: print structure name when failing to setupAndrew Bartlett2019-11-201-2/+7
* ndrdump: Fix one more NTSTATUS rather than friendly ndr messageAndrew Bartlett2019-11-201-2/+2
* librpc: Unify packet dumping on ndr_pull() failureAndrew Bartlett2019-11-203-27/+27
* librpc: Fix CID 1455913 Use after freeVolker Lendecke2019-11-191-1/+2
* ndr: Include the caller location in ndr_{pull,push}_error() messagesAndrew Bartlett2019-11-194-16/+308
* witness.idl: Change array type in IDL for the print functionAndrew Bartlett2019-11-191-1/+1
* ndrdump: avoid use after freeDouglas Bagnall2019-11-171-1/+2
* ndrdump: Use human-readable strings for NDR decode errorsAndrew Bartlett2019-11-171-21/+13
* selftest: Test fix for ndrdump of structures by numberAndrew Bartlett2019-11-171-0/+6
* ndrdump: correctly find the public strict by numberDouglas Bagnall2019-11-171-14/+17
* librpc: Use the fact that file_save() now uses O_EXCL in dcerpc_log_packet()Andrew Bartlett2019-11-151-6/+6
* librpc: Do not return an NDR table for a zero GUIDAndrew Bartlett2019-11-141-0/+8
* ndrdump: check bounds when passed functions/structs by integerAndrew Bartlett2019-11-131-3/+23
* ndrdump: Fix new "struct" featureAndrew Bartlett2019-11-131-1/+1
* pidl: Generate the trailing ndr_table even if the UUID is not setAndrew Bartlett2019-11-132-1/+266
* librpc: Allow registration of ndr tables with a zero UUIDAndrew Bartlett2019-11-131-5/+21
* librpc: Do not place the ndr_table for windows_event_ids.idl in the global listAndrew Bartlett2019-11-131-1/+8
* ndrdump: add --stop-on-parse-failureDouglas Bagnall2019-11-131-1/+21
* librpc: Match interface name and file name for bkupblobs.idlAndrew Bartlett2019-11-131-1/+1
* librpc: Fix typo in "quota" name in IDLDouglas Bagnall2019-11-131-1/+1
* librpc/ndr/ndr_compression.c: typo fixesBjörn Jacke2019-10-311-7/+7
* librpc:core: Make dcesrv_find_endpoint publicSamuel Cabrero2019-10-182-1/+4
* librpc:core: Return NTSTATUS for dcesrv_find_endpointSamuel Cabrero2019-10-181-9/+13
* librpc:core: Rename find_endpoint to dcesrv_find_endpointSamuel Cabrero2019-10-181-3/+3
* librpc:core: Initialize static variableSamuel Cabrero2019-10-181-1/+1
* librpc:core: Allocate struct dcesrv_interface with tallocSamuel Cabrero2019-10-183-10/+22
* librpc:core: Set debug classSamuel Cabrero2019-10-181-0/+3
* s4:rpc_server: Move core functions to core librarySamuel Cabrero2019-10-185-1/+3829
* s4:rpc_server: Move core structures and prototypes to core librarySamuel Cabrero2019-10-181-0/+578
* librpc: Add new dcerpc server core librarySamuel Cabrero2019-10-183-0/+62
* librpc: Move dcerpc_log_packet from s4 librpc to common librpcSamuel Cabrero2019-10-182-0/+41
* librpc: Move dcerpc_ncacn_push_auth from s4 librpc to common librpcSamuel Cabrero2019-10-182-0/+60
* s4:rpc_server: Split dcerpc_generic_session_key for server and clientSamuel Cabrero2019-10-182-0/+12