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