r23792: convert Samba4 to GPLv3
[sfrench/samba-autobuild/.git] / source4 / lib / tdr / tdr.c
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...