summaryrefslogtreecommitdiff
path: root/source3/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2008-11-01Remove sys_chroot() - libreplace already provides an alternative.Jelmer Vernooij1-1/+1
2008-11-01Remove tests for functions provided by libreplace from configure.Jelmer Vernooij1-3/+3
2008-10-30use glibc sys/inotify.h headerAndrew Tridgell1-1/+1
when we first added the inotify code glibc didn't have the inotify functions yet. Now that it does we can use the official header and avoid the asm/unistd.h syscall workaround
2008-10-27Fix definition of environ on Mac OS X (bugzilla: #5412).Jelmer Vernooij1-1/+2
2008-10-27Remove duplicate check for volatile, move all utime-checks toJelmer Vernooij1-10/+2
libreplace.
2008-10-21Automatically enable merged build (for more complete 'make test') when ↵Jelmer Vernooij1-1/+4
possible during developer builds.
2008-10-19Make sure crypt libs get included.Jelmer Vernooij1-0/+2
2008-10-18Move ufc to libreplace.Jelmer Vernooij1-6/+0
2008-10-18Use common detection function for zlib.Jelmer Vernooij1-25/+3
2008-10-15Fix typo.Jelmer Vernooij1-1/+1
2008-10-15Build zlib (required for ndr_compression) if it's not pulled in throughJelmer Vernooij1-0/+36
other means.
2008-10-14Fix merged build .Jelmer Vernooij1-1/+1
2008-10-14Give the user a hint about whether a merged build would be possible.Jelmer Vernooij1-0/+21
2008-10-14Allow auto-detect if --enable-merged-build was not specified.Jelmer Vernooij1-1/+2
2008-10-06Add netlogond auth methodVolker Lendecke1-1/+2
This authenticates against a local running samba4 using SamLogonEx. We retrieve the machine password using samba4's mymachinepwd script and store the schannel key for re-use in secrets.tdb.
2008-10-02Fix bug 5798: "CFLAGS info lost in configure"Volker Lendecke1-1/+1
Michael, please check and merge to the other branches if it's right. Thanks, Volker
2008-09-27libgpo: add gpext_security module build to configure.Günther Deschner1-0/+1
Guenther
2008-09-24SMB traffic analyzer vfs module from Holger Hetterich <hhetter@novell.com>Holger Hetterich1-2/+2
Used to gather data to feed to a database for live and historical analysis of usage per user, per share, etc. Helper apps to read the data still to come. This one still needs to be made ipv6 enabled (connection is made to the helper app).
2008-09-24s3:configure: add -L./bin also for the merged buildStefan Metzmacher1-0/+4
metze
2008-09-23Fix make pch in the merged buildVolker Lendecke1-1/+3
2008-09-22idmap_adex: Add new idmap plugin for support RFC2307 enabled AD forests.Gerald (Jerry) Carter1-0/+1
The adex idmap/nss_info plugin is an adapation of the Likewise Enterprise plugin with support for OU based cells removed (since the Windows pieces to manage the cells are not available). This plugin supports * The RFC2307 schema for users and groups. * Connections to trusted domains * Global catalog searches * Cross forest trusts * User and group aliases Prerequiste: Add the following attributes to the Partial Attribute Set in global catalog: * uidNumber * uid * gidNumber A basic config using the current trunk code would look like [global] idmap backend = adex idmap uid = 10000 - 19999 idmap gid = 20000 - 29999 idmap config US:backend = adex idmap config US:range = 20000 - 29999 winbind nss info = adex winbind normalize names = yes winbind refresh tickets = yes template homedir = /home/%D/%U template shell = /bin/bash
2008-09-17Ensure vfs_acl_xattr is built.Jeremy Allison1-1/+2
Jeremy.
2008-09-17Merge branch 'master' of ssh://git.samba.org/data/git/samba into singlelibJelmer Vernooij1-0/+1
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-7/+7
2008-09-16idmap_hash: Add the idmap/nss-info provider from Likewise Open.Gerald (Jerry) Carter1-0/+1
* Port the Likewise Open idmap/nss_info provider (renamed to idmap_hash). * uids & gids are generated based on a hashing algorithm that collapse the Domain SID to a 31 bit number. The reverse mapping from the high order 11 bits to the originat8ing sdomain SID is stored in a has table initialized at start up. * Includes support for "idmap_hash:name_map = <filename>" for the name aliasing layer. The name map file consist of entries in the form "alias = DOMAIN\name"
2008-09-16Merge branch 'singlepopt' into singleJelmer Vernooij1-2/+2
Conflicts: source4/Makefile
2008-09-16Use a single copy of popt in samba3 and samba4.Jelmer Vernooij1-2/+2
2008-09-16Merge branch 'singlensswrap' into singleJelmer Vernooij1-1/+1
Conflicts: source3/configure.in source4/Makefile source4/configure.ac source4/lib/nss_wrapper/nss_wrapper.c source4/lib/replace/system/passwd.h source4/main.mk
2008-09-16Use single cope of nss_wrapper in Samba 3 and Samba 4.Jelmer Vernooij1-1/+1
2008-09-16Merge branch 'singlesw' into singleJelmer Vernooij1-1/+1
Conflicts: source3/lib/socket_wrapper/socket_wrapper.c source4/lib/replace/system/network.h
2008-09-16Merge branch 'singlereplace' into singleJelmer Vernooij1-1/+1
Conflicts: source4/configure.ac source4/torture/local/config.mk
2008-09-16Merge branch 'singletdb' into singleJelmer Vernooij1-2/+2
2008-09-16Use single copy of socket_wrapper in Samba 3 and Samba 4.Jelmer Vernooij1-1/+1
2008-09-16Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij1-1/+1
2008-09-16Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij1-2/+2
2008-09-16Share talloc source code between Samba 3 and Samba 4.Jelmer Vernooij1-1/+1
2008-09-15Fix aio on FreeBSD.Timur1-0/+15
2008-09-15Fix standalone build.Jelmer Vernooij1-0/+4
2008-09-15Add flag for merged build.Jelmer Vernooij1-6/+7
2008-09-15Import merged build patch.Jelmer Vernooij1-2/+7
2008-09-09Rename object variables to avoid clashes with Samba 4.Jelmer Vernooij1-4/+6
(This used to be commit c77758de5d6df28abaffe3f8a1d7b5cbc615605e)
2008-09-05configure: fix typo in GNU ld version-script test.Michael Adam1-1/+1
Michael (This used to be commit 0d9f3dfc4c139938ee57b6cf60c29cf4ce404be7)
2008-09-04Use different variable names for talloc and tdb object file names thanJelmer Vernooij1-8/+6
Samba 4. (This used to be commit 3f821e8c88665a1e6a3d07a438cd978527306221)
2008-08-27Add st_birthtime and friends for accurate create times on systems that ↵Jeremy Allison1-0/+90
support it (*BSD and MacOSX). Should have done this ages ago, sorry. Jeremy. (This used to be commit 4c3a9558906f213948c3bdc081be73f8fed148cb)
2008-08-26Avoid a race condition in glibc between AIO and setresuid().Andrew Tridgell1-11/+13
See this test: http://samba.org/~tridge/junkcode/aio_uid.c The problem is that setresuid() tries to be clever about threads, and tries to change the euid of any threads that are running. If a AIO read or write completes while this is going on then the signal from the thread where the IO completed is lost, as it gets -1/EPERM from rt_sigqueueinfo() The simplest fix is to try to use setreuid() instead of setresuid(), as setreuid() doesn't try to be clever. Unfortunately this also means we must use become_root()/unbecome_root() in the aio code. (This used to be commit 56c5a6f024875bb79b0104beb36f6b0ec1e1e9f9)
2008-08-21cifs.upcall: enable building by default on linuxJeff Layton1-4/+19
When building on linux, default to building cifs.upcall. Throw a warning if ADS support is disabled or keyutils isn't installed. Signed-off-by: Jeff Layton <jlayton@redhat.com> (This used to be commit d8018d15f013b8d7be8618b75dac5112711193b7)
2008-08-21libsmbclient examples: add Makefile.internal.in for building from a samba sourceMichael Adam1-0/+1
Without needing to install libsmbclient to /usr/local/samba first. Michael (This used to be commit f0e47bce2e98131812e96fb88cc3d1fe939e8d6c)
2008-08-14Revert "Add a gpfs_prefetch module"Michael Adam1-2/+1
This reverts commit fc9b30bed2d774dca6660b497cb50f982b23b885. Sorry, this got pushed by accident: "This can not go upstream yet because it uses the non-GPL libgpfs." Michael (This used to be commit 26a3cf0be918fe577a979f3e358d58359e42b2f1)
2008-08-13Add a gpfs_prefetch moduleVolker Lendecke1-1/+2
This can not go upstream yet because it uses the non-GPL libgpfs. So it will not be compiled by default and will not be included in the SOFS RPMs. But upon Sven's request, we include it in the git tree and the source RPMs, so that it can be built for in-house tests. (This used to be commit fc9b30bed2d774dca6660b497cb50f982b23b885)
2008-08-11netapi: generate the netapi testsuite makefile.Günther Deschner1-0/+1
Guenther (This used to be commit a2247a5b19237291cec8c6a873652d78d55aaeb7)