summaryrefslogtreecommitdiffstats
path: root/source3/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* NetBSD defines innetgr() in <netgroup.h>Volker Lendecke2008-02-011-0/+1
| | | | (This used to be commit 7ad8e22073b577cd454675bacf92549e81f55e1c)
* Let _samr_Close() use pidl generated server code.Günther Deschner2008-01-311-2/+2
| | | | | Guenther (This used to be commit 2df3408079fc382d00d01a0b82b0b8e1ffeba6e4)
* Use generated DSSETUP client & server rpc functions and remove the ↵Günther Deschner2008-01-251-2/+2
| | | | | | | hand-written ones. Guenther (This used to be commit d5ebfccebb1f1b56b45673a506fcdb414103c43b)
* Link smbd on AIX with -bexpfull instead of -bexpallVolker Lendecke2008-01-211-1/+1
| | | | | | | | -bexpall only exports the names without leading _, so we don't get _talloc_reallo_array for example. Thanks a lot to Heinrich Mislik for the hint! (This used to be commit 74a71f198866ba0a0217e58a6a47bdc858d5df68)
* vfs_streams_depotVolker Lendecke2008-01-191-0/+1
| | | | | Store streams in a file each. Not 100% finished, and not built by default. (This used to be commit 5f5fc72b01c8e8fc096375c7cb4a97186c387259)
* vfs_streams_xattr moduleVolker Lendecke2008-01-191-1/+2
| | | | | | Store streams in posix xattrs. A kludge, as xattrs are limited in many ways, but it might be a help for some situations. (This used to be commit 83a805220e52742119546c76a054d50582e33a24)
* Revert "Host SerNet-AIX has __ss_family instead of ss_family in ↵Stefan Metzmacher2008-01-181-9/+0
| | | | | | | | | | | | sockaddr_storage" This reverts commit e33286f4a68352e55df081d06307f64f190773b3. 393bab185e0e9f02aac5740becc2aba2762133c8 is the v4-0-test fix for the same problem. metze (This used to be commit b8a57a24c390355c4950ca499c1d96aff80abad7)
* Enable building of VFS modules: vfs_tsmsm, vfs_shadowcopy2 and IDMAP module ↵Alexander Bokovoy2008-01-161-1/+10
| | | | | | idmap_tdb2 Signed-off-by: Alexander Bokovoy <ab@samba.org>(This used to be commit 136c024c9a32ca8ca33cb36b9a6b731237179af5)
* rename vfs_ea_tdb to vfs_xattr_tdbVolker Lendecke2008-01-151-2/+2
| | | | (This used to be commit 151b42a150a17f566e7b4055bbdbc0564a3c106d)
* Implement vfs_ea_tdbVolker Lendecke2008-01-151-1/+2
| | | | | | | | | | | | | | | This is an option for file systems that do not implement xattrs: in lockdir/eas.tdb an array of xatts per inode is stored. It can not solve the problem that xattrs might reappear if a posix-level process deletes a file and happens to re-create it under the same name. On file systems with birthtime we might have a chance to detect this, but not with standard posix. A future version might put relief on file systems that do have xattrs but where these are severely limited in size/speed/whatever: We can put a simple marker as a native xattr, but the xattrs proper are stored in the tdb. Volker (This used to be commit 2036b4c5ad677b8a477b34b0f076febab0abff5e)
* libwbclient: add wbclient.pc.inStefan Metzmacher2008-01-151-1/+4
| | | | | metze (This used to be commit e6bd1395f2c1da7bcf1a31cdb297919ed6a15469)
* --enable-libwbclient-sharedVolker Lendecke2008-01-101-1/+12
| | | | | | | | | | | | | | This patch adds the configure option --enable-libwbclient-shared that defaults to yes. If you set --enable-developer=yes, then you can say --enable-libwbclient-shared=no to avoid problems you might have with the wrong shared libaries. Jerry, is this acceptable to you? If yes, please push. Thanks! Volker (This used to be commit 7a88cd61e09f6db9db38916704ae65e03b33139c)
* Enable building the notify_fam module.Michael Adam2008-01-101-0/+2
| | | | | | | Found by Timur I. Bakeyev <timur@com.bat.ru>. Michael (This used to be commit ece34fd2fe4bcd3f88a31a42faaba89248da3ba9)
* Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testJelmer Vernooij2008-01-051-2/+17
|\ | | | | | | (This used to be commit 5a30f6377d37d8a5cadce4fb9a2fc19b78fc1709)
| * Use -g instead of -gstabs as many have reported gdb problems with -gstabs.Günther Deschner2008-01-031-1/+1
| | | | | | | | | | Guenther (This used to be commit 8befb22672d54a9255e5bdaf9cb0bb4e2b631245)
| * Fix configure output for libnetapi.Günther Deschner2008-01-031-1/+1
| | | | | | | | | | Guenther (This used to be commit d00ce6685a2cad7cd5526d4b13d43d157cd13481)
| * Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_storageVolker Lendecke2007-12-251-0/+9
| | | | | | | | (This used to be commit e33286f4a68352e55df081d06307f64f190773b3)
| * AIX iface test needs rep_vasprintfVolker Lendecke2007-12-251-0/+1
| | | | | | | | (This used to be commit 3e5788cc9665acb450be793fb88db8e2a871aaa5)
| * ifreq needs more from lib/replaceVolker Lendecke2007-12-251-0/+2
| | | | | | | | (This used to be commit e85290550ad33433f584009ffce34c81bea5b164)
| * Next try to fix get_interfaces detectionVolker Lendecke2007-12-251-0/+3
| | | | | | | | (This used to be commit 2dc0282f245c62b83b80f8da0394201e1c00f284)
| * Revert "Attempt to fix the ifreq detection"Volker Lendecke2007-12-251-2/+0
| | | | | | | | | | This reverts commit 2d08959685b495caf1884babbece27775d8bcb4f. (This used to be commit acb560900be29c407e7da955d16c2de7898e49b8)
| * Attempt to fix the ifreq detectionVolker Lendecke2007-12-251-0/+2
| | | | | | | | (This used to be commit 2d08959685b495caf1884babbece27775d8bcb4f)
* | selftest: Use platform-specific equivalents of LD_LIBRARY_PATH for Samba4's ↵Jelmer Vernooij2008-01-051-0/+2
|/ | | | | | smbtorture. (This used to be commit 64ff1dad8664f14030c7d78c252d946216798a88)
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2007-12-211-0/+1
|\ | | | | | | | | | | | | | | | | v3-2-test Conflicts: source/library-versions.in (This used to be commit 11acca7d3884731491709dd09b7de2edc8bb5811)
| * Generate pkgconfig files for at least lib{smbclient,smbsharemodes,netapi}.Günther Deschner2007-12-211-0/+1
| | | | | | | | | | Guenther (This used to be commit ad87786c91709d62ee2cbd02c87e59b855e050cc)
* | Add files for new LGPL libwbclient DSO implementing the Winbind client APIGerald (Jerry) Carter2007-12-211-1/+21
|/ | | | | | | | (based on the winbind_struct_protocol.h). The API in incomplete, but sufficient to merge. See wbclienbt.h for the i interface functions. (This used to be commit 83d274b46078a9ace77edb822a0e336c79dcf40e)
* Add getdc.c, a libnetapi example (incl. Makefile).Günther Deschner2007-12-211-1/+4
| | | | | Guenther (This used to be commit faedc78fc78527ee3bf05e1177ea43653aea67b2)
* Build libnetapi shared and static if possible.Günther Deschner2007-12-211-0/+49
| | | | | Guenther (This used to be commit 11e90dcbf5dd1a91118e6a5cee53735d72767c93)
* Add smbclient support for basic mDNS browsing.Rishi Srivatsavai2007-12-171-0/+1
| | | | | | Patch from Rishi Srivatsavai (bugzilla #4150), with tallocification and minor syle changes by me. (This used to be commit db74b99d0ef1a60894c838b4c9d0d454db6cf620)
* Added patch originally by Andreas Schneider <anschneider@suse.de>Jeremy Allison2007-12-151-0/+24
| | | | | | | to cause us to behave like Vista when looking for remote machine principal. Modified by me. Jeremy. (This used to be commit d0e33840fb4cfc85990d3ee327428b0854a22722)
* Fix codepagedir to follow predefined libdir when using FHS. Fixes x86_64 build.Alexander Bokovoy2007-12-131-2/+2
| | | | (This used to be commit b8e582c9941d2466a403e476c52026f4b4201062)
* Fix typo.James Peach2007-12-121-1/+1
| | | | (This used to be commit c8468a1bb49535f0467e1a83b4c8bc5c8dce834e)
* Autoconf support for detecting DNS Service Discovery support.James Peach2007-12-121-0/+37
| | | | | | Patch from Rishi Srivatsavai <rishisv@gmail.com>, with some adaptations. (This used to be commit 2dfe9525b9e6e7dcbac191c1fb6288e166d171e5)
* Make sure NULL is defined to the IPv6 test doesn't spuriously fail.James Peach2007-12-091-0/+1
| | | | (This used to be commit 87c302e250aacc4d5d6a3cce3f134dd13fa457bf)
* * Adds support for cifs.spnego helper into configure and Makefile.inIgor Mammedov2007-12-051-0/+42
| | | | | | | * Added checks for spnego prereq keyutils.h and kerberos in configure.in Signed-off-by: Igor Mammedov <niallain@gmail.com> (This used to be commit f802db70b8675df43fba892986203bbeac2d02f8)
* Move check for broken system capabilites.h headers to lib/replace.Michael Adam2007-12-031-30/+0
| | | | | Michael (This used to be commit 8ec10c4ab1aa890c9f03d34bd872c93ae5c4d84c)
* Extend commit module to help with NFS quotas.David Losada Carballo2007-11-201-1/+1
| | | | | | Add "commit on eof" and "commit past eof" modes. Patch from David Losada Carballo with some modifications during the merge. (This used to be commit 12eee4f7fe27bb4ca376301b959dbfb918b7ba2d)
* Detect Heimdal Kerberos on OpenBSD 4.2.James Peach2007-11-181-0/+17
| | | | | Patch from Sean McCreary <samba-technical@mcwest.org>. (This used to be commit 8b0bee7c7688a966777f502c97922d7ad40d841c)
* Fix the build on RHEL5, when libcap-devel is installed.Michael Adam2007-11-161-0/+12
| | | | | | | | | | | | | The /usr/include/sys/capability.h defines _LINUX_TYPES_H which prevents /usr/include/linux/types.h from being parsed (when included afterwards). Thus certain types are undefined that are for instance needed in /usr/include/linux/dqblk_xfs.h. This breaks the build of lib/sysquotas_xfs.c. This commit adds a configure check and a workaround for this. Michael (This used to be commit 11bcdf780e164659b89a66e24edc27e89da7619a)
* use nss_wrapper code in samba3 when --enable-nss-wrapper is givenStefan Metzmacher2007-11-091-0/+1
| | | | | metze (This used to be commit 96827929626a528bb3e1ec8366aef58c174d67e1)
* Fix a typo.Michael Adam2007-11-051-1/+1
| | | | | Michael (This used to be commit 5721a511d8dd327717bcd9c2053c4bd08f01185c)
* Fix build breakage when not specifying --with-fhs.Gerald (Jerry) Carter2007-11-021-0/+3
| | | | | Ensure that CODEPAGEDIR, STATEDIR, and CACHEDIR have values. (This used to be commit 10af752391be51c7381a4eaca27f29e1f2a677b3)
* Patch from Debian Samba package maintainers:Gerald (Jerry) Carter2007-11-011-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | Patch 1 of 3: - Patch 1 adds the new variables - Patch 2 makes uses of them for files belonging to the "state" path and the "code pages" path This patch seemed more easily acceptable, which explains why we separated it from patch 3 - Patch 3 reassigns files to the "cache" path. Indeed all "debatable" changes have been moved to that one The point is adding: - a path for non discardable state data: basically all TDB files that may need to be backed up - a path for shared data: mostly codepage stuff - a path for cache data to host files such as browse.dat, printers.tbd, <printer>.tdb All these are currently mixed in "libdir" (${prefix}/lib/samba by default). The patch keeps these new paths to point to ${prefix}/lib/samba by default and does therefore not change the software behaviour. Used alone, it just adds unused variables...so it can safely be used in sources without any behaviour change and no impact on Samba developers work. (This used to be commit b7d2fadbef044a89920da613b1aafc74a3d94e24)
* Enable building the zfsacl VFS module by specifyingMichael Adam2007-11-011-0/+1
| | | | | | | "--with-shared-modules=vfs_zfsacl" on the configure command line. Michael (This used to be commit 69135360648e395eda29b15625b20a877e38bdd8)
* added a syncops VFS module for filesystems which do not guarantee meta-data ↵Andrew Tridgell2007-10-231-1/+2
| | | | | | operations are immediately committed to disk in stable form. Essential for clustered Samba setups (This used to be commit 8b19cb17b9ae9e1cd4a96df6e7dedb75aff7ee96)
* Reorder pthread mutex check so that it doesn't output its resultJames Peach2007-10-221-12/+13
| | | | | in the middle of the output for the winbind nss check. (This used to be commit 1eddefa72cefd0c6836ddbe8eaef074ce732b0d9)
* Add test for "struct in6_addr" to the HAVE_IPV6 configure test.Gerald (Jerry) Carter2007-10-191-0/+1
| | | | | | | Also make use of "if defined(HAVE_IPV6)" rather than testing for AF_INET6 since this is not sufficient on HP-UX 11.11 to ensure a working IPv6 implementation. (This used to be commit 620785df4e57b72471ff0315e22e0d2f28a2b1a5)
* Move the test for the AIX specific interface code to the end.Gerald (Jerry) Carter2007-10-191-18/+18
| | | | | | | This tests goes into an infinite loop on OS X so avoid it. Probably should also be only conditionaly be run on AIX in the first place. (This used to be commit 641d0968da73dca24a3ddaf93451de1200d3c09b)
* remove configure checks which are now in libreplaceStefan Metzmacher2007-10-181-62/+0
| | | | | metze (This used to be commit 50d5eec508bd5b98b81825b4e20c06f698029fdf)
* Fix get_interfaces detectionVolker Lendecke2007-10-141-0/+8
| | | | | During configure, we don't have config.h around yet, and we need strlcpy now. (This used to be commit 483cf289c884f48df43f2ddce86b05b9c3e84920)