1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

442 Commits

Author SHA1 Message Date
Jelmer Vernooij
04e8c10f9e r24671: More improvements to the HTML test suite results: hide
control messages, improve summary, stylesheet.
(This used to be commit fcc2320417707ec803d706a923a231fbd1bb72a7)
2007-10-10 15:02:36 -05:00
Jelmer Vernooij
3f6cf9672b r24669: Add CSS to the test run HTML output. See http://samba.org/~jelmer/ for an
example of the current output.
(This used to be commit 1e57394e865a9122bddb3413088a19d4f57a3e3d)
2007-10-10 15:02:35 -05:00
Jelmer Vernooij
8e789517b7 r24665: Close file handles properly.
(This used to be commit 7f914b08a77c6035918d9f4463990f1dd8f3efb9)
2007-10-10 15:02:34 -05:00
Andrew Bartlett
20e9fe6b50 r24503: Make 'make test TEST_LDAP=yes' pass on Fedora 7, by trying more
combinations of modules.

Andrew Bartlett
(This used to be commit 481a3f0b2ac217b0db2f481479d655910514b56c)
2007-10-10 15:02:02 -05:00
Jelmer Vernooij
b5e36e5281 r24345: Add --format=html option to selftest.
(This used to be commit de66bced9468b338e94d430a474616016c6078a5)
2007-10-10 15:01:42 -05:00
Jelmer Vernooij
a83380eece r24342: Move environments into a separate directory.
(This used to be commit e3fe7ef92bae1a870c9de9f90becb3a3c67f98fe)
2007-10-10 15:01:41 -05:00
Jelmer Vernooij
4da477d4fa r24339: Move output functions to separate files.
(This used to be commit f4ff4c5f61189c71ab60a5455272302add9e1d97)
2007-10-10 15:01:40 -05:00
Jelmer Vernooij
7ce6a75f4b r24338: Add callbacks for starting and finishing tests.
(This used to be commit 824833b59a1c9c829cea4e5c4bfd2387b1bc7a2f)
2007-10-10 15:01:40 -05:00
Andrew Bartlett
12e660f761 r24301: The less escape characters the better. This changes the winbind
seperator to /, which is not an escape character, and uses the fact
that we always support / as the DOMAIN/username seperator.

Andrew Bartlett
(This used to be commit 84c1bea458518a1550619a5103d8237fc4db2503)
2007-10-10 15:01:37 -05:00
Andrew Bartlett
8172bbb7e4 r23964: Update blackbox selftest scripts to cover more code, and to more
consistantly report errors.  (Some were being lost due to the "echo
foo | cmd" calling convention).

Andrew Bartlett
(This used to be commit d0a994d0ce7b1d4a33bbca5348c2da868401971f)
2007-10-10 15:01:12 -05:00
Andrew Bartlett
c86e98aa80 r23890: Allow wbinfo -a to work against Samba4's winbind.
Add a test for wbinfo -a to test_member.sh

Reimplement the server-side 'pam_auth' and 'pam_auth_crap' calls to
use the same SamLogon code as auth_winbind uses.

In my previous code, we did not bind to the LSA and SAMR pipes, before
attempting operations.  We now do this (how we passed any tests before
is beyond me).

This required some rework, particularly to make it easier to setup
secondary connections.  The new rpc_secondary_auth_connection()
function also performs the bind.

The dcerpc_connect.c file was getting to big, so things have been
merged into dcerpc_secondary.c.

Andrew Bartlett
(This used to be commit 365778a993b7d76af6d53ba2a598b7e271741dc5)
2007-10-10 15:01:08 -05:00
Kai Blin
40dbe572e5 r23876: Prepare to run nsstest from make test, just not add it to tests_all.sh yet.
(This used to be commit f45ae8a878c3d34ea2e4e1c7770e57cd96fa845b)
2007-10-10 15:01:06 -05:00
Stefan Metzmacher
0ea2612763 r23860: export WINBINDD_SOCKET_DIR into the testenv
metze
(This used to be commit 0d27c1b54e2ea2f7cc0bdcd80f484faa2933a998)
2007-10-10 15:01:05 -05:00
Stefan Metzmacher
6646745d97 r23851: export _ABS versions of PREFIX and SRCDIR
metze
(This used to be commit 759b5d94b378429a35c9901b870a89c99dad14f2)
2007-10-10 14:59:24 -05:00
Andrew Bartlett
967866f170 r23720: Allow the member server to work against an LDAP Backend. Another case
where LDB isn't as strict as OpenLDAP, the self join record contains
duplicate servicePrincipalNames once the DNS name and domain name are
made equal.  (Easier to just skip the useless self-join).

Andrew Bartlett
(This used to be commit 49ff929be6fcf57721532de13bdd7a7e1617af6f)
2007-10-10 14:59:08 -05:00
Andrew Bartlett
31df9075c5 r23693: Give the process a chance to write out it's coverage data, before we
blast a kill -9 at it.

Andrew Bartlett
(This used to be commit 16692ae7d9ce269ca7d610319df20d894fe06a1c)
2007-10-10 14:59:02 -05:00
Andrew Bartlett
222c6dd781 r23680: Make it easier to setup a domain member server - the 'server role'
will now control the auth methods, but an override is still available,
ex:

auth methods:domain controller = <methods>

Andrew Bartlett
(This used to be commit b7e727186ed8eda6a68c873e089f655dc24fe8ae)
2007-10-10 14:59:00 -05:00
Andrew Bartlett
c46e5868de r23257: Newer OpenLDAP versions don't seem to need this, so simplfy.
Andrew Bartlett
(This used to be commit 3ecd180343f381dd0e1a3221f63590e8352d50e8)
2007-10-10 14:53:06 -05:00
Andrew Bartlett
e6aecd8b91 r23235: Don't do a seperate LDAP provision step. Instead, everything we need
(including the config files) is created by provision-backend.

Andrew Bartlett
(This used to be commit 6d4d90399f5a0451fcf2156a465123801e027359)
2007-10-10 14:53:05 -05:00
Andrew Bartlett
55ee74f8ca r23233: Use the schema and basedn files generated by the provision-backend script.
(Moving towards using only the script's output, one step at a time).

Andrew Bartlett
(This used to be commit a7a409074a53b6b35727a454f1ecbe5daf376aad)
2007-10-10 14:53:05 -05:00
Andrew Bartlett
f1c7d48da0 r23191: Use the new provision-backend script to setup Fedora DS for make test.
OpenLDAP to follow once I get things working...

Andrew Bartlett
(This used to be commit 2cde9eb860fe95b52e7e9300222000a2a1666ca2)
2007-10-10 14:53:03 -05:00
Andrew Bartlett
86a4886e39 r23189: Work towards a totally scripted setup of LDAP backends, so others can
easily try this out.

I also intend to use this for the selftest, but I'm chasing issues
with the OpenlDAP (but not Fedora DS) backend.

Andrew Bartlett
(This used to be commit 0f457b1d2e20c36ab220b4a6711ce7930c4c7d21)
2007-10-10 14:53:02 -05:00
Rafal Szczesniak
1fe9fd2749 r23179: I forgot ejsnet.js script is one of tests. Disable it temporarily.
rafal
(This used to be commit 9471de13ea92ca017019464c4439c4a5528879c0)
2007-10-10 14:53:00 -05:00
Jelmer Vernooij
dc919c2534 r23175: Handle PKG_CONFIG_PATH not set yet - fixes warning in selftest.pl
(This used to be commit 222acbe33b427a6ccae3b9e27b545f22e4564d5c)
2007-10-10 14:52:59 -05:00
Stefan Metzmacher
04bc1c416a r23137: make it possible to skip the pidl tests
with PIDL_TESTS_SKIP=yes

metze
(This used to be commit 682c19f326b67464c50651bd985a8f75d90d3ba9)
2007-10-10 14:52:54 -05:00
Andrew Bartlett
182ad3f50c r23089: This is upstream now, so we don't need to add it manually.
Andrew Bartlett
(This used to be commit cddffbf602daff1c5a4770a9a294c0cdf4943384)
2007-10-10 14:52:48 -05:00
Andrew Bartlett
43da48650a r23035: We don't need to add this entry, and I hope to figure out how to avoid
adding the other two manually.

However, to do this we do need to skip the check (with -u) that
slaptest can access the db.

Andrew Bartlett
(This used to be commit ea206dce06d97c60868e44aab9281dcbbb393931)
2007-10-10 14:52:43 -05:00
Andrew Bartlett
e0d4923c16 r23028: I've now got a patch to Fedora DS to make it only install the very base schema.
I'll post that patch into lorikeet and submit upstram.

Andrew Bartlett
(This used to be commit 90f2412152c4ef5781adca77fa570aed2f5ce5c1)
2007-10-10 14:52:41 -05:00
Stefan Metzmacher
ac5cd254fa r22995: don't run LOCAL-ICONV twice...
metze
(This used to be commit 9aa328fbf6f78c02a1bdeeb125cdb27414c892c0)
2007-10-10 14:52:38 -05:00
Andrew Bartlett
a4e571b589 r22877: Remove stray 'l'
(This used to be commit 97960421a17ea0f48b8b355e55d796f0837c73cd)
2007-10-10 14:52:27 -05:00
Rafal Szczesniak
7731921835 r22871: restore testing against host name instead of ip address
rafal
(This used to be commit 5638210f2de88db5c4a769078f738b11ded5a61f)
2007-10-10 14:52:26 -05:00
Stefan Metzmacher
037a3e0fc2 r22626: test member server with local and domain credentials
metze
(This used to be commit 79c1133467cca54bc6b647ca74744e0be7bb9f81)
2007-10-10 14:51:55 -05:00
Stefan Metzmacher
0f50e7b812 r22625: hopefully fix make test on solaris
metze
(This used to be commit 32c805919faaeeaa0bfd0ede775c7f077bc89cd0)
2007-10-10 14:51:55 -05:00
Stefan Metzmacher
614cb1e9db r22624: - configure other auth methods for the member server
- use the netbiosname as domain and realm for the provision
  of the member server

metze
(This used to be commit fdb08a5b9cd00f8ad5bfd753733a9b390a870853)
2007-10-10 14:51:54 -05:00
Stefan Metzmacher
d67c96504c r22623: export SMB_CONF_PATH from selftest.pl
metze
(This used to be commit 6fb6666e42b78bce57feaccb9a74231074f0abce)
2007-10-10 14:51:54 -05:00
Stefan Metzmacher
950ba8f3d4 r22608: use a shorter share name as testparm complained about
a share name longer than 12 chars

metze
(This used to be commit f8c1b561e997e1d6878dde80b0eef732111cbd6d)
2007-10-10 14:51:51 -05:00
Stefan Metzmacher
16df1115fe r22606: don't every try to prompt within make test...
metze
(This used to be commit eb0f257cd16e0191f5430a233f268bd01e46b2e1)
2007-10-10 14:51:51 -05:00
Jelmer Vernooij
c0ac3d26ab r22605: Set up all required environments before starting tests.
(This used to be commit adf835a32440b4a531ce27a78920df945eca1ba8)
2007-10-10 14:51:50 -05:00
Stefan Metzmacher
b8bba729dd r22601: run net join with the correct socket_wrapper and krb5 configuration
metze
(This used to be commit 3064d881e3dd029816d7111d579ad06766393184)
2007-10-10 14:51:50 -05:00
Jelmer Vernooij
d8e28e1f6d r22599: Document member server.
(This used to be commit 4ef937a08dcf9dde3cd308cadfba467c9297abe2)
2007-10-10 14:51:49 -05:00
Stefan Metzmacher
201408141d r22597: try to pass on some more boxes in the build-farm without timeout
metze
(This used to be commit f7a3d78fef8755cba3b23c5fd4b68b44d6fa3ebd)
2007-10-10 14:51:49 -05:00
Stefan Metzmacher
1e84e4026e r22575: move script/tests/ -> selftest/
as discussed with jelmer and abartlet

metze
(This used to be commit e9fe3c40e10accb63d7a2124d3a7e77e499c4209)
2007-10-10 14:51:46 -05:00