Rework ldbsearch to avoid segfault when remote LDAP server returns
[samba.git] / source4 / lib / tdr /
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 Jelmer Vernooijr24814: Fix headers, trim core.h even more.
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Jelmer Vernooijr23542: Include function documentation in prototype...
2007-10-10 Jelmer Vernooijr21695: Fix on bigendian systems.
2007-10-10 Jelmer Vernooijr21670: More tests
2007-10-10 Jelmer Vernooijr21656: Move tests a bit closer to the things they...
2007-10-10 Stefan Metzmacherr18948: fix the build on solaris, the ioctl() prototype
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Jelmer Vernooijr15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPEN...
2007-10-10 Jelmer Vernooijr14572: Give libraries saner names, remove some .pc...
2007-10-10 Jelmer Vernooijr14554: Write out header dependencies. This means all...
2007-10-10 Jelmer Vernooijr14497: Fix build with shared libraries
2007-10-10 Jelmer Vernooijr14492: Fix shared libs - set SO_VERSION to 0 everywher...
2007-10-10 Jelmer Vernooijr14484: Install more headers
2007-10-10 Jelmer Vernooijr14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VER...
2007-10-10 Jelmer Vernooijr13852: Split up
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 Vernooijr10025: Add some utility functions for storing/loading...
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...