Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r16040: Support more recent versions of autoconf | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r15381: Make shared libraries the default (where supported). This concludes m... | Jelmer Vernooij | 1 | -4/+3 |
2007-10-10 | r15338: Fix build of most things with shared libs enabled. | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r15318: Don't create empty static libraries as some hosts have trouble with t... | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r15304: Fix smbd build, more updates on getting --enable-dso to build again | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r15298: Fix the build using a few hacks in the build system. | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r15279: Fix dependencies when using static libraries | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r15271: Fix --enable-dso | Jelmer Vernooij | 1 | -3/+0 |
2007-10-10 | r15267: Fix call to mkdir() for old versions of perl. This should fix install... | Jelmer Vernooij | 1 | -1/+4 |
2007-10-10 | r15263: Remove another use of patsubst (should make tru64 happy) | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r15231: Try to fix detection of ability of CC to generate dependencies | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r15002: More cleanups in build/m4/rewrite.m4 | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r14995: Avoid parallel builds unless there is support for automatic dependenc... | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r14874: Allow overriding LIBRARY_REALNAME | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r14693: Automatically update dependencies during compilation | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14592: Add support for loading shared modules to LDB. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r14586: Some small fixes, update TODO. | Jelmer Vernooij | 1 | -1/+5 |
2007-10-10 | r14571: More improvements on shared library support in Samba. Only ldb is lef... | Jelmer Vernooij | 1 | -6/+1 |
2007-10-10 | r14529: Include $(builddir) where necesary | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14528: Fix installation of manpages | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14518: Support STANDARD_VISIBILITY property on binaries | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r14497: Fix build with shared libraries | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14488: Install more headers. | Jelmer Vernooij | 1 | -4/+2 |
2007-10-10 | r14383: Fix non-developer build. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r14363: Remove credentials.h from the global includes. | Jelmer Vernooij | 1 | -3/+1 |
2007-10-10 | r14349: Kill proto.h! | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r14335: Build shared modules in bin/modules/$SUBSYSTEM when in developer mode. | Jelmer Vernooij | 1 | -3/+10 |
2007-10-10 | r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters: | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r14151: Add simple script that writes a summary to show what libraries the user | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14139: Fix issue with undefined variables. | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r14109: Modulify the smbcalls subsystem. | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r14097: Remove subsystem names when installing modules (they're already insta... | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13960: Generate makefile rules for installing/removing shared modules. | Jelmer Vernooij | 1 | -7/+6 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r13899: Get the shared library build building again. Just compiles for now, | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13898: Add a subsystem-specific DEFAULT_VISIBILITY property that can be used | Jelmer Vernooij | 1 | -6/+1 |
2007-10-10 | r12693: Move core data structures out of smb.h into core.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12623: Another round of fixes for the prototypes of tables.c | Jelmer Vernooij | 1 | -5/+1 |
2007-10-10 | r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12513: Similar change as my previous commit, but now for transfer syntaxes. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib... | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r12499: Move smb_build.h out of includes.h | Jelmer Vernooij | 1 | -3/+0 |
2007-10-10 | r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using | Jelmer Vernooij | 1 | -4/+1 |
2007-10-10 | r12494: Support loading modules from .so files for most subsystems. | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r12253: Automatically build seperate binaries without -rpath to install when | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r12216: Couple of small fixes: reduce include/includes.h a bit, simplify headers | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r12209: Fix some issues with XML entities. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r11417: Add TODO for the build system | Jelmer Vernooij | 1 | -0/+12 |