summaryrefslogtreecommitdiff
path: root/librpc/ndr/ndr.c
Commit message (Expand)AuthorAgeFilesLines
* Use the rpc_parse debug class for PIDL genrated codeAndrew Bartlett2017-09-071-0/+3
* librpc/ndr: add LIBNDR_FLAG_IS_SECRET handlingStefan Metzmacher2017-06-271-0/+23
* ndr: Use resizing array instead of linked lists (breaking ABI)Douglas Bagnall2017-03-021-27/+69
* ndr: fix whitespace in libndr.h, ndr.cDouglas Bagnall2017-03-021-27/+27
* librpc: Add ndr_push_struct_into_fixed_blob() and use it in GUID_to_ndr_blob()Andrew Bartlett2016-07-281-0/+40
* librpc/ndr: add support for NDR_ALIGN* to ndr_push_short_relative_ptr2()Stefan Metzmacher2016-06-271-6/+36
* libndr: Add ndr_pull_struct_blob_all_noallocAndrew Bartlett2016-05-031-0/+39
* ndr: inline search for ndr_token_peek()Douglas Bagnall2016-03-221-8/+6
* librpc ndr: add ndr_pull_steal_switch_value()Douglas Bagnall2016-03-221-0/+14
* libndr: better debug message in ndr_pull_subcontext_start().Günther Deschner2015-07-031-4/+8
* librpc/ndr: add ndr_pull_append/pop()Stefan Metzmacher2014-02-111-0/+105
* librpc/ndr: add support for a shallow copy to ndr_pull_subcontext_start/endStefan Metzmacher2014-02-111-1/+20
* librpc/ndr: add NDR_ERR_INCOMPLETE_BUFFER and LIBNDR_FLAG_INCOMPLETE_BUFFERStefan Metzmacher2014-02-111-0/+10
* librpc: fix possible memory leakGregor Beck2014-01-071-0/+1
* librpc/ndr: add LIBNDR_FLAG_SUBCONTEXT_NO_UNREAD_BYTESStefan Metzmacher2014-01-071-0/+20
* librpc: Add NDR_PRINT_DEBUGC to ndr print to a debug classKai Blin2013-05-181-0/+51
* Fix bug #8373 - Can't join XP Pro workstations to 3.6.1 DC.Jeremy Allison2012-05-251-4/+4
* libndr: Rename ndr64_transfer_syntax and null_ndr_syntax_id so they have a nd...Jelmer Vernooij2012-03-201-7/+8
* librpc/ndr remove _SAMBA_BUILD_ conditionalsAndrew Bartlett2011-07-061-3/+0
* librpc/ndr: add ndr_push_pipe_chunk_trailer() and ndr_check_pipe_chunk_trailer()Stefan Metzmacher2011-03-101-0/+34
* librpc/ndr: handle NOALIGN flag for relative pointers and alignment DATA_BLOBsStefan Metzmacher2011-03-011-2/+6
* TODO test/review librpc/ndr: remove align2 hack for relative pointersStefan Metzmacher2011-02-281-5/+1
* librpc/ndr: ndr align relative pointers based on the given flagsStefan Metzmacher2011-02-281-0/+26
* ndr: move null_ndr_syntax_id to the common libndr location.Günther Deschner2011-02-081-0/+5
* librpc/ndr/ndr.c - fix some counter typesMatthias Dieter Wallnöfer2010-10-271-3/+4
* librpc Make ndrdump use printf() rather than having to mess with DEBUG()Andrew Bartlett2010-10-271-0/+19
* ndr: allow ndr_print to print DATA_BLOBAndrew Tridgell2010-08-141-5/+15
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-38/+18
* charset: fixed a problem with the global use of the iconv_convenience structureAndrew Tridgell2010-03-181-2/+4
* librpc/ndr: don't overwrite the content in ndr_push_relative_ptr2_end()Stefan Metzmacher2010-02-191-2/+8
* libndr: fix ndr_size_* calculation with relative reverse buffersStefan Metzmacher2010-02-181-0/+6
* libndr: for now align reverse relative pointers to 2 bytes by default.Stefan Metzmacher2010-02-181-0/+3
* libndr: implement LIBNDR_RELATIVE_REVERSE handlingStefan Metzmacher2010-02-181-3/+86
* libndr: store a subcontext buffer size in ndr_push_subcontext_start.Günther Deschner2010-02-181-0/+1
* libndr: give an error when ndr_push_relative_ptr2_start()/_end() is used with...Stefan Metzmacher2010-02-181-1/+6
* libndr: add LIBNDR_FLAG_NO_RELATIVE_REVERSE so that relative reverse processingGünther Deschner2010-02-181-0/+3
* libndr: change subcontext buffer allocation to allocate on subcontext_start.Günther Deschner2010-02-181-3/+7
* librpc/ndr: make ndr_push_relative_ptr2() staticStefan Metzmacher2010-02-181-1/+1
* libndr: add ndr_push_relative_ptr2_start and ndr_push_relative_ptr2_end.Günther Deschner2010-02-181-0/+24
* librpc/ndr: add support for relative_short pointersMatthieu Patou2009-12-121-0/+42
* librpc/ndr: remember the highest offset we parsed with relative pointer buffersStefan Metzmacher2009-11-201-6/+21
* ndr: split out ndr enum functionsAndrew Tridgell2009-09-171-4/+4
* ndr: added support for NDR64 Andrew Tridgell2009-09-171-0/+3
* ndr: added --ndr64 flag to ndrdumpAndrew Tridgell2009-09-161-3/+3
* s4-ndr: fixed memory leaks in ndr_pull_*_blob()Andrew Tridgell2009-09-121-9/+16
* fix the ndr print routines for samba4Andrew Tridgell2009-09-031-0/+15
* Fix for DSSYNC test against Windows 2003Anatoliy Atanasov2009-09-031-0/+1
* Revert "avoid crashes in ndr_print_*() calls"Andrew Tridgell2009-06-121-5/+0
* avoid crashes in ndr_print_*() callsAndrew Tridgell2009-06-121-0/+5
* Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslogVolker Lendecke2009-03-101-5/+5