summaryrefslogtreecommitdiff
path: root/librpc
Commit message (Expand)AuthorAgeFilesLines
* librpc ndr: Change loop index to size_tGary Lockyer2020-02-071-1/+1
* librpc ndr: ndr_pull_advance check for unsigned overflow.Gary Lockyer2020-02-071-5/+1
* librpc ndr tests: Unsigned overflow in ndr_pull_advanceGary Lockyer2020-02-071-0/+26
* librpc ndr: NDR_PULL_ALIGN check for unsigned overflowGary Lockyer2020-02-071-0/+7
* librpc ndr tests: uint32 overflow in NDR_PULL_ALIGNGary Lockyer2020-02-071-0/+34
* librpc ndr: Heap-buffer-overflow in lzxpress_decompressGary Lockyer2020-02-073-1/+96
* librpc: Use PRIu32 printf specifiersVolker Lendecke2020-01-231-3/+7
* librpc: Use the MAX() macro where appropriateVolker Lendecke2020-01-231-5/+1
* librpc: Fix a gcc warningVolker Lendecke2020-01-231-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