summaryrefslogtreecommitdiff
path: root/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
* librpc:ndr: Fix undefined behavior in ndr.cAndreas Schneider2018-11-231-33/+33
* librpc:ndr: Initialize inblobAndreas Schneider2018-11-141-1/+3
* ndr: Init variables of GUID_from_data_blob()Andreas Schneider2018-10-191-5/+6
* ndr_misc: read syntax_id using strict util_str_hex functionsDouglas Bagnall2018-05-311-10/+23
* Fix spelling s/ouput/output/Mathieu Parent2018-05-121-1/+1
* ndr_string: Do overflow checks in ndr_push/pull_charsetVolker Lendecke2018-03-281-0/+6
* ndr_string: Fix a signed/unsigned glitchVolker Lendecke2018-03-281-1/+1
* librpc:ndr: Add FALL_THROUGH statements in ndr_cab.cAndreas Schneider2018-03-011-0/+3
* shift read_hex_bytes() and parse_guid_string() into lib/utilDouglas Bagnall2018-02-221-97/+1
* ndr_dns: fix pushing unknown resource recordsVolker Lendecke2018-01-041-1/+10
* Use the rpc_parse debug class for PIDL genrated codeAndrew Bartlett2017-09-071-0/+3
* lib: rpc: The registered interfaces are a lists of singletons that are never ...Jeremy Allison2017-07-261-1/+11
* librpc/ndr: add MSZIP compression for cabinet filesAurelien Aptel2017-07-192-12/+506
* librpc/ndr: simplify cabinet file size calculationAurelien Aptel2017-07-191-50/+3
* librpc/ndr: Use correct value for max compression sizeAndreas Schneider2017-07-191-2/+6
* librpc/ndr: Use MAX_WBITS zlib define and change memLevel in MSZIP codeGünther Deschner2017-07-191-2/+2
* librpc/ndr: remove unused ndr_cab_get_compression() functionAurelien Aptel2017-07-192-10/+0
* librpc: use DATA_BLOB in CFDATA structureAurelien Aptel2017-07-191-1/+1
* librpc/ndr: add helper functions to setup and free compression states.Aurelien Aptel2017-07-192-0/+155
* librpc/ndr: add new MSZIP compression type for cabinet filesGünther Deschner2017-07-191-0/+1
* librpc/ndr: add new ndr_compression_stateAurelien Aptel2017-07-192-0/+17
* libndr/compression: pass down compressed length in ndr_pull_compression_startGünther Deschner2017-07-192-2/+4
* librpc/ndr: remove trailing whitespace from compression file.Aurelien Aptel2017-07-191-7/+7
* librpc:ndr_cab: Cast data pointer correctlyAndreas Schneider2017-07-191-2/+2
* ndr_compression: use MAX_WBITS constantAurelien Aptel2017-07-191-1/+1
* librpc/ndr: add LIBNDR_FLAG_IS_SECRET handlingStefan Metzmacher2017-06-273-0/+77
* librpc/ndr: align the definition of LIBNDR_STRING_FLAGS with currently define...Stefan Metzmacher2017-06-271-1/+13
* librpc:ndr: Set the length to 1 if we assign and empty stringAndreas Schneider2017-05-161-0/+1
* ndr: Use resizing array instead of linked lists (breaking ABI)Douglas Bagnall2017-03-022-52/+96
* ndr: fix whitespace in libndr.h, ndr.cDouglas Bagnall2017-03-022-37/+37
* librpc/ndr: add ndr_push_charset_to_null and increase library version (abi ch...Günther Deschner2017-01-242-0/+17
* librpc: Use "all_zero" where appropriateVolker Lendecke2017-01-031-10/+2
* CVE-2016-2123: Fix DNS vuln ZDI-CAN-3995Volker Lendecke2016-12-201-0/+9
* librpc/ndr/uuid.c: improve speed and accuracy of GUID string parsingDouglas Bagnall2016-12-141-21/+111
* librpc: cab: Fix ndr_size_cab_file() to detect integer wrap.Jeremy Allison2016-12-011-5/+28
* librpc: cab: Integer wrap protection for ndr_count_cfdata().Jeremy Allison2016-12-011-0/+4
* librpc: Add ndr_cab_get_compression() for Cabinet compression evaluationGünther Deschner2016-11-242-0/+10
* librpc: Add autogenerated file offset calculation for Cabinet filesGünther Deschner2016-11-241-0/+6
* librpc: Add autogenerated total cabinet size for Cabinet filesGünther Deschner2016-11-241-0/+29
* librpc: Add autogenerated checksum calculation for Cabinet filesGünther Deschner2016-11-242-0/+50
* librpc: Introduce cab.idlGünther Deschner2016-11-242-0/+175
* dcerpc.idl: set LIBNDR_FLAG_* flags based on DCERPC_PFC_FLAG_OBJECT_UUID and ...Stefan Metzmacher2016-10-261-0/+82
* spoolss: rename spoolss_EnumPrintProcDataTypes to spoolss_EnumPrintProcessorD...Günther Deschner2016-09-222-10/+10
* librpc: Add ndr_push_struct_into_fixed_blob() and use it in GUID_to_ndr_blob()Andrew Bartlett2016-07-283-3/+51
* krb5pac.idl: implement PAC_UPN_DNS_INFO correctStefan Metzmacher2016-07-201-0/+2
* krb5pac: fix push/pull of subcontexts in PAC_BUFFERStefan Metzmacher2016-07-201-10/+11
* krb5pac: no need for a noprint PAC_BUFFER.Günther Deschner2016-07-202-18/+27
* drsblobs.idl: supplementalCredentialsSubBlob make it possible to parse strang...Stefan Metzmacher2016-07-201-4/+26
* drsblobs.idl: mark supplementalCredentialsSubBlob as nopull,nopushStefan Metzmacher2016-07-201-0/+47
* typo: componemt => componentGarming Sam2016-07-051-1/+1