Remove unused include param/param.h.
[sfrench/samba-autobuild/.git] / source4 / lib / tdr / tdr.c
2008-10-24 Jelmer VernooijRemove unused include param/param.h.
2008-10-24 Jelmer VernooijRemove iconv_convenience argument from convert_string...
2008-10-23 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijRemove support for obsolete data type "ipv4address"
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-02-25 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-21 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-21 Jelmer VernooijAvoid use of global_loadparm.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26439: Require tdr_pull users to specify a smb_iconv...
2007-12-21 Jelmer Vernooijr26438: Store iconv convenience in tdr push contexts.
2007-12-21 Jelmer Vernooijr26429: Avoid use of global_smb_iconv_convenience.
2007-12-21 Jelmer Vernooijr26316: Use contexts for conversion functions.
2007-12-21 Jelmer Vernooijr25624: Remove ipv4_addr hack. Only causes 4 extra...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Jelmer Vernooijr23542: Include function documentation in prototype...
2007-10-10 Stefan Metzmacherr18948: fix the build on solaris, the ioctl() prototype
2007-10-10 Jelmer Vernooijr14492: Fix shared libs - set SO_VERSION to 0 everywher...
2007-10-10 Jelmer Vernooijr12801: Some more include/ cleanups (remove unused...
2007-10-10 Jelmer Vernooijr12528: Add seperate proto headers for ntvfs, tdr,...
2007-10-10 Jelmer Vernooijr10678: Add debug helper
2007-10-10 Jelmer Vernooijr10030: Add hierarchical memory allocation to TDR's...
2007-10-10 Jelmer Vernooijr10027: Use blob length for keeping track of buffer...
2007-10-10 Jelmer Vernooijr10019: Only return NT_STATUS_NO_MEMORY if the alloc...
2007-10-10 Jelmer Vernooijr10013: Support zero-sized strings.
2007-10-10 Jelmer Vernooijr10009: Fix bug in uint8 parsing functions
2007-10-10 Jelmer Vernooijr9959: Fix bug where data offset was incorrect after...
2007-10-10 Jelmer Vernooijr9957: Switch to using DATA_BLOBs internally in TDR
2007-10-10 Jelmer Vernooijr9445: Support flags, add DATA_BLOB support
2007-10-10 Jelmer Vernooijr9442: Support some more primitive types. Fix charset...
2007-10-10 Jelmer Vernooijr8940: Add TDR (Trivial Data Representation). The aim...