s3-printing: follow force user/group for driver IO
[nivanova/samba-autobuild/.git] / librpc / ndr / ndr.c
2011-03-01 Stefan Metzmacherlibrpc/ndr: handle NOALIGN flag for relative pointers...
2011-02-28 Stefan MetzmacherTODO test/review librpc/ndr: remove align2 hack for...
2011-02-28 Stefan Metzmacherlibrpc/ndr: ndr align relative pointers based on the...
2011-02-08 Günther Deschnerndr: move null_ndr_syntax_id to the common libndr location.
2010-10-27 Matthias Dieter... librpc/ndr/ndr.c - fix some counter types
2010-10-27 Andrew Bartlettlibrpc Make ndrdump use printf() rather than having...
2010-08-14 Andrew Tridgellndr: allow ndr_print to print DATA_BLOB
2010-05-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2010-03-18 Andrew Tridgellcharset: fixed a problem with the global use of the...
2010-02-19 Stefan Metzmacherlibrpc/ndr: don't overwrite the content in ndr_push_rel...
2010-02-18 Stefan Metzmacherlibndr: fix ndr_size_* calculation with relative revers...
2010-02-18 Stefan Metzmacherlibndr: for now align reverse relative pointers to...
2010-02-18 Stefan Metzmacherlibndr: implement LIBNDR_RELATIVE_REVERSE handling
2010-02-18 Günther Deschnerlibndr: store a subcontext buffer size in ndr_push_subc...
2010-02-18 Stefan Metzmacherlibndr: give an error when ndr_push_relative_ptr2_start...
2010-02-18 Günther Deschnerlibndr: add LIBNDR_FLAG_NO_RELATIVE_REVERSE so that...
2010-02-18 Günther Deschnerlibndr: change subcontext buffer allocation to allocate...
2010-02-18 Stefan Metzmacherlibrpc/ndr: make ndr_push_relative_ptr2() static
2010-02-18 Günther Deschnerlibndr: add ndr_push_relative_ptr2_start and ndr_push_r...
2009-12-12 Matthieu Patoulibrpc/ndr: add support for relative_short pointers
2009-11-20 Stefan Metzmacherlibrpc/ndr: remember the highest offset we parsed with...
2009-09-18 Andrew Tridgellndr: split out ndr enum functions
2009-09-18 Andrew Tridgellndr: added support for NDR64
2009-09-17 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-17 Andrew Tridgellndr: split out ndr enum functions
2009-09-17 Andrew Tridgellndr: added support for NDR64
2009-09-17 Andrew Tridgellndr: added --ndr64 flag to ndrdump
2009-09-12 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-12 Andrew Tridgells4-ndr: fixed memory leaks in ndr_pull_*_blob()
2009-09-03 Andrew Tridgellfix the ndr print routines for samba4
2009-09-03 Anatoliy AtanasovFix for DSSYNC test against Windows 2003
2009-06-12 Andrew TridgellRevert "avoid crashes in ndr_print_*() calls"
2009-06-12 Andrew Tridgellavoid crashes in ndr_print_*() calls
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-10 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
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.