libndr: fix ndr_size_* calculation with relative reverse buffers
[samba.git] / librpc / ndr / ndr.c
2010-02-22 Stefan Metzmacherlibndr: fix ndr_size_* calculation with relative revers...
2010-02-22 Stefan Metzmacherlibndr: for now align reverse relative pointers to...
2010-02-22 Stefan Metzmacherlibndr: implement LIBNDR_RELATIVE_REVERSE handling
2010-02-22 Günther Deschnerlibndr: store a subcontext buffer size in ndr_push_subc...
2010-02-22 Stefan Metzmacherlibndr: give an error when ndr_push_relative_ptr2_start...
2010-02-22 Günther Deschnerlibndr: add LIBNDR_FLAG_NO_RELATIVE_REVERSE so that...
2010-02-22 Günther Deschnerlibndr: change subcontext buffer allocation to allocate...
2010-02-22 Stefan Metzmacherlibrpc/ndr: make ndr_push_relative_ptr2() static
2010-02-22 Günther Deschnerlibndr: add ndr_push_relative_ptr2_start and ndr_push_r...
2009-03-10 Volker LendeckeDon't log NDR_PRINT_DEBUG at level 0, this always ends...
2009-01-26 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-26 Jelmer VernooijAdd function for mapping NDR error codes to strings.
2009-01-21 Tim Proutylibrpc: Fix warning caused by some empty debug strings
2009-01-19 Stefan Metzmacherndr_print: fix the output ndr debug messages only add...
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-04 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-01 Jelmer VernooijAdd iconv_convenience argument to size functions.
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-02 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-02 Jelmer VernooijRemove another use of global_loadparm.
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-13 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-13 Jelmer VernooijShare ndr.c implementation.