summaryrefslogtreecommitdiff
path: root/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
* 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
* pidl: Allow ndrdump to print public structuresGary Lockyer2019-06-061-0/+10
* librpc/ndr: make push_charset_to_null UTF-16 safe (CID 1399648)Douglas Bagnall2019-05-091-1/+1
* ndr_spoolss_buf: fix out of scope use of stack variable in NDR_SPOOLSS_PUSH_E...Stefan Metzmacher2019-03-061-2/+2
* lib:util: Move discard_const(_p) to own header for libndr.hAndreas Schneider2019-02-141-1/+1
* librpc:ndr: Add NDR_ZERO_STRUCT(P) macrosAndreas Schneider2019-02-141-0/+7
* librpc:ndr: Implement ndr_zero_memory()Andreas Schneider2019-02-142-0/+6
* build: Get rid of hardcoded 'bin/default' in includesAliaksei Karaliou2019-02-081-1/+1
* librpc: Solaris cc does not like unnamed struct membersVolker Lendecke2019-02-031-22/+22
* libndr: Use dom_sid_str_bufVolker Lendecke2019-01-081-1/+2
* librpc:ndr: Give the optimizer hints for ndr_push_bytes()Andreas Schneider2018-12-071-6/+2
* librpc:ndr: Fix undefined behavior in ndr_basicAndreas Schneider2018-12-061-0/+10
* 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