summaryrefslogtreecommitdiff
path: root/source4/lib/tdr
AgeCommit message (Expand)AuthorFilesLines
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-10-24Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij1-2/+2
2008-10-24Move charset library to top level.Jelmer Vernooij1-1/+1
2008-10-23Remove support for obsolete data type "ipv4address"Jelmer Vernooij1-34/+0
2008-05-31Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett1-1/+1
2008-05-30Move CFLAGS handling out of smb_build.Jelmer Vernooij1-1/+1
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-1/+1
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij1-1/+2
2008-05-18Use variables for source directory in remaining subsystems.Jelmer Vernooij1-2/+2
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij1-1/+2
2008-02-26Move public header accumulation out of the perl code.Jelmer Vernooij1-1/+2
2008-02-25Remove public prototype headers. Generating both public and private prototype...Jelmer Vernooij1-1/+1
2008-02-21Avoid use of global_loadparm.Jelmer Vernooij1-1/+1
2008-01-21build: Demote a bunch of libraries to subsystems. This makes packaging easier...Jelmer Vernooij1-4/+1
2007-12-21r26439: Require tdr_pull users to specify a smb_iconv convenience context.Jelmer Vernooij3-40/+52
2007-12-21r26438: Store iconv convenience in tdr push contexts.Jelmer Vernooij3-6/+20
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-5/+4
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-2/+2
2007-12-21r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij1-4/+4
2007-10-10r24814: Fix headers, trim core.h even more.Jelmer Vernooij1-2/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell3-9/+6
2007-10-10r23542: Include function documentation in prototype headers.Jelmer Vernooij1-13/+12
2007-10-10r21695: Fix on bigendian systems.Jelmer Vernooij1-4/+4
2007-10-10r21670: More testsJelmer Vernooij1-0/+94
2007-10-10r21656: Move tests a bit closer to the things they test, should make syncing ...Jelmer Vernooij1-0/+93
2007-10-10r18948: fix the build on solaris, the ioctl() prototypeStefan Metzmacher1-1/+1
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-0/+1
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-1/+1
2007-10-10r14572: Give libraries saner names, remove some .pc files, make some thingsJelmer Vernooij1-1/+1
2007-10-10r14554: Write out header dependencies. This means all C files affected will beJelmer Vernooij1-1/+1
2007-10-10r14497: Fix build with shared librariesJelmer Vernooij1-0/+1
2007-10-10r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij3-4/+13
2007-10-10r14484: Install more headersJelmer Vernooij1-1/+1
2007-10-10r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij1-3/+2
2007-10-10r13852: Split upJelmer Vernooij1-0/+8
2007-10-10r12801: Some more include/ cleanups (remove unused macros + move filesJelmer Vernooij1-2/+0
2007-10-10r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2-0/+3
2007-10-10r10678: Add debug helperJelmer Vernooij1-0/+22
2007-10-10r10030: Add hierarchical memory allocation to TDR's pull functionsJelmer Vernooij3-18/+17
2007-10-10r10027: Use blob length for keeping track of buffer length, add TODOJelmer Vernooij3-23/+48
2007-10-10r10025: Add some utility functions for storing/loading tdr encoded dataJelmer Vernooij1-0/+3
2007-10-10r10019: Only return NT_STATUS_NO_MEMORY if the alloc failed..Jelmer Vernooij1-1/+5
2007-10-10r10013: Support zero-sized strings.Jelmer Vernooij1-0/+5
2007-10-10r10009: Fix bug in uint8 parsing functionsJelmer Vernooij1-2/+4
2007-10-10r9959: Fix bug where data offset was incorrect after parsing element withJelmer Vernooij1-17/+2
2007-10-10r9957: Switch to using DATA_BLOBs internally in TDRJelmer Vernooij2-33/+25
2007-10-10r9445: Support flags, add DATA_BLOB supportJelmer Vernooij2-6/+86
2007-10-10r9442: Support some more primitive types. Fix charset support.Jelmer Vernooij1-15/+90
2007-10-10r8940: Add TDR (Trivial Data Representation). The aim is to use this later forJelmer Vernooij2-0/+281