1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
Commit Graph

54 Commits

Author SHA1 Message Date
Jelmer Vernooij
b16a8f31ad Fix location of included popt files for systems that don't have popt. 2008-09-17 17:13:02 +02:00
Jelmer Vernooij
94855cd692 Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
Jelmer Vernooij
323346f7b0 Merge branch 'singlecompression' into single 2008-09-16 19:07:59 +02:00
Jelmer Vernooij
9c466a6158 Use single copy of compression library in Samba3,4. 2008-09-16 19:07:02 +02:00
Jelmer Vernooij
9ef623beda Merge branch 'singlepopt' into single
Conflicts:
	source4/Makefile
2008-09-16 17:20:54 +02:00
Jelmer Vernooij
c8bff39df6 Use a single copy of popt in samba3 and samba4. 2008-09-16 17:20:16 +02:00
Jelmer Vernooij
a347ab83f4 Merge branch 'singlensswrap' into single
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-16 17:07:11 +02:00
Jelmer Vernooij
ca2da61540 Use single cope of nss_wrapper in Samba 3 and Samba 4. 2008-09-16 17:05:00 +02:00
Jelmer Vernooij
7fdca97040 Merge branch 'singlesw' into single
Conflicts:
	source3/lib/socket_wrapper/socket_wrapper.c
	source4/lib/replace/system/network.h
2008-09-16 16:46:22 +02:00
Jelmer Vernooij
f957aeaee6 Merge branch 'singletdb' into single 2008-09-16 16:44:16 +02:00
Jelmer Vernooij
41669237cd Use single copy of socket_wrapper in Samba 3 and Samba 4. 2008-09-16 16:39:45 +02:00
Jelmer Vernooij
7111645d3c Use single copy of tdb in both samba3 and samba4. 2008-09-16 15:16:31 +02:00
Jelmer Vernooij
80a5da73e9 Share talloc source code between Samba 3 and Samba 4. 2008-09-16 14:36:41 +02:00
Jelmer Vernooij
a82c89e882 Add build system bits for wmi. 2008-09-15 17:37:20 +02:00
Jelmer Vernooij
d7dbb530b5 Remove unused scripts for installing binaries.
(This used to be commit 677179234e)
2008-09-09 21:56:57 +02:00
Jelmer Vernooij
37a63fb039 Remove calls to unused uninstallbin.sh
(This used to be commit 69956a5597)
2008-09-09 16:01:37 +02:00
Jelmer Vernooij
a2618d05f9 Fix embedding of Samba 4.
(This used to be commit 3862f31325)
2008-09-03 14:10:35 +02:00
Stefan Metzmacher
f4140cfdb0 build: autogenerate heimdal basics
metze
(This used to be commit f19d2182b8)
2008-08-01 17:52:36 +02:00
Stefan Metzmacher
8dede49961 build: autogenarate VPATH by configure
metze
(This used to be commit 16147753ad)
2008-08-01 17:52:36 +02:00
Andrew Bartlett
b3e8d3ad99 Create PREFIX/var/lib and PREFIX/var/run in 'make install'.
This is a problem because the location of the winbind privilaged pipe
moved.

Andrew Bartlett
(This used to be commit 68afc2893c)
2008-07-01 14:53:31 +10:00
Andrew Bartlett
1fe26e61da Ensure we install smbd as well...
(This used to be commit 72aaa905b3)
2008-06-30 19:31:20 +10:00
Andrew Bartlett
7ca0386d0b Fix installation of Samba4 into an empty tree.
Jelmer's previous patch failed because sh is very fussy about it's
syntax, but only compaled in this case if you take the 'no existing
binary' path.

Andrew Bartlett
(This used to be commit 9cb5327ac9)
2008-06-27 12:56:20 +10:00
Jelmer Vernooij
d4172dac2c Use make magic for installing/uninstalling binaries.
(This used to be commit 97b724417f)
2008-06-26 11:51:22 +02:00
Jelmer Vernooij
0507e03c52 Use make template for installing binaries.
(This used to be commit 3fb35fc03d)
2008-06-26 11:39:59 +02:00
Jelmer Vernooij
9c6b7f760a Use variable for selftest directory.
(This used to be commit 78760606fa)
2008-06-25 20:04:35 +02:00
Jelmer Vernooij
da5c4143f8 Use variable for popt source dir.
(This used to be commit effc25e805)
2008-06-25 19:06:59 +02:00
Jelmer Vernooij
9a882558fe Avoid using .DEFAULT_GOAL - it's only available in gmake 3.81 and higher.
(This used to be commit 9a169c341b)
2008-06-14 21:40:23 +02:00
Jelmer Vernooij
ce9db767a0 Use variables for source dir of python ldb bindings.
(This used to be commit cd4eddd313)
2008-06-11 02:52:43 +02:00
Jelmer Vernooij
3fe58d839a Use variables for source dir of python tdb bindings.
(This used to be commit 22e7bcfbe4)
2008-06-11 02:47:09 +02:00
Andrew Bartlett
b9213316c7 Allow the ntp_signd socket to be set from configure.
This will allow distributions to hard-code this path, particularly for
selinux, and matches how we handle the winbind socket dir.

Andrew Bartlett
(This used to be commit c8b4416504)
2008-05-29 15:20:58 +10:00
Andrew Bartlett
baa2dffdf3 Bring up the ntp signing deamon
This starts ntp_signd at startup, and fixes some build issues.

Andrew Bartlett
(This used to be commit cb0dcd5c3d)
2008-05-28 13:21:26 +10:00
Jelmer Vernooij
42cfbe272c Add variable for smbreadline directory.
(This used to be commit 94167c7d42)
2008-05-27 19:35:04 +02:00
Jelmer Vernooij
34402ecea6 Move source dir variables to Makefile.
(This used to be commit fdc7c3568e)
2008-05-27 16:44:04 +02:00
Jelmer Vernooij
3811156e97 More work allowing out-of-tree builds. Patch by Matthias Dieter Wallnöfer and me.
(This used to be commit 6e29fbd5d0)
2008-05-23 19:25:05 +02:00
Jelmer Vernooij
022ab33222 Revert some absolute paths.
(This used to be commit b4613e8135)
2008-05-19 02:19:32 +02:00
Jelmer Vernooij
4c70cda986 Fix a couple (well, little more than that..) of typos.
(This used to be commit a6b5211994)
2008-05-18 23:02:47 +02:00
Jelmer Vernooij
4c8756f147 Create prototype headers from Makefile directory, without smb_build in the middle.
(This used to be commit f4a77b96f9)
2008-05-18 22:30:08 +02:00
Jelmer Vernooij
d04926914a Fix the build.
(This used to be commit ecaa5bb83b)
2008-04-15 01:40:32 +02:00
Stefan Metzmacher
76a7ea3dc4 Makefile: fix variable name automatic_deps -> automatic_dependencies
metze
(This used to be commit 7ffc44b7c1)
2008-04-14 16:41:46 +02:00
Jelmer Vernooij
f800cf250f Move standard make compilation rules to build/make.
(This used to be commit ceda3312a9)
2008-04-14 14:51:57 +02:00
Andrew Kroeger
e96592fedf Makefile: Allow "make" with no arguments to build all that will be installed.
(This used to be commit 982acd6f80)
2008-03-29 00:06:02 -05:00
Andrew Bartlett
4eb694389c No longer install SWAT files
Andrew Bartlett
(This used to be commit cd275862c6)
2008-03-28 10:39:22 +11:00
Stefan Metzmacher
3ced8006a6 build: fix the build with --enable-automatic-dependencies=yes
metze
(This used to be commit b0ecd8f8d2)
2008-03-04 11:55:41 +01:00
Jelmer Vernooij
bb176a124e Move automatic dependencies code out of perl code.
(This used to be commit 58a93ef94b)
2008-02-29 15:39:44 +01:00
Jelmer Vernooij
232d51e666 Remove useless include, simplify generated CFLAGS lines in Makefile.
(This used to be commit 3157ce9876)
2008-02-29 15:32:33 +01:00
Jelmer Vernooij
0a5647c0e7 Remove the now unused cflags script.
(This used to be commit f97cce2522)
2008-02-29 15:02:30 +01:00
Andrew Bartlett
1c1781b2c4 Simpler specification of CFLAGS and LDFLAGS
By being more consistant in applying CFLAGS and LDFLAGS (in
particular) to every invocation, we make it simpler to enable gcov
code coverage, both in the build system and on the build farm.

Andrew Bartlett
(This used to be commit 8c2f658a96)
2008-02-20 19:20:13 +11:00
Jelmer Vernooij
d7dc10468a Eliminate duplicate variable.
(This used to be commit f5b2b20caf)
2008-02-18 12:26:43 +01:00
Jelmer Vernooij
d803ff9e72 Remove unused code.
(This used to be commit 98d6095b96)
2008-02-16 16:33:04 +01:00
Jelmer Vernooij
f5e9437896 Simplify handling of plugin installation.
(This used to be commit 8f1270dd5c)
2008-02-16 16:22:05 +01:00