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

15043 Commits

Author SHA1 Message Date
Jelmer Vernooij
4d31177407 Fix accidently introduced typo.
(This used to be commit 6c7aa271b1)
2008-02-11 13:58:04 +01:00
Jelmer Vernooij
a699941796 Ignore mkconfig.mk file, which is autogenerated.
(This used to be commit 71dc1d5d1d)
2008-02-11 13:54:12 +01:00
Jelmer Vernooij
08c8d3b992 Remove Samba 3 backwards compatibility code in C.
This code is no longer used, and equivalent code already exists in Python
(scripting/python/samba/samba3.py)
(This used to be commit c16212e8bf)
2008-02-11 13:51:09 +01:00
Jelmer Vernooij
0a6dc21955 Remove tests for Samba 3 EJS code.
(This used to be commit 7aff2ddd8c)
2008-02-11 13:38:07 +01:00
Jelmer Vernooij
af007e5837 Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.
(This used to be commit eb04de69c0)
2008-02-11 13:20:24 +01:00
Jelmer Vernooij
e4165448d7 Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-python
(This used to be commit 35f5c8294e)
2008-02-11 13:10:11 +01:00
Kai Blin
de03c4a3ea autoconf: We build Samba from git now, not from SVN.
(This used to be commit 4557b34d82)
2008-02-11 11:58:43 +01:00
Jelmer Vernooij
d82b6dd09a Fix switching of hives in regshell (#5254)
(This used to be commit 5f33545c78)
2008-02-11 11:48:43 +01:00
Kai Blin
176f32cc97 provision: Fix new user creation.
Spotted by nobody88 in IRC.
(This used to be commit 38d4e2407a)
2008-02-11 10:38:19 +01:00
Stefan Metzmacher
dbba1925d1 pidl/Samba3::ServerNDR: use talloc_tos() instead of NULL
metze
(This used to be commit 99d6f49340)
2008-02-11 08:44:56 +01:00
Jelmer Vernooij
b090c02166 Fix case.
(This used to be commit 67074ff4aa)
2008-02-11 01:15:54 +01:00
Jelmer Vernooij
8ba668bb05 Move some more variables to static .mk file.
(This used to be commit a72d3ffade)
2008-02-11 01:02:16 +01:00
Jelmer Vernooij
1813b711c4 Automatically write AC_SUBST() vars to mkconfig.mk and use them.
(This used to be commit a22bb7725b)
2008-02-11 00:21:20 +01:00
Jelmer Vernooij
73be46cf45 Move some variables to a separate .mk file that could also be included by a non-smb_build build system.
(This used to be commit f44b838b68)
2008-02-10 23:32:31 +01:00
Jelmer Vernooij
432574366f Start working on generating .mk file from configure for inclusion in Makefile.
(This used to be commit 091f1e7314)
2008-02-10 22:58:03 +01:00
Jelmer Vernooij
84a269410c Make formatting a bit more ReST-valid.
(This used to be commit ea718a0c0b)
2008-02-10 22:24:09 +01:00
Jelmer Vernooij
321e9a5ada Change README to be ReST-compatible.
(This used to be commit 20c15884c8)
2008-02-10 22:14:08 +01:00
Jelmer Vernooij
cac225ba7d More syntax fixes, use more standard python functions.
(This used to be commit ea07509b4a)
2008-02-10 00:56:55 +01:00
Jelmer Vernooij
f75d624129 Start working on python conversion of minschema.
(This used to be commit 239a161664)
2008-02-10 00:21:41 +01:00
Jelmer Vernooij
2cf29aebff Add tests for upgrade of WINS database.
(This used to be commit 7777611c0f)
2008-02-09 22:29:42 +01:00
Jelmer Vernooij
63aa4b9021 Remove unused define.
(This used to be commit 64d6d72913)
2008-02-09 20:47:12 +01:00
Jelmer Vernooij
0af38050dd Merge branch 'v4-0-trivial' into v4-0-python
Conflicts:

	source/scripting/python/config.m4
(This used to be commit 6a43b5e895)
2008-02-09 20:38:07 +01:00
Jelmer Vernooij
1342b265ca Fix typo.
(This used to be commit 80dbf04266)
2008-02-09 20:09:58 +01:00
Jelmer Vernooij
ec106a1421 Merge branch 'v4-0-trivial' into v4-0-python
(This used to be commit b874f07175)
2008-02-09 20:06:54 +01:00
Jelmer Vernooij
1a2544a24c Fix tests.
(This used to be commit e4d7cd8ba7)
2008-02-09 19:16:44 +01:00
Jelmer Vernooij
93bb85d293 Split up tests a bit, output subunit.
(This used to be commit 501259ff31)
2008-02-09 19:04:14 +01:00
Jelmer Vernooij
cf287aa831 Add docstring.
(This used to be commit 073ed0dd1c)
2008-02-09 17:42:31 +01:00
Jelmer Vernooij
0b922fb6cb Ignore Python apidocs, vim swap files.
(This used to be commit 13a7dfb900)
2008-02-09 17:41:50 +01:00
Jelmer Vernooij
2fa4c15858 Fix syntax of docstrings, set project name when generating Python API documentation.
(This used to be commit 68f13d87eb)
2008-02-09 17:37:42 +01:00
Jelmer Vernooij
7a402da97e registry: Fix warning.
(This used to be commit dad8090304)
2008-02-09 17:18:51 +01:00
Jelmer Vernooij
b5bfabf152 Move nmblookup blackbox test closer to the code it tests.
(This used to be commit 3f24136b56)
2008-02-09 17:17:21 +01:00
Jelmer Vernooij
c8c9d70221 Move first_prereq test to m4 code.
(This used to be commit c0fef09c5d)
2008-02-09 17:07:02 +01:00
Jelmer Vernooij
9fccd83613 Move some static makefile variables to rules.mk.
(This used to be commit 3c64fc7dc6)
2008-02-09 16:41:44 +01:00
Julien Kerihuel
c60d0a10ea pidl: Allow fixed size arrays inside unions.
(This used to be commit c9c1156478)
2008-02-09 16:26:16 +01:00
Jelmer Vernooij
d696a50452 Fix test count after pointer_default_top() removal.
(This used to be commit 9a4b9facc8)
2008-02-09 16:25:34 +01:00
Jelmer Vernooij
fdef91b484 Move more make code to rules.mk
(This used to be commit 5ade1a9516)
2008-02-09 16:23:02 +01:00
Jelmer Vernooij
460ac1c585 Use mkinclude (makes the Makefile a bit shorter), use double-colon for phony makefile targets.
(This used to be commit ea7d389bcc)
2008-02-09 16:05:55 +01:00
Jelmer Vernooij
70762fe16b Support 'mkinclude' command in .mk files.
(This used to be commit ee7f54c86d)
2008-02-09 16:01:53 +01:00
Jelmer Vernooij
8fdd13f18a Remove unused path update.
(This used to be commit 1868a42108)
2008-02-09 15:43:28 +01:00
Jelmer Vernooij
c61dc38494 Re-enable python support in BECOME-DC test.
(This used to be commit ed44fd59bf)
2008-02-09 15:42:19 +01:00
Jelmer Vernooij
d1b40b4ee5 Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
(This used to be commit f7521525e4)
2008-02-09 15:04:03 +01:00
Jelmer Vernooij
be2be0779e Ignore kinit with pkinit test failures for now.
(This used to be commit 94dedaf6ed)
2008-02-09 14:42:55 +01:00
Jelmer Vernooij
0938fad4f1 torture: Merge util.c into util_smb.c
(This used to be commit d19d27f406)
2008-02-09 14:26:46 +01:00
Jelmer Vernooij
3525f77e56 Move nt_time_equal() to libutil.
(This used to be commit 9705263a6c)
2008-02-09 14:24:24 +01:00
Andrew Bartlett
655ec1aa06 A couple more ipsec classes for the schema.
Andrew Bartlett
(This used to be commit 41309dc862)
2008-02-09 14:48:56 +11:00
Andrew Bartlett
a5acc6654b Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
(This used to be commit 4aff02ecf1)
2008-02-09 14:13:58 +11:00
Andrew Bartlett
d08eabdf91 Remove the forced 'krb5' from the NET-API-BECOME-DC test.
If we want to try this authenication mechanism, we can always manually
specify the binding string.

Andrew Bartlett
(This used to be commit 191d56d41e)
2008-02-09 14:13:23 +11:00
Andrew Bartlett
fa2eb34473 Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
(This used to be commit 774b54141a)
2008-02-09 14:03:25 +11:00
Andrew Bartlett
19fcdb2e8a Give a more useful error when the templates.ldb can't be found.
Andrew Bartlett
(This used to be commit 26108eb66b)
2008-02-09 14:02:14 +11:00
Andrew Bartlett
6e965b139d Make the provision test more real, use a foo.example.com for the realm.
Andrew Bartlett
(This used to be commit b7ea06850a)
2008-02-09 14:01:37 +11:00