summaryrefslogtreecommitdiffstats
path: root/source4/lib/tdr
Commit message (Expand)AuthorAgeFilesLines
* r24814: Fix headers, trim core.h even more.Jelmer Vernooij2007-10-101-2/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-103-9/+6
* r23542: Include function documentation in prototype headers.Jelmer Vernooij2007-10-101-13/+12
* r21695: Fix on bigendian systems.Jelmer Vernooij2007-10-101-4/+4
* r21670: More testsJelmer Vernooij2007-10-101-0/+94
* r21656: Move tests a bit closer to the things they test, should make syncing ...Jelmer Vernooij2007-10-101-0/+93
* r18948: fix the build on solaris, the ioctl() prototypeStefan Metzmacher2007-10-101-1/+1
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-0/+1
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-1/+1
* r14572: Give libraries saner names, remove some .pc files, make some thingsJelmer Vernooij2007-10-101-1/+1
* r14554: Write out header dependencies. This means all C files affected will beJelmer Vernooij2007-10-101-1/+1
* r14497: Fix build with shared librariesJelmer Vernooij2007-10-101-0/+1
* r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij2007-10-103-4/+13
* r14484: Install more headersJelmer Vernooij2007-10-101-1/+1
* r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij2007-10-101-3/+2
* r13852: Split upJelmer Vernooij2007-10-101-0/+8
* 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-102-0/+3
* r10678: Add debug helperJelmer Vernooij2007-10-101-0/+22
* r10030: Add hierarchical memory allocation to TDR's pull functionsJelmer Vernooij2007-10-103-18/+17
* r10027: Use blob length for keeping track of buffer length, add TODOJelmer Vernooij2007-10-103-23/+48
* r10025: Add some utility functions for storing/loading tdr encoded dataJelmer Vernooij2007-10-101-0/+3
* 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-102-33/+25
* r9445: Support flags, add DATA_BLOB supportJelmer Vernooij2007-10-102-6/+86
* 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-102-0/+281