1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
Commit Graph

62949 Commits

Author SHA1 Message Date
Kai Blin
b2431163fc s3-waf: replace all - with _ in the configuration option names 2010-05-20 22:16:14 +02:00
Kai Blin
be712a8eea s3-waf: Build swat 2010-05-20 22:16:14 +02:00
Kai Blin
8f9a3c9eb2 s3-waf: build winbindd again 2010-05-20 22:16:14 +02:00
Kai Blin
cf0cea838f s3-waf: fix up the LDAP objects if LDAP isn't built 2010-05-20 22:16:14 +02:00
Andrew Tridgell
0cb99738ca s3-waf: install swat files 2010-05-20 22:16:14 +02:00
Andrew Tridgell
5800e45fdd s3-waf: fixed install path for sbin binaries 2010-05-20 22:16:14 +02:00
Andrew Tridgell
e86b212739 s3-waf: fixed SWATDIR to match old build 2010-05-20 22:16:14 +02:00
Kai Blin
2261e8c087 s3-waf: Fix the minimal build
When using the internal zlib and popt, the dependencies and includes
have to be adapted a bit
2010-05-20 22:16:14 +02:00
Kai Blin
c59da6e9a5 s3-waf: Fix the build --with-ldap
The LDAP source files as set by configure weren't detected correctly in the wscript_build
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
2010-05-20 22:16:14 +02:00
Kai Blin
4acb54c6a0 s3-waf: Fix global includes to fix waf configure --help output 2010-05-20 22:16:14 +02:00
Kai Blin
9496bdc04f s3-waf: Introduce more subsystems to reduce build time 2010-05-20 22:16:14 +02:00
Kai Blin
c8c54af69e s3-waf: Don't build winbindd when --without-winbind is set 2010-05-20 22:16:14 +02:00
Kai Blin
23adc338fe s3-waf: Get winbindd to build again with current master 2010-05-20 22:16:14 +02:00
Kai Blin
4478413da9 s3-waf: Add dummy configuration option for pthreadpool 2010-05-20 22:16:14 +02:00
Kai Blin
81967f5087 s3-waf: Add dummy configuration option for utmp 2010-05-20 22:16:14 +02:00
Kai Blin
f4ff7a298d s3-waf: Add dummy configuration option for sendfile-support 2010-05-20 22:16:14 +02:00
Kai Blin
cba7fd170c s3-waf: Add dummy configuration options for quotas 2010-05-20 22:16:14 +02:00
Kai Blin
f4ebdc98c2 s3-waf: Add dummy configuration option for PAM 2010-05-20 22:16:14 +02:00
Kai Blin
76e054ba98 s3-waf: Add configuration option for merged build
This doesn't enable the merged build, but doesn't error out when the --disable-merged-build configuration option is set
2010-05-20 22:16:14 +02:00
Kai Blin
7ba5d2c012 s3-waf: Fix install location of testparm and wbinfo 2010-05-20 22:16:14 +02:00
Kai Blin
1defd6e2a8 s3-waf: Build LDB as a subsystem 2010-05-20 22:16:13 +02:00
Kai Blin
c332a13d74 s3-waf: build testparm and winbindd 2010-05-20 22:16:13 +02:00
Kai Blin
3728186202 s3-waf dynconfig: s3 configfile default is $LIBDIR/smb.conf 2010-05-20 22:16:13 +02:00
Andrew Tridgell
eea89ddf8d s3-waf: merged auth subsystem changes from master 2010-05-20 22:16:13 +02:00
Andrew Tridgell
c85008e084 s3-waf: move the KRB5_DEPRECATED check into lib/replace
this needs to be with the krb5.h check
2010-05-20 22:16:13 +02:00
Kai Blin
ca7226500c s3-waf: Don't recurse into tsocket dir during configure 2010-05-20 22:16:13 +02:00
Andrew Tridgell
730c57048e s3-waf: Add enable selftest configuration option 2010-05-20 22:16:13 +02:00
Andrew Tridgell
0077761f7e s3-waf: correctly handle the libcap dependency when libcap is not installed 2010-05-20 22:16:13 +02:00
Kai Blin
fa48325bb6 s3-waf: build wbinfo using waf 2010-05-20 22:16:13 +02:00
Kai Blin
c7a1708740 s3-waf: Add ctags command 2010-05-20 22:16:13 +02:00
Kai Blin
b14d86f0a9 s3-waf: Build nmbd using waf as well 2010-05-20 22:16:13 +02:00
Kai Blin
8e32f81d4d s3-waf: Support smbd build without ldap and kerberos 2010-05-20 22:16:13 +02:00
Kai Blin
d59df05ff9 s3-waf: Allow building without ads/ldap/krb5 even if the libs are installed 2010-05-20 22:16:13 +02:00
Kai Blin
f860a12d2f build: Don't look for krb5.h in libreplace 2010-05-20 22:16:13 +02:00
Kai Blin
771a8c17af s3-waf: Allow using --enable/--disable options as well 2010-05-20 22:16:13 +02:00
Andrew Tridgell
99a2171f8b s3-waf: correctly handle cups dependencies when cups development packages are not installed 2010-05-20 22:16:13 +02:00
Kai Blin
3d1c0f1a21 s3-waf: Add helper that facilitates defining --with-x and --without-x options 2010-05-20 22:16:13 +02:00
Kai Blin
adfd1db476 s3-waf: Fix the CUPS dependency 2010-05-20 22:16:13 +02:00
Andrew Tridgell
419873f2ee s3-waf: All sorts of nasty hacks to finally get smbd to build/link
Pair-Programmed-With: Kai Blin <kai@samba.org>
2010-05-20 22:16:13 +02:00
Kai Blin
538edd5fc0 s3-waf: Add some more krb5 checks
There is still quite a few of them missing.
2010-05-20 22:16:13 +02:00
Kai Blin
1316fa7b78 s3-waf: Check for LDAP 2010-05-20 22:16:13 +02:00
Kai Blin
2b5f82f259 s3-waf: Move cups, ldap and krb5 checks to the end of the wscript file 2010-05-20 22:16:13 +02:00
Kai Blin
d3c9d299e8 s3-waf: Check for KRB5_DEPRECATED handling 2010-05-20 22:16:13 +02:00
Kai Blin
6f6b32044e s3-waf: Fake some defines that need to be set by configure options later 2010-05-20 22:16:13 +02:00
Kai Blin
a967deacdc s3-waf: Add more objects trying to build smbd 2010-05-20 22:16:12 +02:00
Kai Blin
5f87d5a3d0 s3-waf: Added support dynconfig cflags
Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>
2010-05-20 22:16:12 +02:00
Jeremy Allison
a8a4fe0605 Fix bug #7410 - samba sends "raw" inode number as uniqueid with unix extensions.
Move to a consistent get_FileIndex() function for all inode returns,
that checks if st_dev on the file is identical to the top directory
dev_t of the exported share, and if so uses the raw 64-bit inode
number. If it isn't (we've traversed a mount point) - return what
we used to do for Windows which is the concatination of the bottom
32-bits of the inode with the 32-bit device number. We can get more
creative with this over time (hashing?) if we want as now all inode returns go
through this single function.

Jeremy.
2010-05-20 11:36:47 -07:00
Stefan Metzmacher
a7cab4ea36 s4:ldb-samba: handle more GUID attributes
metze
2010-05-20 19:10:56 +02:00
Günther Deschner
3c1e87a29a s3-libgpo: enable LDAP sign in ads_get_gpo_list().
Guenther
2010-05-20 18:46:07 +02:00
Günther Deschner
e4bdb7e00e s3-libads: add ads_set_sasl_wrap_flags().
Guenther
2010-05-20 18:45:59 +02:00