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

1090 Commits

Author SHA1 Message Date
Andrew Tridgell
eab4d4598e build: added LIBREPLACE_NETWORK 2010-04-06 20:26:37 +10:00
Andrew Tridgell
c3d04fd8fc build: don't distinguish system and local libs in wscript files 2010-04-06 20:26:37 +10:00
Andrew Tridgell
de2d305bfe build: add libresolv 2010-04-06 20:26:36 +10:00
Andrew Tridgell
8e81ea7c3a build: on the fly dependency checking 2010-04-06 20:26:36 +10:00
Andrew Tridgell
9e79e14e14 build: auto-remove circular dependencies 2010-04-06 20:26:36 +10:00
Andrew Tridgell
281f27d54b build: check for circular build dependencies 2010-04-06 20:26:36 +10:00
Andrew Tridgell
4f920748d4 build: death to singletons 2010-04-06 20:26:36 +10:00
Andrew Tridgell
e3dca1412b build: simpler BUILD_SUBDIR 2010-04-06 20:26:36 +10:00
Andrew Tridgell
371f9d35a7 build: more header checks 2010-04-06 20:26:36 +10:00
Andrew Tridgell
aa0476024c build: use runonce for config checks 2010-04-06 20:26:35 +10:00
Andrew Tridgell
ff9f972d55 build: added public_headers support 2010-04-06 20:26:35 +10:00
Andrew Tridgell
a3421fe6e9 build: added BUILD_SUBDIR() wrapper 2010-04-06 20:26:35 +10:00
Andrew Tridgell
5393e6c9d2 build: recognise manpages keyword 2010-04-06 20:26:35 +10:00
Andrew Tridgell
73634d6ff3 build: added autoproto stub 2010-04-06 20:26:35 +10:00
Andrew Tridgell
b1d24c7a8f build: put config.h in top dir by default 2010-04-06 20:26:35 +10:00
Andrew Tridgell
1cfc330156 build: allow override of config.h location 2010-04-06 20:26:35 +10:00
Andrew Tridgell
186e7115ab build: more developer flags 2010-04-06 20:26:35 +10:00
Andrew Tridgell
13cbd9f919 build: s4 wants config.h in include/ 2010-04-06 20:26:35 +10:00
Andrew Tridgell
4ed59b826c build: add dummy flags for auto-generated scripts 2010-04-06 20:26:34 +10:00
Andrew Tridgell
9a1cd09a10 build: added ADD_CFLAGS() and started of Samba4 build 2010-04-06 20:26:34 +10:00
Andrew Tridgell
7723519cf7 build: SAMBA_BUILD_ENV() is now in conf.* 2010-04-06 20:26:34 +10:00
Andrew Tridgell
bf4f9962f6 build: moved lib -> shared
- remove lib dep creation, it's done by waf
2010-04-06 20:26:34 +10:00
Andrew Tridgell
0316ec1d89 build: tdb does not depend on talloc 2010-04-06 20:26:34 +10:00
Andrew Tridgell
2b5a1cc70c build: added waf build rules for ldb 2010-04-06 20:26:34 +10:00
Andrew Tridgell
635a7ce6c1 build: some more config checks 2010-04-06 20:26:34 +10:00
Andrew Tridgell
45d23d1f53 build: added recursive library handling 2010-04-06 20:26:34 +10:00
Andrew Tridgell
04aa584c02 build: added target directory options 2010-04-06 20:26:34 +10:00
Andrew Tridgell
8f062f4a0f build: neater way to find libreplace and start on tevent waf build 2010-04-06 20:26:33 +10:00
Andrew Tridgell
f5d85a31d9 build: added some comments for tdb build 2010-04-06 20:26:33 +10:00
Andrew Tridgell
2bd0756dc5 build: more binaries for waf tdb build 2010-04-06 20:26:33 +10:00
Andrew Tridgell
8d6eb2a02c build: added waf build for tdb 2010-04-06 20:26:33 +10:00
Andrew Tridgell
5c103b484f build: renamed autoconf.py to wafsamba.py and added SAMBA_*() functions 2010-04-06 20:26:33 +10:00
Andrew Tridgell
34b77a15d3 build: updates to waf scripts for replace and talloc 2010-04-06 20:26:33 +10:00
Andrew Tridgell
9757da515d build: a first attempt at waf build for talloc and libreplace
very rough so far
2010-04-06 20:26:33 +10:00
Kai Blin
b1192bbfc9 lib/replace: Don't use StrnCpy inside crypt.c
With this and the int32_t/int64_t change, talloc crossbuilds to android
2010-04-04 13:51:02 +02:00
Kai Blin
781a0c0846 lib/replace: use correct inttypes in crypt.c
This makes the android crossbuild slightly less broken.
2010-04-04 13:42:15 +02:00
Andrew Tridgell
710aa773d5 socket-wrapper: not all systems have FIONREAD defined
tru64 for example
2010-04-03 13:31:12 +11:00
Andrew Tridgell
b81100c710 debug: enable talloc logging
we want to ensure talloc warnings are printed in the log
2010-04-02 18:52:29 +11:00
Andrew Tridgell
fde50c633f talloc: a useful bit of debug code
this is useful when tracking down talloc loops. It is probably too
expensive to have on by default.
2010-04-02 18:52:29 +11:00
Andrew Tridgell
1b4bbec523 talloc: add a define for TALLOC_MAX_DEPTH
Thanks to the suggestion from simo
2010-04-02 18:52:29 +11:00
Andrew Tridgell
5ccd30e9ac talloc: change talloc minor version to 2.0.2
this has the talloc_is_parent() bugfix
2010-04-02 13:15:18 +11:00
Andrew Tridgell
ff2b7d42e6 talloc: limit the depth that talloc will go for talloc_is_parent()
We have a bug in the dcerpc registry code that can cause a talloc loop
that chews unlimited CPU because of talloc_is_parent() during a
talloc_free()
2010-04-02 13:15:18 +11:00
Jelmer Vernooij
36c84854cb subunit: Include remainder of bindings and metadata. 2010-03-31 04:24:04 +02:00
Jelmer Vernooij
6897be7475 testtools: Fix included testtools, for systems that don't have it. 2010-03-31 04:19:36 +02:00
Jelmer Vernooij
a8ac7fda57 Put testtools directly under lib/ to make it easier to install from Samba 4. 2010-03-31 03:19:18 +02:00
Jelmer Vernooij
31094b0e8c smbtorture: Report number of available tests in a testsuite using subunit. 2010-03-31 02:57:47 +02:00
Jelmer Vernooij
197c98292b subunit: Also import copies of filters and perl module. 2010-03-31 02:20:10 +02:00
Andrew Tridgell
08e0d94fae replace: allow memmem() with an empty string to return NULL
This is how FreeBSD behaves. We don't rely on it returning the string
in Samba.
2010-03-30 20:34:17 +11:00
Andrew Tridgell
0f113faea8 charset: look for the codepages in the right place
selftest runs from source3/source4. The codepages when not installed
are in ../codepages
2010-03-30 12:31:03 +11:00
Jelmer Vernooij
082e7f20d7 subunit: Update to newer upstream version. 2010-03-29 18:05:29 +02:00