summaryrefslogtreecommitdiff
path: root/source4/lib/tdr/tdr.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r14554: Write out header dependencies. This means all C files affected will beJelmer Vernooij1-1/+1
rebuilt when a header file is changed. It also means parallel builds work now. It will take a minute or so to generate all the dependency information, but there should be no need to rebuild that information later on, unless a file changes. This behaviour is only enabled when building in developer mode (--enable-developer) and requires a GNU make (or compatible). In all other cases, the file 'static_deps.mk' is included, which contains some basic hardcoded dependency information. (This used to be commit eb435386f015ce1d89eb6f7e7837622ebd9e1951)
2007-10-10r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij1-0/+9
(This used to be commit 4682bc5ce047d81586447b9df82c91ed1fe677cf)
2007-10-10r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij1-0/+2
(This used to be commit 87f665a1d5ba74289974bf9d8f9441c162e6f1b1)
2007-10-10r10030: Add hierarchical memory allocation to TDR's pull functionsJelmer Vernooij1-3/+3
(This used to be commit 0e358de93a007db921ad5e9a892114122254de39)
2007-10-10r10027: Use blob length for keeping track of buffer length, add TODOJelmer Vernooij1-2/+1
(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-10r9957: Switch to using DATA_BLOBs internally in TDRJelmer Vernooij1-5/+2
(This used to be commit 351149d160e893a3fdd4a5b11ec4b4b2bbf264a9)
2007-10-10r9445: Support flags, add DATA_BLOB supportJelmer Vernooij1-1/+6
(This used to be commit cb5b23f0382ea7e242248cdfbbed82bc4eedfe42)
2007-10-10r8940: Add TDR (Trivial Data Representation). The aim is to use this later forJelmer Vernooij1-0/+52
NBT/WINS/etc rather then having to depend on NDR. (This used to be commit 5ee7af26dd220de06f1764cd1683abedeeda5131)