Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-02 | s4:build: add a comment why we need CFLAG_NO_CAST_QUAL and ↵ | Stefan Metzmacher | 1 | -4/+7 | |
CFLAG_NO_UNUSED_MACROS metze | |||||
2009-02-01 | "test" expects only one = | Björn Jacke | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-01-29 | quote ' inside '...' and make sure shell isn't eating \ by using perl here. | Björn Jacke | 1 | -5/+3 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-01-22 | Move configure test files to the top-level and share them between s3 and | Jelmer Vernooij | 12 | -1292/+5 | |
s4. | |||||
2009-01-21 | Move check_python.m4 to common m4 directory. | Jelmer Vernooij | 2 | -101/+1 | |
2009-01-21 | Only check for Perl once in Samba 3. | Jelmer Vernooij | 2 | -33/+1 | |
2009-01-21 | Move check_make.m4 to the top-level. | Jelmer Vernooij | 2 | -34/+1 | |
2009-01-14 | Fixed problemed showed on a number of systems on the buildfarm. | Torgeir Lerkerod | 1 | -1/+4 | |
Problem shows up as perl error related to config.pm in reality this was related to the ECHO_C variable. Added test to skip that variable as no perl module is using it. Torgeir Signed-off-by: Torgeir Lerkerod <Torgeir.Lerkerod@gmail.com> Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-01-09 | Revert "quote ' inside '...' and make sure shell isn't eating \ by using ↵ | Stefan Metzmacher | 1 | -3/+2 | |
perl here." This reverts commit 2a52b059ce44403ff6ced066e0bb23fa6cc66a73. It breaks the build on ubuntu. metze | |||||
2009-01-09 | quote ' inside '...' and make sure shell isn't eating \ by using perl here. | Björn Jacke | 1 | -2/+3 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-01-04 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 1 | -0/+8 | |
2009-01-04 | s4:build: add SMB_MAKE_SETTINGS() macro | Stefan Metzmacher | 1 | -0/+8 | |
metze | |||||
2009-01-01 | make: Search for c tags in ../ as well. | Jelmer Vernooij | 1 | -2/+4 | |
2008-12-23 | Allow using external libtevent. | Jelmer Vernooij | 1 | -0/+1 | |
2008-12-23 | Use make variable for Samba 4 shared library output directory. | Jelmer Vernooij | 2 | -2/+2 | |
2008-12-23 | Use relative paths for Python modules. Seems to workaround a strange bug in | Jelmer Vernooij | 1 | -1/+1 | |
GNU make. | |||||
2008-12-22 | Force symbolic links for shared library sonames to be created, | Jelmer Vernooij | 1 | -1/+1 | |
as they are required at run-time. | |||||
2008-12-22 | Fix missing symbols issues when building with shared libraries. | Jelmer Vernooij | 1 | -1/+1 | |
2008-12-21 | Remove infrastructure for (no longer used) SWIG. | Jelmer Vernooij | 3 | -141/+0 | |
2008-12-21 | Avoid linking in all Python modules to the samba binaries - we can just let ↵ | Jelmer Vernooij | 1 | -1/+1 | |
Python dlopen() them. | |||||
2008-11-26 | Don't filter out any variables for config.pm, only for config.mk. | Jelmer Vernooij | 1 | -3/+1 | |
2008-11-26 | Use a simple shell loop instead of _AC_SUBST_VARS. | Jelmer Vernooij | 1 | -3/+12 | |
Autoconf has removed _AC_SUBST_VARS in newer versions. | |||||
2008-11-18 | s3/s4 build: Fix makefile expression to work on more systems | Tim Prouty | 1 | -1/+1 | |
2008-11-12 | s3/s4 build: Add additional LDFLAGS in check_python.m4 to allow it to pass ↵ | Tim Prouty | 1 | -2/+13 | |
on more systems I tested on a few different flavors of linux and FreeBSD. I'll keep an eye on the build machine to see if anything breaks. | |||||
2008-10-30 | Fix building of SWIG files from merged build. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-30 | Fix installation of Samba 4 during merged build. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-14 | Fix merged build . | Jelmer Vernooij | 1 | -1/+0 | |
2008-10-14 | Move make check out of cache call to avoid weird formatting. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-14 | Make check_*.m4 m4 library files just contain functions that can be | Jelmer Vernooij | 5 | -24/+266 | |
executed from other m4 files. | |||||
2008-10-14 | Move checks for perl inside function. | Jelmer Vernooij | 1 | -5/+12 | |
2008-10-14 | Move checks for make inside function. | Jelmer Vernooij | 1 | -2/+14 | |
2008-10-14 | Fix path check. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-30 | Fix FHS flag, rename to --enable-fhs since it's a feature flag | Jelmer Vernooij | 1 | -7/+12 | |
and doesn't take any arguments. | |||||
2008-09-24 | Rename smbd -> samba. | Jelmer Vernooij | 1 | -1/+1 | |
This reverts commit 05ea5e23cf4e70de0bd658b1c5c0ead133967091. Conflicts: source4/smbd/server.c | |||||
2008-09-18 | Prevent prefix=/usr being used without --with-fhs. | Matthias Dieter Wallnoefer | 1 | -0/+5 | |
2008-09-10 | Fix uninstalling of binaries. | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
(This used to be commit 6ad94d10f79f206fcdeb23cf71595e38c7a77855) | |||||
2008-09-03 | Allow overriding shared library policy using environment variable. | Jelmer Vernooij | 1 | -2/+4 | |
(This used to be commit d5c61f470d7aa6dd0e5a22e8718d53a69cbbc239) | |||||
2008-09-03 | Fix embedding of Samba 4. | Jelmer Vernooij | 1 | -3/+9 | |
(This used to be commit 3862f3132549332e0a44fad65d7c49a27e1dbd4a) | |||||
2008-08-26 | build: generate :: rules for automatic dependencies | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit 66d8da17a4c3543e133452f9a87702a2a8fb609c) | |||||
2008-08-16 | configure: use AS_HELP_STRING for --with-disable-ext-lib | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit 88cf5d8b708d6247772b33128f0e212a4c2e9ba8) | |||||
2008-08-16 | configure: use AS_HELP_STRING for --enable-developer | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit b10d4723891c39693100bfaaf1ac29adce9f7a86) | |||||
2008-08-16 | configure: use AS_HELP_STRING for --enable-debug. | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit 1f4bf8fbd5bfc9c58bb5668fe25586766605b268) | |||||
2008-08-16 | configure: use AS_HELP_STRING for --with-selftest-prefix. | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit eea4f597acf743fa783be3e5809e24aebc79f238) | |||||
2008-08-16 | configure: use AS_HELP_STRING for --with-logfilebase. | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit f9c15b817a24bed26a339479c53fc2f5cc5b36df) | |||||
2008-08-16 | configure: use AS_HELP_STRING for --with-piddir | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit f05a9fe46ff428e48be9a5af4a6769cd78712c11) | |||||
2008-08-16 | configure: use AS_HELP_STRING for --with-lockdir. | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit ed4a6e780a3f57854338520e4608cfc8dce4ef3e) | |||||
2008-08-16 | configure: use AS_HELP_STRING for --ntp-signd-socket-dir. | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit dd07dcbc916236d80d9a7087860a6f504bbb09e8) | |||||
2008-08-16 | configure: use AS_HELP_STRING for --with-winbindd-privileged-socket-dir. | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit 3bf8116531d4eb0cc25bc7bac70ae3c77642a5a3) | |||||
2008-08-16 | configure: use AS_HELP_STRING for --with-winbindd-socket-dir . | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit 1304eda283b29fff8960633b1329c0a1611e1ca3) | |||||
2008-08-16 | configure: use AS_HELP_STRING for --with-privatedir | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit eafde5bee0a68fd4cf61ae64dfb24e4deb16b95a) |