summaryrefslogtreecommitdiff
path: root/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
* libndr: Use better and more clear check for empty flagsAndreas Schneider2021-02-011-1/+1
* librpc: Fix a typoVolker Lendecke2021-01-281-1/+1
* lib: Simplify parse_guid_string() and ndr_syntax_id_from_string()Volker Lendecke2021-01-282-85/+22
* librpc: Add ndr_syntax_id_buf_string()Volker Lendecke2021-01-282-10/+21
* libndr: Simplify ndr_print_GUID()Volker Lendecke2021-01-281-1/+2
* librpc: Use GUID_to_ndr_buf() in GUID_to_ndr_blob()Volker Lendecke2020-10-021-5/+10
* librpc: Add GUID_to_ndr_buf()Volker Lendecke2020-10-022-0/+14
* lib: Avoid a use of includes.hVolker Lendecke2020-10-021-1/+3
* 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