summaryrefslogtreecommitdiff
path: root/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
* librpc: Always call ndr_push_compression_state_init() for compressionAndrew Bartlett2023-05-054-33/+50
* librpc: Fix talloc hierarchy for ndr_compression_stateAndrew Bartlett2023-05-052-59/+7
* libndr: Handle allocation failureJoseph Sutton2023-04-121-0/+3
* librpc/ndr: Add missing newlines to error messagesJoseph Sutton2023-04-121-3/+3
* librpc/ndr: Fix NULL pointer dereferenceJoseph Sutton2023-04-051-1/+7
* librpc/ndr: Use libndr compression for claimsAndrew Bartlett2023-03-312-0/+118
* librpc/ndr: Make ndr_push_compression_state_free() a talloc destructorAndrew Bartlett2023-03-313-23/+20
* librpc/ndr: Implement lzxpress_huffman() compression in libndr for Kerberos C...Andrew Bartlett2023-03-312-6/+149
* librpc/ndr: Add a "NONE" compression format to libndrAndrew Bartlett2023-03-312-0/+71
* libndr/ndr: Remove unused argument from ndr_push_compression_{start,end}()Andrew Bartlett2023-03-314-26/+22
* libndr/ndr: Add NDR_COMPRESSION_INVALIDAndrew Bartlett2023-03-311-0/+1
* librpc/ndr: Unimplement DRSUAPI_COMPRESSION_TYPE_XPRESS and renameAndrew Bartlett2023-03-312-11/+12
* librpc/ndr: Remove incorrect comment that ndr_compression.h is autogeneratedAndrew Bartlett2023-03-311-2/+0
* librpc/ndr: Fix incorrect error string in SID parserJoseph Sutton2022-10-211-1/+1
* librpc: Simplify ndr_size_dom_sid28()Volker Lendecke2022-09-071-2/+1
* librpc: Simplify ndr_size_dom_sid28()Volker Lendecke2022-09-071-2/+0
* librpc:ndr: Update ndr_print_debug() and add macro NDR_PRINT_DEBUG_LEVELPavel Filipenský2022-07-152-5/+30
* librpc/ndr: let ndr_push_string() let s_len == 0 result in d_len = 0Stefan Metzmacher2022-01-241-1/+4
* CVE-2020-25721 krb5pac: Add new buffers for samAccountName and objectSIDAndrew Bartlett2021-11-091-2/+2
* librpc: Simplify GUID_hexstring()Volker Lendecke2021-08-241-14/+6
* librpc: Simplify GUID_string2() by using GUID_buf_string()Volker Lendecke2021-08-241-3/+3
* librpc: Simplify GUID_zero() with a direct struct returnVolker Lendecke2021-08-241-5/+1
* librpc: add custom odj_switch_level_from_guid()Günther Deschner2021-07-142-0/+87
* librpc/ndr: do not print strings when NDR_SECRET is usedGünther Deschner2021-07-141-0/+4
* pidl: Avoid leaving array_size NDR tokens aroundAndrew Bartlett2021-06-024-6/+34
* pidl: Avoid leaving array_length NDR tokens aroundAndrew Bartlett2021-06-022-3/+14
* librpc: Use helper function ndr_get_array_size() in ndr_check_array_size()Andrew Bartlett2021-06-021-1/+1
* librpc: Add const to cookie pointer in ndr_check_array_{size,length}Andrew Bartlett2021-06-022-4/+4
* libndr: Return error code from ndr_token_peek()Andrew Bartlett2021-06-023-25/+20
* selftest: Add test of NDR marshalling from python, starting with wbintAndrew Bartlett2021-06-022-0/+37
* spoolss: Avoid indirection via ndr_get_array_size()Andrew Bartlett2021-06-021-1/+1
* 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