summaryrefslogtreecommitdiff
path: root/source4/lib/tdr/tdr.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-14Move tdr to top-level.Jelmer Vernooij1-397/+0
2009-03-01s4: Use same function signature for convert_* as s3.Jelmer Vernooij1-8/+4
2009-03-01Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij1-2/+2
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-10-24Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij1-2/+2
2008-10-23Remove support for obsolete data type "ipv4address"Jelmer Vernooij1-34/+0
2008-02-21Avoid use of global_loadparm.Jelmer Vernooij1-1/+1
2007-12-21r26439: Require tdr_pull users to specify a smb_iconv convenience context.Jelmer Vernooij1-1/+13
2007-12-21r26438: Store iconv convenience in tdr push contexts.Jelmer Vernooij1-2/+14
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-5/+4
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-2/+2
2007-12-21r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij1-4/+4
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23542: Include function documentation in prototype headers.Jelmer Vernooij1-13/+12
2007-10-10r18948: fix the build on solaris, the ioctl() prototypeStefan Metzmacher1-1/+1
2007-10-10r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij1-3/+3
2007-10-10r12801: Some more include/ cleanups (remove unused macros + move filesJelmer Vernooij1-2/+0
2007-10-10r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij1-0/+1
2007-10-10r10678: Add debug helperJelmer Vernooij1-0/+22
2007-10-10r10030: Add hierarchical memory allocation to TDR's pull functionsJelmer Vernooij1-14/+14
2007-10-10r10027: Use blob length for keeping track of buffer length, add TODOJelmer Vernooij1-21/+45
2007-10-10r10019: Only return NT_STATUS_NO_MEMORY if the alloc failed..Jelmer Vernooij1-1/+5
2007-10-10r10013: Support zero-sized strings.Jelmer Vernooij1-0/+5
2007-10-10r10009: Fix bug in uint8 parsing functionsJelmer Vernooij1-2/+4
2007-10-10r9959: Fix bug where data offset was incorrect after parsing element withJelmer Vernooij1-17/+2
2007-10-10r9957: Switch to using DATA_BLOBs internally in TDRJelmer Vernooij1-28/+23
2007-10-10r9445: Support flags, add DATA_BLOB supportJelmer Vernooij1-5/+80
2007-10-10r9442: Support some more primitive types. Fix charset support.Jelmer Vernooij1-15/+90
2007-10-10r8940: Add TDR (Trivial Data Representation). The aim is to use this later forJelmer Vernooij1-0/+229