summaryrefslogtreecommitdiff
path: root/librpc
Commit message (Expand)AuthorAgeFilesLines
* librpc: fix IDL for svcctl_ChangeServiceConfigWGünther Deschner2020-03-181-5/+18
* s4-torture: add ndr svcctl testsuiteGünther Deschner2020-03-181-1/+1
* librpc: add clusapi_GroupSetControlCode enumGünther Deschner2020-01-161-2/+12
* librpc: add various new clusapi functions and typesGünther Deschner2020-01-161-0/+351
* smbd: Add close-denied-share messageVolker Lendecke2020-01-151-0/+3
* ndr basic: Check ndr_token_store return codeGary Lockyer2020-01-091-1/+5
* librpc: pidlify spoolss_EnumPerMachineConnectionsGünther Deschner2020-01-083-1/+42
* librpc/ndr: provide infrastructure for NDR_SPOOLSS_{PUSH|PULL}_ENUM macrosGünther Deschner2020-01-081-5/+117
* librpc: better naming for NDR_SPOOLSS_{PUSH|PULL}_ENUM variantsGünther Deschner2020-01-081-26/+26
* librpc: add IDL for spoolss_EnumPerMachineConnectionsGünther Deschner2020-01-081-1/+7
* librpc: fix IDL for spoolss_GetCorePrinterDrivers()Günther Deschner2020-01-081-1/+1
* librpc: Do not access name[-1] trying to push "" into a dnsp_nameAndrew Bartlett2019-12-201-2/+12
* librpc: Add test for ndr_string_length()Andreas Schneider2019-12-201-1/+36
* librpc: Fix string length checking in ndr_pull_charset_to_null()Andreas Schneider2019-12-201-2/+47
* librpc: Move winstation.idl to the top level and exclude from fuzzingAndrew Bartlett2019-12-183-0/+19
* lib/fuzzing and librpc: Do not generate fuzzers for pointless targetsAndrew Bartlett2019-12-181-14/+8
* librpc: Fix manually written printer for drsuapi_DsAttributeValueAndrew Bartlett2019-12-181-6/+9
* libndr: Return enum ndr_err_code from ndr_{pull,push}_steal_switch_value()Andrew Bartlett2019-12-124-26/+23
* librpc/ndr: Remove ndr_{push,pull}_get_switch_value()Andrew Bartlett2019-12-123-17/+0
* librpc: Remove last callers of ndr_push_get_switch_value()Andrew Bartlett2019-12-121-21/+1
* librpc: Remove last callers of ndr_pull_get_switch_value()Andrew Bartlett2019-12-121-21/+1
* librpc: Do not follow a NULL pointer when calculating the size of a unionAndrew Bartlett2019-12-121-0/+5
* librpc: Do not follow a NULL pointer when calculating the size of a structureAndrew Bartlett2019-12-121-0/+5
* pidl: Add and use ndr_print_steal_switch_value(), removing ndr_print_get_swit...Andrew Bartlett2019-12-127-9/+18
* librpc/ndr: Add ndr_push_steal_switch_value()Andrew Bartlett2019-12-123-0/+16
* librpc: Set the switch_value before NDR_BUFFERS to prepare for new libndr beh...Andrew Bartlett2019-12-121-0/+1
* negoex: Set the switch_value before NDR_BUFFERS to prepare for new libndr beh...Andrew Bartlett2019-12-121-0/+1
* ndr: Restrict size of ndr_token lists to avoid memory abuse by malicious clientsAndrew Bartlett2019-12-121-11/+108
* libndr: Do not overwrite token list with NULL on allocation failureAndrew Bartlett2019-12-121-5/+5
* pidl:NDR/Server: Allow to define endpoint server shutdown functionsSamuel Cabrero2019-12-122-0/+57
* librpc:core: Add a function to reinitialize the dcesrv_contextSamuel Cabrero2019-12-122-0/+30
* librpc:core: Add public functions to initialize endpoint serversSamuel Cabrero2019-12-122-11/+56
* librpc:core: Split dcesrv context init and endpoint servers initSamuel Cabrero2019-12-122-10/+17
* librpc/idl/dnsserver.idl: Ensure DnsProperty id matches what is pulled from t...Andrew Bartlett2019-12-121-1/+1
* librpc: Fill in full deps for NDR_* subsystemsAndrew Bartlett2019-12-101-9/+27
* dcerpc: developer option to save ndr_fuzz_X seedsDouglas Bagnall2019-12-106-1/+201
* lib/fuzzing: add fuzz_ndr_XDouglas Bagnall2019-12-101-13/+59
* librpc/ndr: Do not follow a client-supplied NULL pointer in _print_drsuapi_Ds...Andrew Bartlett2019-12-101-2/+8
* 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