Jelmer Vernooij
acae07bc17
Add support for implementing LDB modules in Python.
2008-09-19 16:17:52 +02:00
Jelmer Vernooij
9e8881414b
Fix dependencies for nbt python module.
2008-09-19 13:00:11 +02:00
Jelmer Vernooij
186d2d83cb
Provide tdb.open and ldb.open python functions.
2008-09-19 12:47:52 +02:00
Jelmer Vernooij
c7d069a483
Fix path to ndrdump in blackbox test, don't start smb server for ndrdump
...
tests.
2008-09-19 12:07:03 +02:00
Jelmer Vernooij
b5e8d8d22a
initialize a COM context.
2008-09-19 02:39:03 +02:00
Jelmer Vernooij
495758a73e
Fix COM compilation, add framework for COM python module.
2008-09-19 02:27:40 +02:00
Jelmer Vernooij
ba5fe71225
Add test for Sid.__repr__.
2008-09-19 00:05:34 +02:00
Jelmer Vernooij
6f6e42ce60
Generate with 1.3.36.
2008-09-18 23:55:50 +02:00
Jelmer Vernooij
ec80fe4b21
Implement __repr__ for Sid.
2008-09-18 23:54:53 +02:00
Jelmer Vernooij
fc7050e54c
Add header.
2008-09-18 19:58:47 +02:00
Jelmer Vernooij
9007680678
Remove obsolete script.
2008-09-18 19:56:25 +02:00
Jelmer Vernooij
75b59c9b31
Merge branch 'master' of ssh://git.samba.org/data/git/samba
2008-09-18 18:41:23 +02:00
Matthias Dieter Wallnoefer
e9429a2abe
Prevent prefix=/usr being used without --with-fhs.
2008-09-18 18:40:47 +02:00
Stefan Metzmacher
5b827dfd8b
s4:lib/com: fix the build with automatic dependecies
...
metze
2008-09-18 17:38:47 +02:00
Jelmer Vernooij
a0e5f9194a
Import ndr_syntax_id_equal from Samba 3.
2008-09-18 16:56:11 +02:00
Jelmer Vernooij
b4bd93776c
List more delaywrite tests as known failing against Samba 4, per Metze's request.
2008-09-18 16:06:45 +02:00
Jelmer Vernooij
a61c9ded40
Properly report why a test didn't succeed (required for use with known
...
failures).
2008-09-18 16:05:46 +02:00
Jelmer Vernooij
b72d29724d
Fix python path for systems without tdb installed in the system.
2008-09-18 15:25:31 +02:00
Jelmer Vernooij
661d25402e
Fix pidl/config.m4 location.
2008-09-17 18:57:40 +02:00
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
79190992b3
Move pidl to top-level directory.
2008-09-17 17:12:27 +02:00
Jelmer Vernooij
3b5330e909
Fix check.
2008-09-17 17:00:36 +02:00
Jelmer Vernooij
9c193b2919
Fix warning.
2008-09-17 16:44:02 +02:00
Jelmer Vernooij
f5b134fb46
Sync more interface descriptions between Samba 3 and Samba 4.
2008-09-17 15:43:04 +02:00
Jelmer Vernooij
5975cbc260
Sync addition of [todo] attribute to Samba 3.
2008-09-17 15:07:24 +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
3e5ba883b3
Fix paths to subunit.sh
2008-09-16 18:39:08 +02:00
Jelmer Vernooij
740f67d781
Avoid running target-specific tests during general test run,
2008-09-16 18:34:40 +02:00
Jelmer Vernooij
d7a0c26af4
Move torture/ blackbox tests closer to code they're testing.
2008-09-16 18:30:24 +02:00
Jelmer Vernooij
aa09d8a75f
Move ndrdump tests closer to the code they test.
2008-09-16 18:16:49 +02:00
Jelmer Vernooij
c2eb4e5f8e
Let winbind depend directly on libnet rather than through the ejs bindings.
2008-09-16 18:03:36 +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
bf21371c09
Merge branch 'singlereplace' into single
...
Conflicts:
source4/configure.ac
source4/torture/local/config.mk
2008-09-16 16:45:10 +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
0888ffa2b7
Make Samba 3 and Samba 4 both use the same single copy of libreplace.
2008-09-16 16:30:14 +02:00
Jelmer Vernooij
8ec93160d5
Fix last few includes to use new tdb location.
2008-09-16 16:09:50 +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
0016bc4091
Disable WMI for now since it doesn't compile.
2008-09-16 07:28:13 +02:00
Jelmer Vernooij
5062d4c16a
Fix more WMI compilation issues.
2008-09-16 07:22:53 +02:00
Jelmer Vernooij
db872cfe37
Remove more hand-written marshallers.
2008-09-16 05:48:29 +02:00
Jelmer Vernooij
e970efc721
Support restricted.
2008-09-16 04:35:34 +02:00
Jelmer Vernooij
e9d44b2e1c
Import proper IDL for interface pointers.
2008-09-16 04:15:39 +02:00