Andrew Tridgell
d0d69be839
build: added top level script
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
df0a1e9368
build: first attempt at a script to auto-convert config.mk files to wscript
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
8fd62757d2
build: added waf to the tree, so everyone uses the same version
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
Günther Deschner
55e1af856e
s4-smbtorture: fix correct result error code in SetForm spoolss test.
...
Guenther
2010-04-06 12:13:54 +02:00
Günther Deschner
12bd7a1230
s4-smbtorture: fix two context arguments in RPC-SAMSYNC test.
...
Guenther
2010-04-06 10:56:55 +02:00
Jeremy Allison
15531d9df1
Add FSCTL_QUERY_ALLOCATED_RANGES to the list of Windows ioctls we support.
...
Based on a patch reported and tested by Ira Cooper <samba@ira.wakeful.net>.
Jeremy.
2010-04-05 19:33:55 -07:00
Jelmer Vernooij
e39ed552b6
selftest: Remove python2.4-isms
2010-04-06 04:01:54 +02:00
Jeremy Allison
c75184b8a1
Fix issue with aio where r/w lock wasn't kept across aio read operations.
...
Change schedule_aio_read_and_X/schedule_aio_write_and_X to
return NTSTATUS. Move the grant and release of the lock into
the aio code.
Jeremy
2010-04-05 14:16:21 -07:00
Volker Lendecke
2754a8e2b6
Fix related to bug #7326 - can't read/write any files with full_audit
2010-04-05 13:50:59 -07:00
Volker Lendecke
3ccecdd650
s3: Fix a cut&paste error in winbindd_list_groups_done
2010-04-05 16:04:03 +02:00
Matthias Dieter Wallnöfer
6d6c551d26
Revert "s4:gensec_gssapi.c - make sure that "GSS_C_DELEG_POLICY_FLAG" is available"
...
This reverts commit 3e091a8216
.
This should be fixed through the new build system when it lands in "master".
2010-04-05 12:06:49 +02:00
Matthias Dieter Wallnöfer
1b6e5a1b8d
s4:python/samba/__init__.py - import "sys" for "ensure_external_module" method
2010-04-05 12:06:49 +02:00
Volker Lendecke
488fe76a22
libwbclient: Fix a memleak in wbcListTrusts
2010-04-04 23:22:52 +02:00
Volker Lendecke
50a625ce0e
libwbclient: Fix memleaks in tests
2010-04-04 23:22:52 +02:00
Volker Lendecke
b1b723da6f
libwbclient: Fix a memleak in wbcListTrusts
2010-04-04 23:22:52 +02:00
Volker Lendecke
6e40fa9b01
s3: Fix the GNU ld version detection on SLES
...
On SLES 11 "ld -v" gives
GNU ld (GNU Binutils; SUSE Linux Enterprise 11) 2.19
The regexp to intended to detect the "2.19" is confused by the "11" in the
version string. I'm not really into regexps, and awk '{print $NF}' to me is a
simple (and hopefully portable) way to print the last field.
2010-04-04 20:31:19 +02: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
Volker Lendecke
9b1f9da436
libwbclient: Streamline result processing of wbcCredentialCache()
2010-04-04 12:51:24 +02:00
Volker Lendecke
b198283f1f
libwbclient: Fix a memleak in wbcCredentialCache
2010-04-04 12:51:24 +02:00
Jelmer Vernooij
55aeb682ba
s4-python: Move dsdb_convert_schema_to_openldap to dsdb.
2010-04-04 00:42:52 +02:00
Jelmer Vernooij
2a67eda98f
s4-python: Move set_opaque_integer -> dsdb.
2010-04-04 00:40:01 +02:00
Jelmer Vernooij
ccd954f2a7
s4-python: Avoid importing glue directly.
2010-04-04 00:30:34 +02:00
Jelmer Vernooij
aed295b97e
s4-python: Remove convenience macro PyErr_SetStringError.
...
This macro assumed that all errors were runtime errors.
2010-04-04 00:22:29 +02:00
Jelmer Vernooij
8afd52a641
s4-python: Move samdb_server_site_name to dsdb module.
2010-04-04 00:21:09 +02:00
Jelmer Vernooij
31a517e172
s4-python: Move dsdb constants to a separate python module.
2010-04-04 00:14:23 +02:00
Jelmer Vernooij
e5b33be2f2
s4-python: Remove remaining constants.
2010-04-03 23:47:26 +02:00
Jelmer Vernooij
5a026219a9
s4-python: Remove unused imports, duplicate definitions of SECINFO_ constants.
2010-04-03 23:47:26 +02:00
Jelmer Vernooij
13a6aee591
s4-python: Remove duplicate definition of GUID_DRS_* constants.
2010-04-03 23:47:25 +02:00
Jelmer Vernooij
3ec8147105
selftest: for clarity, rename test to testsuite
2010-04-03 23:47:25 +02:00