summaryrefslogtreecommitdiff
path: root/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
* ndr_spoolss_buf: fix out of scope use of stack variable in NDR_SPOOLSS_PUSH_E...Stefan Metzmacher2019-03-261-2/+2
* 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
* librpc: add decode_netlogon_samlogon_response_packet for mailslot debugging.Günther Deschner2016-07-011-11/+0
* librpc/ndr: add support for NDR_ALIGN* to ndr_push_short_relative_ptr2()Stefan Metzmacher2016-06-271-6/+36
* librpc: Avoid talloc in GUID_from_data_blob()Andrew Bartlett2016-06-271-16/+8
* librpc/dns: don't compress strings in TKEY and TSIG responsesRalph Boehme2016-06-161-0/+13
* librpc/ndr: add flag LIBNDR_FLAG_NO_COMPRESSIONRalph Boehme2016-06-162-23/+30
* libndr: Add ndr_pull_struct_blob_all_noallocAndrew Bartlett2016-05-033-9/+44
* dns: remove double talloc for stringsGarming Sam2016-05-031-4/+0
* ndr: inline search for ndr_token_peek()Douglas Bagnall2016-03-221-8/+6