summaryrefslogtreecommitdiffstats
path: root/source4/lib/tdr/tdr.c
Commit message (Expand)AuthorAgeFilesLines
* 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