summaryrefslogtreecommitdiff
path: root/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
...
* librpc ndr: add ndr_pull_steal_switch_value()Douglas Bagnall2016-03-222-0/+15
* librpc/ndr: add ndr_ntlmssp_find_av() helper functionStefan Metzmacher2016-03-102-0/+18
* CVE-2016-0771: s4:dns_server: fix idl for dns_txt_recordStefan Metzmacher2016-03-101-0/+27
* CVE-2016-0771: librpc: add ndr_dnsp_string_list_copy() helper functionStefan Metzmacher2016-03-102-0/+28
* Add a new header file for functions in lib/util/util.c.Jelmer Vernooij2016-01-132-2/+5
* negoex.idl: use DATA_BLOB for negoex_BYTE_VECTORStefan Metzmacher2015-12-181-28/+26
* negoex.idl: initial versionStefan Metzmacher2015-12-182-0/+559
* librpc: Fix typosVolker Lendecke2015-12-162-2/+2
* lib: Avoid a includes.hVolker Lendecke2015-12-081-1/+2
* dcerpc.idl: accept invalid dcerpc_bind_nak pdusStefan Metzmacher2015-10-211-0/+49
* librpc:ndr:witness: remove an unneeded block, reducing indentation.Michael Adam2015-07-071-41/+40
* librpc:ndr:witness: move variables into scopeMichael Adam2015-07-071-3/+4
* librpc:ndr:witness: fix CID 1311245: Memory - illegal accesses (UNINIT)Michael Adam2015-07-071-1/+1
* librpc/ndr: make use of dump_data_cb() in ndr_dump_data()Stefan Metzmacher2015-07-031-34/+5
* libndr: better debug message in ndr_pull_subcontext_start().Günther Deschner2015-07-031-4/+8
* witness: autogenerate the marshalling of the witness_notifyResponse_message.Günther Deschner2015-07-032-0/+133
* librpc/ndr_nbt: we need to keep a trailing '.' in the last component of an nb...Stefan Metzmacher2015-03-271-0/+4
* librpc/ndr: add ndr_{pull|push|print}_HRESULT and release new 0.0.5 ABI.Günther Deschner2015-03-132-0/+26
* s4-backupkey: Initialize ndr->switchlist for printArvid Requate2015-02-251-0/+5
* librpc/ndr: add NDR_SCALAR_PTR_PROTO() helper macroStefan Metzmacher2014-11-141-0/+5
* librpc: simplify ndr_pull_dnsp_stringMatthieu Patou2014-10-031-5/+2
* idl: add nt backup blobs formatMatthieu Patou2014-10-021-0/+82
* lib: Use GUID_buf_string in GUID_stringVolker Lendecke2014-10-021-9/+2
* Create talloc-less functions for formating GUIDMatthieu Patou2014-10-022-0/+28
* librpc/ndr_drsuapi: Allow ndrdump to dump dsinfo52 blobsMatthieu Patou2014-09-271-0/+34
* librpc: Add NETWORK_INTERFACE_INFO IDL data structureAnubhav Rakshit2014-07-241-0/+40
* libndr: Use GUID_compare in GUID_equalVolker Lendecke2014-06-101-9/+1
* dcerpc.idl: hide (ndr->flags & LIBNDR_FLAG_OBJECT_PRESENT) logic behind a defineStefan Metzmacher2014-03-281-0/+4
* librpc/nbt: increase MAX_COMPONENTS limit for nbt_names.Günther Deschner2014-02-131-1/+1
* librpc/ndr: add ndr_table_by_syntax()Stefan Metzmacher2014-02-112-0/+15
* librpc/ndr: add ndr_syntax_id_[from|to]_string()Stefan Metzmacher2014-02-112-0/+49
* librpc/ndr: add ndr_pull_append/pop()Stefan Metzmacher2014-02-112-0/+107
* librpc/ndr: add support for a shallow copy to ndr_pull_subcontext_start/endStefan Metzmacher2014-02-111-1/+20
* librpc/ndr: remember INCOMPLETE_BUFFER missing bytes in relative_highest_offsetStefan Metzmacher2014-02-111-0/+9
* librpc/ndr: add NDR_ERR_INCOMPLETE_BUFFER and LIBNDR_FLAG_INCOMPLETE_BUFFERStefan Metzmacher2014-02-112-1/+20
* librpc/ndr: fix headers in ndr_dcerpc.cGregor Beck2014-02-111-3/+1
* librpc/ndr: add ndr_pop_dcerpc_sec_verification_trailer()Gregor Beck2014-01-082-0/+146
* librpc: fix possible memory leakGregor Beck2014-01-071-0/+1
* dcerpc.idl: add dcerpc_sec_verification_trailerStefan Metzmacher2014-01-071-0/+66
* librpc/ndr: add LIBNDR_FLAG_SUBCONTEXT_NO_UNREAD_BYTESStefan Metzmacher2014-01-072-0/+26
* librpc-idl: change the drsuapi_DsBindInfoCtr so that it match what is on the ...Matthieu Patou2013-10-301-0/+156
* libndr: Avoid ommitting display of unset bitmap flags.Günther Deschner2013-10-091-4/+4
* librpc: Fix blank line endingsVolker Lendecke2013-10-021-8/+8
* libndr: Fix ndr_print_bitmap_flag for value=0Volker Lendecke2013-10-021-0/+4
* librpc: return a ndr_pull_error instead of just NDR_ERR_NDR64 when upper bits...Matthieu Patou2013-10-021-1/+2
* librpc/ndr: make use of ndr_dump_data() in ndr_print_array_uint8()Stefan Metzmacher2013-09-241-2/+11
* librpc/ndr: make ndr_pull/push_DATA_BLOB NDR64 awareStefan Metzmacher2013-09-241-4/+4
* librpc/ndr: make sure ndr_table_list() always calls ndr_init_table() first.Günther Deschner2013-09-201-0/+1
* librpc/ndr: call ndr_table_list() from all ndr_X functions.Günther Deschner2013-09-201-3/+3
* librpc: Fix some "ignored asprint result" warningsVolker Lendecke2013-06-111-18/+9