drsuapi: fix data_blob_free() caller (this call is quite different in s3 and 4).
[kai/samba.git] / source3 / librpc / ndr / ndr.c
2008-03-27 Günther DeschnerNdr pull and push errors are worth to be logged with...
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-25 Volker LendeckeFix some warnings
2007-11-11 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-11-11 Volker LendeckeAdd ndr_errstr
2007-11-09 metzendr: change NTSTAUS into enum ndr_err_code (basic stuff)
2007-11-08 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-11-08 Stefan Metzmachersync the most parts of librpc/ndr with samba4
2007-11-07 metze- check return value of ndr_push_set_switch_value()
2007-11-07 metzeuse error and out logic
2007-11-07 metzeuse NT_STATUS_HAVE_NO_MEMORY()
2007-11-07 metzecheck the return value of ndr_push_set_switch_value()
2007-11-07 metzeuse NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK()
2007-11-07 metzethe return value of ndr_pull_set_switch_value() should...
2007-11-07 metzeuse NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() macros
2007-11-07 metzeadd NDR_ERR_UNREAD_BYTES and don't use NTSTATUS directly
2007-11-07 metzecreate ndr_pull_union_blob_all() and match the logic...
2007-10-27 metzeadd NDR_ERR_INVALID_POINTER
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Stefan Metzmacherr24533: merge from SAMBA_4_0:
2007-10-10 Günther Deschnerr24360: Make ndr_print_debug_helper() output readable.
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker22747: Fix some C++ warnings
2007-10-10 Andrew Tridgellr21814: use ndr_push_error in the ndr layer, not just...
2007-10-10 Andrew Tridgellr21813: fixed an integer overflow error in the ndr...
2007-10-10 Jelmer Vernooijr21562: Regenerate gen_ndr after pidl changes.
2007-10-10 Volker Lendecker19916: Fix some c++ warnings
2007-10-10 Gerald Carterr18193: Not quite to autogenerated NDR but closer thank...