Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r13269: ${prefix} is a special case in the autoconf/build system, and should | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r13263: Check whether open(2) will accept the O_DIRECT flag. This should fix the | James Peach | 1 | -0/+12 |
2007-10-10 | r13249: Check for alloca.h. popt needs this. | James Peach | 1 | -0/+1 |
2007-10-10 | r13248: Revert revision 13071. It turns out that sys/param.h can be implicitly | James Peach | 1 | -21/+0 |
2007-10-10 | r13244: Allow control of the location of the Samba3-compatible winbindd pipe | Andrew Bartlett | 2 | -0/+20 |
2007-10-10 | r13243: Bring __FUNCTION__ checks across from Samba 3. | James Peach | 1 | -0/+8 |
2007-10-10 | r13241: Work around missing AS_HELP_STRING definition in autoconf 2.57. Fix | James Peach | 1 | -0/+5 |
2007-10-10 | r13227: revert some more stuff from 13208 | Stefan Metzmacher | 1 | -4/+1 |
2007-10-10 | r13225: Enable full compiler warnings for developer mode on IRIX. | James Peach | 1 | -3/+7 |
2007-10-10 | r13208: Clearly separate named pipes from the IPC$ NTVFS type. | Jelmer Vernooij | 1 | -1/+4 |
2007-10-10 | r13163: as we don't import the raw magic configure vars for | Stefan Metzmacher | 2 | -13/+12 |
2007-10-10 | r13153: Try to move closer to FHS. This probably breaks everything... | Andrew Bartlett | 2 | -53/+10 |
2007-10-10 | r13152: Jelmer assures me that this won't break anything, but does make it | Andrew Bartlett | 1 | -7/+9 |
2007-10-10 | r13071: Work around a really annoying compiler warning where header file | James Peach | 1 | -0/+21 |
2007-10-10 | r13070: Add a simple smbd manpage, based on the Samba 3 one. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12896: IRIX make will fallback to gmake with this, | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r12836: use: -fvisibility=hidden -D_PUBLIC_="__attribute__((visibility(\"defa... | Stefan Metzmacher | 1 | -0/+19 |
2007-10-10 | r12805: merge from samba3 | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r12772: - create variables for the %(patsubst ...) statements for the idl files | Stefan Metzmacher | 2 | -5/+3 |
2007-10-10 | r12753: Try to fix the build after a 'make clean'. (the wildcards will not | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r12693: Move core data structures out of smb.h into core.h | Jelmer Vernooij | 3 | -8/+12 |
2007-10-10 | r12680: Support setting the environment variable SMB_BUILD_VERBOSE to | Jelmer Vernooij | 2 | -6/+13 |
2007-10-10 | r12671: Modules don't have to be linked with their subsystem. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r12670: Make a couple of dependencies stricter | Jelmer Vernooij | 3 | -2/+6 |
2007-10-10 | r12658: Couple of fixes related to shared module builds. | Jelmer Vernooij | 1 | -3/+1 |
2007-10-10 | r12638: fix the build on BSD systems | Stefan Metzmacher | 1 | -9/+9 |
2007-10-10 | r12623: Another round of fixes for the prototypes of tables.c | Jelmer Vernooij | 1 | -5/+1 |
2007-10-10 | r12620: Get rid of automatically generated lists of init functions of subsyst... | Jelmer Vernooij | 2 | -33/+0 |
2007-10-10 | r12615: prepare building with ../samba4/source/configure --srcdir=../samba4/s... | Stefan Metzmacher | 6 | -17/+32 |
2007-10-10 | r12613: workarround a BSD make bug, where $< gets expanded to 'torture/libnet... | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r12589: Add missing newline. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12523: Convert the registry subsystem to use a seperate prototype header | Jelmer Vernooij | 2 | -7/+15 |
2007-10-10 | r12520: Add support for --help to mkproto.pl | Jelmer Vernooij | 4 | -6/+32 |
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 | 3 | -15/+5 |
2007-10-10 | r12494: Support loading modules from .so files for most subsystems. | Jelmer Vernooij | 5 | -13/+38 |
2007-10-10 | r12450: Move generation of proto and full object lists to makefile.pm. 'make'... | Jelmer Vernooij | 4 | -27/+37 |
2007-10-10 | r12379: export the detected perl | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r12325: - remove the hostcc object files with make clean | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r12301: FHS 2.2 says that /var/cache/* contains only cached data, which can w... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12266: add --with-libdir option to overwrite the result that is set by --wit... | Stefan Metzmacher | 1 | -0/+13 |
2007-10-10 | r12254: Add some (hopefully correct) descriptions for libraries that are inst... | Jelmer Vernooij | 1 | -1/+6 |
2007-10-10 | r12253: Automatically build seperate binaries without -rpath to install when | Jelmer Vernooij | 5 | -56/+80 |
2007-10-10 | r12219: Use some more common functions | Jelmer Vernooij | 2 | -36/+26 |
2007-10-10 | r12218: Use common functions for generating lists | Jelmer Vernooij | 1 | -41/+27 |
2007-10-10 | r12216: Couple of small fixes: reduce include/includes.h a bit, simplify headers | Jelmer Vernooij | 8 | -47/+39 |