summaryrefslogtreecommitdiffstats
path: root/source/lib/tdr
Commit message (Expand)AuthorAgeFilesLines
* r21695: Fix on bigendian systems.Jelmer Vernooij2007-03-051-4/+4
* r21670: More testsJelmer Vernooij2007-03-031-0/+94
* r21656: Move tests a bit closer to the things they test, should make syncing ...Jelmer Vernooij2007-03-021-0/+93
* r18948: fix the build on solaris, the ioctl() prototypeStefan Metzmacher2006-09-271-1/+1
* r17930: Merge noinclude branch:Jelmer Vernooij2006-08-301-0/+1
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement Jelmer Vernooij2006-04-241-1/+1
* r14572: Give libraries saner names, remove some .pc files, make some thingsJelmer Vernooij2006-03-191-1/+1
* r14554: Write out header dependencies. This means all C files affected will be Jelmer Vernooij2006-03-191-1/+1
* r14497: Fix build with shared librariesJelmer Vernooij2006-03-171-0/+1
* r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij2006-03-163-4/+13
* r14484: Install more headersJelmer Vernooij2006-03-161-1/+1
* r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two paramete...Jelmer Vernooij2006-03-131-3/+2
* r13852: Split upJelmer Vernooij2006-03-061-0/+8
* r12801: Some more include/ cleanups (remove unused macros + move files Jelmer Vernooij2006-01-091-2/+0
* r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2005-12-272-0/+3
* r10678: Add debug helperJelmer Vernooij2005-10-021-0/+22
* r10030: Add hierarchical memory allocation to TDR's pull functionsJelmer Vernooij2005-09-043-18/+17
* r10027: Use blob length for keeping track of buffer length, add TODOJelmer Vernooij2005-09-043-23/+48
* r10025: Add some utility functions for storing/loading tdr encoded dataJelmer Vernooij2005-09-041-0/+3
* r10019: Only return NT_STATUS_NO_MEMORY if the alloc failed..Jelmer Vernooij2005-09-041-1/+5
* r10013: Support zero-sized strings.Jelmer Vernooij2005-09-031-0/+5
* r10009: Fix bug in uint8 parsing functionsJelmer Vernooij2005-09-031-2/+4
* r9959: Fix bug where data offset was incorrect after parsing element with Jelmer Vernooij2005-09-021-17/+2
* r9957: Switch to using DATA_BLOBs internally in TDRJelmer Vernooij2005-09-022-33/+25
* r9445: Support flags, add DATA_BLOB supportJelmer Vernooij2005-08-212-6/+86
* r9442: Support some more primitive types. Fix charset support.Jelmer Vernooij2005-08-211-15/+90
* r8940: Add TDR (Trivial Data Representation). The aim is to use this later for Jelmer Vernooij2005-08-022-0/+281