summaryrefslogtreecommitdiff
path: root/librpc/ndr
AgeCommit message (Expand)AuthorFilesLines
2015-07-07librpc:ndr:witness: remove an unneeded block, reducing indentation.Michael Adam1-41/+40
2015-07-07librpc:ndr:witness: move variables into scopeMichael Adam1-3/+4
2015-07-07librpc:ndr:witness: fix CID 1311245: Memory - illegal accesses (UNINIT)Michael Adam1-1/+1
2015-07-03librpc/ndr: make use of dump_data_cb() in ndr_dump_data()Stefan Metzmacher1-34/+5
2015-07-03libndr: better debug message in ndr_pull_subcontext_start().Günther Deschner1-4/+8
2015-07-03witness: autogenerate the marshalling of the witness_notifyResponse_message.Günther Deschner2-0/+133
2015-03-27librpc/ndr_nbt: we need to keep a trailing '.' in the last component of an nb...Stefan Metzmacher1-0/+4
2015-03-13librpc/ndr: add ndr_{pull|push|print}_HRESULT and release new 0.0.5 ABI.Günther Deschner2-0/+26
2015-02-25s4-backupkey: Initialize ndr->switchlist for printArvid Requate1-0/+5
2014-11-14librpc/ndr: add NDR_SCALAR_PTR_PROTO() helper macroStefan Metzmacher1-0/+5
2014-10-03librpc: simplify ndr_pull_dnsp_stringMatthieu Patou1-5/+2
2014-10-02idl: add nt backup blobs formatMatthieu Patou1-0/+82
2014-10-02lib: Use GUID_buf_string in GUID_stringVolker Lendecke1-9/+2
2014-10-02Create talloc-less functions for formating GUIDMatthieu Patou2-0/+28
2014-09-27librpc/ndr_drsuapi: Allow ndrdump to dump dsinfo52 blobsMatthieu Patou1-0/+34
2014-07-24librpc: Add NETWORK_INTERFACE_INFO IDL data structureAnubhav Rakshit1-0/+40
2014-06-10libndr: Use GUID_compare in GUID_equalVolker Lendecke1-9/+1
2014-03-28dcerpc.idl: hide (ndr->flags & LIBNDR_FLAG_OBJECT_PRESENT) logic behind a defineStefan Metzmacher1-0/+4
2014-02-13librpc/nbt: increase MAX_COMPONENTS limit for nbt_names.Günther Deschner1-1/+1
2014-02-11librpc/ndr: add ndr_table_by_syntax()Stefan Metzmacher2-0/+15
2014-02-11librpc/ndr: add ndr_syntax_id_[from|to]_string()Stefan Metzmacher2-0/+49
2014-02-11librpc/ndr: add ndr_pull_append/pop()Stefan Metzmacher2-0/+107
2014-02-11librpc/ndr: add support for a shallow copy to ndr_pull_subcontext_start/endStefan Metzmacher1-1/+20
2014-02-11librpc/ndr: remember INCOMPLETE_BUFFER missing bytes in relative_highest_offsetStefan Metzmacher1-0/+9
2014-02-11librpc/ndr: add NDR_ERR_INCOMPLETE_BUFFER and LIBNDR_FLAG_INCOMPLETE_BUFFERStefan Metzmacher2-1/+20
2014-02-11librpc/ndr: fix headers in ndr_dcerpc.cGregor Beck1-3/+1
2014-01-08librpc/ndr: add ndr_pop_dcerpc_sec_verification_trailer()Gregor Beck2-0/+146
2014-01-07librpc: fix possible memory leakGregor Beck1-0/+1
2014-01-07dcerpc.idl: add dcerpc_sec_verification_trailerStefan Metzmacher1-0/+66
2014-01-07librpc/ndr: add LIBNDR_FLAG_SUBCONTEXT_NO_UNREAD_BYTESStefan Metzmacher2-0/+26
2013-10-30librpc-idl: change the drsuapi_DsBindInfoCtr so that it match what is on the ...Matthieu Patou1-0/+156
2013-10-09libndr: Avoid ommitting display of unset bitmap flags.Günther Deschner1-4/+4
2013-10-02librpc: Fix blank line endingsVolker Lendecke1-8/+8
2013-10-02libndr: Fix ndr_print_bitmap_flag for value=0Volker Lendecke1-0/+4
2013-10-02librpc: return a ndr_pull_error instead of just NDR_ERR_NDR64 when upper bits...Matthieu Patou1-1/+2
2013-09-24librpc/ndr: make use of ndr_dump_data() in ndr_print_array_uint8()Stefan Metzmacher1-2/+11
2013-09-24librpc/ndr: make ndr_pull/push_DATA_BLOB NDR64 awareStefan Metzmacher1-4/+4
2013-09-20librpc/ndr: make sure ndr_table_list() always calls ndr_init_table() first.Günther Deschner1-0/+1
2013-09-20librpc/ndr: call ndr_table_list() from all ndr_X functions.Günther Deschner1-3/+3
2013-06-11librpc: Fix some "ignored asprint result" warningsVolker Lendecke1-18/+9
2013-05-18librpc: Add NDR_PRINT_DEBUGC to ndr print to a debug classKai Blin2-0/+54
2013-03-15ndr: Pass down string_flags in ndr_pull_ntprinting_printer().Andreas Schneider1-0/+2
2013-03-15ndr: Add ndr_ntprinting_string_flags() function.Andreas Schneider2-0/+17
2013-02-22ndr: Comparing an array to null is always true.Andreas Schneider1-1/+1
2013-02-01krb5pac: make sure to correctly store the highest relative pointer offset.Günther Deschner1-0/+3
2012-12-21ndr: Check return code of ndr_pull_advance().Andreas Schneider1-1/+1
2012-07-06ntprinting: mark the final 4 byte null pointer for printer data in ndr_pull_n...Günther Deschner1-0/+1
2012-07-06ndr: fix push/pull DATA_BLOB with NDR_NOALIGNDavid Disseldorp1-12/+22
2012-06-28librpc/ndr: Initilaise the remainder of struct dom_sid after a pullAndrew Bartlett1-0/+1
2012-06-03Revert "s3: Fix bug 8371"Stefan Metzmacher1-2/+0