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