1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
Commit Graph

87 Commits

Author SHA1 Message Date
Sumit Bose
6bcab329e7 s3-waf: build samldap passdb backend
Signed-off-by: Günther Deschner <gd@samba.org>
2010-08-27 12:14:14 +02:00
Günther Deschner
c43e832c51 s3-waf: fix the waf build with more recent MIT krb5 libs.
(such as MIT krb5 1.7.1 on fedora 13).

This whole area needs more work and love later, for now it builds at least.

Kai, please check.

Guenther
2010-08-11 12:47:57 +02:00
Andreas Schneider
5cefbfef26 s3-rpc_server: Added callbacks for init and shutdown of a rpc service.
This adds two callback function for each rpc service. One is for
initialisation and the other for shutdown. rpc_<service>_unregister()
needs to be called to execute the shutdown function.
2010-07-19 12:59:18 +02:00
Kai Blin
cfee179d03 s3: Attempt to fix the build on NetBSD
Unlike Linux and OSX, NetBSD seems to have *netgrent prototypes in netgroup.h.
2010-06-20 16:29:38 +02:00
Kai Blin
a453b87d68 s3-waf: Change the (set|get|end)netgrent checks to match the configure.in checks 2010-06-20 09:50:19 +02:00
Kai Blin
83ad437a9c s3-waf: Add check for iconv 2010-06-17 08:09:49 +02:00
Kai Blin
7a1c24705d s3-waf: Work around missing *netgrent prototypes on OSX 10.4 2010-06-17 08:09:49 +02:00
Kai Blin
a6c921fef7 s3-waf: Add check for dirent.d_off member 2010-06-01 15:11:15 +02:00
Kai Blin
458b2484c7 s3-waf: Check for device major and minor macros 2010-06-01 07:55:06 +02:00
Kai Blin
b497447e17 s3-waf: Add check for asm/types.h 2010-06-01 07:55:06 +02:00
Kai Blin
0fddbe472e s3-waf: Check if compiler supports LL suffix 2010-05-31 22:26:31 +02:00
Kai Blin
3811fdab5c s3-waf: Check for broken nisplus include files 2010-05-31 22:26:30 +02:00
Kai Blin
209555ef09 s3-waf: support avahi builds 2010-05-30 23:29:39 +02:00
Kai Blin
8e2b69ca46 s3-waf: Add more darwin-specific options 2010-05-30 23:29:20 +02:00
Kai Blin
f3b04854b8 s3-waf: Set HAVE_GSSAPI if gssapi libs were found 2010-05-30 22:54:27 +02:00
Kai Blin
f7333629f8 s3-waf: Support builds with utmp accounting 2010-05-28 15:17:35 +02:00
Kai Blin
4eba4b07c6 s3-waf: Match the defines from the autotools build on PACKAGE_* 2010-05-28 14:35:45 +02:00
Kai Blin
3d2c99f13b s3-waf: Detect which version of krb5_enctype_to_string is used
Pair-Programmed-With: Günther Deschner <gd@samba.org>
2010-05-28 12:59:29 +02:00
Andrew Bartlett
892a4b24e7 waf Read VERSION file inside WAF to set package version
This replaces the call to mkversion.sh in both the Samba3 and Samba4
WAF builds.

Andrew Bartlett
2010-05-28 15:20:03 +10:00
Kai Blin
49a80fe671 s3-waf: Fix typo
Sorry for the noise
2010-05-27 22:45:13 +02:00
Kai Blin
21e8548c0a s3-waf: Also set "developer" env when building in developer mode 2010-05-27 22:42:59 +02:00
Günther Deschner
20f843b678 s3-waf: more work on krb5 build.
Guenther
2010-05-26 22:53:13 +02:00
Kai Blin
eb6d6114f3 s3-waf: Allow to build with kerberos support 2010-05-26 22:53:04 +02:00
Kai Blin
9e194cd673 s3-waf: Check for additional options on *xattr 2010-05-26 00:28:34 +02:00
Kai Blin
5a023e73f7 s3-waf: Add darwin to the host_os-specific checks 2010-05-26 00:28:34 +02:00
Kai Blin
b2546ee557 s3-waf: Don't hardcode the name of the awk executable in wscript_build 2010-05-26 00:28:34 +02:00
Günther Deschner
8e41f2e66a s3-waf: very simple start on getting krb5 build to work.
Guenther
2010-05-25 12:27:05 +02:00
Kai Blin
136ea7b91d s3-waf: Actually make --with/--without-swat work 2010-05-21 00:15:52 +02:00
Kai Blin
c926acf7f1 s3-waf: Really disable winbindd build when --without-winbind is specified 2010-05-21 00:15:52 +02:00
Kai Blin
73f6fed4d6 s3-waf: more elaborate host_os check for STAT_ST_BLOCKSIZE 2010-05-20 22:16:15 +02:00
Kai Blin
17b136a79f s3-waf: fix the winbindd build again 2010-05-20 22:16:15 +02:00
Stefan Metzmacher
1c6ba8551d s3-waf: Also include source4/ when looking for headers 2010-05-20 22:16:15 +02:00
Kai Blin
8e04ad2db1 s3-waf: build shared modules as subsystems 2010-05-20 22:16:15 +02:00
Kai Blin
2650198ff7 s3-waf: autogenerate lists of static modules 2010-05-20 22:16:15 +02:00
Kai Blin
997114564d s3-waf: tdb includes are in lib/tdb/include 2010-05-20 22:16:15 +02:00
Kai Blin
0e7e039778 s3-waf: Autogenerate the static and dynamic init function calls 2010-05-20 22:16:15 +02:00
Kai Blin
25f33a3f8e s3-waf: add popt and tdb include dirs to the includes list 2010-05-20 22:16:15 +02:00
Kai Blin
be712a8eea s3-waf: Build swat 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
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
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