summaryrefslogtreecommitdiff
path: root/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
* ndr: fix ndr_pull_string_array() off by one allocDouglas Bagnall2020-08-071-2/+0
* ndr: avoid excessive reallocing in pull_string_arrayDouglas Bagnall2020-08-031-11/+60
* ndr: maintain proper talloc tree in pull_string_arrayDouglas Bagnall2020-08-031-1/+1
* CVE-2020-10745: ndr/dns-utils: prepare for NBT compatibilityDouglas Bagnall2020-07-024-72/+48
* CVE-2020-10745: dns_util/push: forbid names longer than 255 bytesDouglas Bagnall2020-07-021-1/+9
* CVE-2020-10745: ndr_dns: do not allow consecutive dotsDouglas Bagnall2020-07-021-0/+6
* CVE-2020-10745: ndr/dns_utils: correct a commentDouglas Bagnall2020-07-021-1/+1
* CVE-2020-10745: ndr_dns: move ndr_push_dns_string core into sharable functionDouglas Bagnall2020-07-023-74/+98
* librpc ndr: add recursion check macrosGary Lockyer2020-02-272-1/+38
* librpc:ndr: Remove byteorder.h from libndr.hAndreas Schneider2020-02-211-1/+0
* librpc:ndr: Use bytearray.h in ndr_basic.cAndreas Schneider2020-02-211-28/+57
* 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: NDR_PULL_ALIGN check for unsigned overflowGary Lockyer2020-02-071-0/+7
* librpc ndr: Heap-buffer-overflow in lzxpress_decompressGary Lockyer2020-02-071-1/+4
* 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
* ndr basic: Check ndr_token_store return codeGary Lockyer2020-01-091-1/+5
* librpc: pidlify spoolss_EnumPerMachineConnectionsGünther Deschner2020-01-082-0/+29
* 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: Do not access name[-1] trying to push "" into a dnsp_nameAndrew Bartlett2019-12-201-2/+12
* librpc: Fix string length checking in ndr_pull_charset_to_null()Andreas Schneider2019-12-201-2/+47
* 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-123-24/+21
* librpc/ndr: Remove ndr_{push,pull}_get_switch_value()Andrew Bartlett2019-12-122-15/+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-126-8/+17
* librpc/ndr: Add ndr_push_steal_switch_value()Andrew Bartlett2019-12-122-0/+15
* 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
* 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
* libndr: Fix a talloc context leakVolker Lendecke2019-12-021-2/+3
* librpc/ndr: Remove unused ndr_cab_generate_checksum()Andrew Bartlett2019-11-292-12/+0
* ndr_orpc: properly allocate empty DUALSTRINGARRAYDouglas Bagnall2019-11-201-2/+2
* ndr: Include the caller location in ndr_{pull,push}_error() messagesAndrew Bartlett2019-11-192-14/+42
* librpc: Do not return an NDR table for a zero GUIDAndrew Bartlett2019-11-141-0/+8
* librpc: Allow registration of ndr tables with a zero UUIDAndrew Bartlett2019-11-131-5/+21
* librpc/ndr/ndr_compression.c: typo fixesBjörn Jacke2019-10-311-7/+7
* librpc/ndr: add ndr_print_netlogon_samlogon_response()Günther Deschner2019-09-262-0/+14
* Spelling fixes s/ upto / up to /Mathieu Parent2019-09-011-2/+2
* librpc/ndr: clang: Fix warning 'Value stored to 'towernum' is never read'Noel Power2019-06-261-1/+0
* librpc/ndr: clang: Fix Assigned value is garbage or undefined warningNoel Power2019-06-111-7/+10