summaryrefslogtreecommitdiff
path: root/source4/lib/tdr
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r10678: Add debug helperJelmer Vernooij1-0/+22
Fix push for non-fixed length strings (This used to be commit 821b0bb56f6d6b9df7bbdeeddc206505f3f0a7c2)
2007-10-10r10030: Add hierarchical memory allocation to TDR's pull functionsJelmer Vernooij3-18/+17
(This used to be commit 0e358de93a007db921ad5e9a892114122254de39)
2007-10-10r10027: Use blob length for keeping track of buffer length, add TODOJelmer Vernooij3-23/+48
(This used to be commit a924bec84b6d0a84db05c4315126474c9248fe2d)
2007-10-10r10025: Add some utility functions for storing/loading tdr encoded dataJelmer Vernooij1-0/+3
(This used to be commit bcd433bfc1450317b75e22942dee1c42bb24ae79)
2007-10-10r10019: Only return NT_STATUS_NO_MEMORY if the alloc failed..Jelmer Vernooij1-1/+5
(This used to be commit ea92959209fa256a8190df19e8c27b368169724f)
2007-10-10r10013: Support zero-sized strings.Jelmer Vernooij1-0/+5
(This used to be commit cf3be71c33ec8e43c883ce05fd1a63d1178446ad)
2007-10-10r10009: Fix bug in uint8 parsing functionsJelmer Vernooij1-2/+4
(This used to be commit abb0db12185a3b3ef7da16fa3d742336afeb8ef0)
2007-10-10r9959: Fix bug where data offset was incorrect after parsing element withJelmer Vernooij1-17/+2
[charset] (This used to be commit b17478229e8e9220858fcc85a19ec751450f969d)
2007-10-10r9957: Switch to using DATA_BLOBs internally in TDRJelmer Vernooij2-33/+25
(This used to be commit 351149d160e893a3fdd4a5b11ec4b4b2bbf264a9)
2007-10-10r9445: Support flags, add DATA_BLOB supportJelmer Vernooij2-6/+86
(This used to be commit cb5b23f0382ea7e242248cdfbbed82bc4eedfe42)
2007-10-10r9442: Support some more primitive types. Fix charset support.Jelmer Vernooij1-15/+90
(This used to be commit eeced29eb3dd2cbc4540555bdb642b2685eb9c5c)
2007-10-10r8940: Add TDR (Trivial Data Representation). The aim is to use this later forJelmer Vernooij2-0/+281
NBT/WINS/etc rather then having to depend on NDR. (This used to be commit 5ee7af26dd220de06f1764cd1683abedeeda5131)