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

42 Commits

Author SHA1 Message Date
Kai Blin
bc0e0a4c69 wbinfo: Use one codebase for Samba3 and Samba4.
There can be only one....wbinfo that is.
2009-08-18 20:26:05 +02:00
Andrew Tridgell
b97d85c5e4 set uidwrappersrcdir
this is needed for the combined build
2009-08-06 07:57:17 +10:00
Björn Jacke
077808f916 s3/s4:build: honor library path from environment
we may not throw away LD_LIBRARY_PATH and friends as they sometimes contain
important information. Some of the build farm machines for example have the
python lib path in there - we can't run make test when we suddenly forget how
to use python
2009-07-04 01:14:24 +02:00
Kai Blin
57ea909b32 libwbclient: Add async call framework. 2009-05-30 09:17:37 +02:00
Stefan Metzmacher
593ab6ac00 s4:selftest: rename SMBD_VALGRIND => SAMBA_VALGRIND
metze
2009-03-21 10:44:40 +01:00
Jelmer Vernooij
56ad85c0ea Fix build of tdr from merged build. 2009-03-14 22:57:02 +01:00
Stefan Metzmacher
b5e2e72511 merged-build: pass PYTHON and PERL down to make test4
metze
2009-02-10 11:47:00 +01:00
Kai Blin
07aa05f678 shared: Move dom_sid_* utility functions to top level 2009-02-01 19:42:30 +01:00
Stefan Metzmacher
db7ee3733f s3: try to make 'make selftest' work again
metze
2009-01-28 10:07:12 +01:00
Stefan Metzmacher
bc42f251c3 merged-build: propare to fix make test4
metze
2009-01-21 13:35:36 +01:00
Stefan Metzmacher
332e8ac6c4 Fix the merged build
metze
2008-12-30 10:09:59 +01:00
Stefan Metzmacher
e36d64728f s4:cluster: remove old/broken ctdb code
We don't need a full copy of ctdb...
If we want to readd cluster support,
we should just use a ctdb client library.

metze
2008-12-29 14:46:09 +01:00
Stefan Metzmacher
aec16efaf2 s4: remove unused dbwrap code
If we readd this later, we should share the code with
samba3 and make it async/non-blocking.

metze
2008-12-29 14:46:08 +01:00
Jelmer Vernooij
8ada273700 Use make variable for Samba 4 shared library output directory. 2008-12-23 01:53:38 +01:00
Jelmer Vernooij
199bcbe8ae Build samba 4 plugins in merged build. 2008-12-22 19:06:17 +01:00
Stefan Metzmacher
46eda79090 s4:lib/tevent: add lib/events/ compat and let things compile
metze
2008-12-17 13:31:29 +01:00
Jelmer Vernooij
b5a0c4cefe Share object files for gen_ndr. 2008-12-16 18:56:21 +01:00
Kai Blin
5ee0392a55 nsswitch: Move nsswitch files from source4 to top level nsswitch dir 2008-12-16 13:03:05 +01:00
Jelmer Vernooij
9f69a13de7 Install symlink for convenience for the samba4 setup directory. 2008-12-11 19:07:50 +01:00
Jelmer Vernooij
792f769e96 Build python modules by default in merged build (required for provision). 2008-12-11 18:20:18 +01:00
Jelmer Vernooij
8beecd42f2 Move torture directory to top-level. 2008-11-16 00:58:08 +01:00
Jelmer Vernooij
8f763308bc Add *test4 rules to merged build Makefile, to allow running the Samba 4 tests against Samba 4. (doesn't work yet). 2008-11-02 16:38:27 +01:00
Jelmer Vernooij
c9f69f1436 Fix installation of Samba 4 during merged build. 2008-10-30 23:19:51 +01:00
Jelmer Vernooij
9d679c9a67 Fix merged build paths. 2008-10-24 04:18:47 +02:00
Jelmer Vernooij
f36e51617c Don't include a (relative path) srcdir in samba4-data.mk. 2008-10-21 18:49:43 +02:00
Jelmer Vernooij
3678a98dcd Remove duplicate searching of Samba 4 directory for tags. 2008-10-21 16:03:45 +02:00
Jelmer Vernooij
17e9d49915 Fix include flags for merged build. 2008-10-15 15:17:31 +02:00
Jelmer Vernooij
cbe4f1b4fa Move zlib to top-level root. 2008-10-12 18:29:36 +02:00
Jelmer Vernooij
a19719ccea Fix libutil path. 2008-10-11 21:32:48 +02:00
Jelmer Vernooij
08223692c6 fix libclinbtsrcdir variable. 2008-10-08 12:03:45 +02:00
Stefan Metzmacher
943387edc1 build: fix the libcryptosrcdir for the merged build
metze
2008-09-24 23:11:13 +02:00
Jelmer Vernooij
1ca2e4b99f Use new binary name in merged build. 2008-09-24 04:41:30 +02:00
Günther Deschner
1ea185a340 s3: fix merged_build.
Guenther
2008-09-24 03:30:50 +02:00
Jelmer Vernooij
bc794246df Fix merged build. 2008-09-21 23:57:59 +02:00
Jelmer Vernooij
661d25402e Fix pidl/config.m4 location. 2008-09-17 18:57:40 +02:00
Jelmer Vernooij
7106cd9fd5 Fix merged build. 2008-09-17 14:25:25 +02:00
Jelmer Vernooij
cda87628bc Fix merged build. 2008-09-16 17:22:03 +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
80a5da73e9 Share talloc source code between Samba 3 and Samba 4. 2008-09-16 14:36:41 +02:00
Jelmer Vernooij
99d4af748f Use new Samba 4 source location. 2008-09-15 14:32:58 +02:00
Jelmer Vernooij
c592ec0e13 Import merged build patch. 2008-09-15 14:30:15 +02:00