1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-12 04:23:49 +03:00
Commit Graph

210 Commits

Author SHA1 Message Date
Andrew Tridgell
29edfb9382 r7772: actually give the auth options to ldbsearch .... 2007-10-10 13:18:34 -05:00
Andrew Tridgell
2dc511b09c r7771: - added ldaps and NTLMSSP testing to ldap tests
- added testing of extended search operations
2007-10-10 13:18:34 -05:00
Andrew Tridgell
13fc167211 r7760: make client tools get the right config file in 'make test' 2007-10-10 13:18:32 -05:00
Andrew Bartlett
544a38824e r7758: When not running on the build farm, print out the failed command line again.
Add NTLMv2 varients to the echo and session key tests.

Andrew Bartlett
2007-10-10 13:18:32 -05:00
Andrew Tridgell
73a21737ce r7721: solve a problem with null arguments to testit() 2007-10-10 13:18:26 -05:00
Andrew Bartlett
47f433708b r7684: Add a test aimed at checking we have agreement between client and
server as to the CIFS session key.

JRA had pain with this being wrong against NT4 (without spnego), hence
this specific test.

Andrew Bartlett
2007-10-10 13:18:22 -05:00
Andrew Tridgell
df29f25140 r7678: fixed typo 2007-10-10 13:18:21 -05:00
Andrew Tridgell
dcdf44024a r7671: added ldap testing to the set of standard tests 2007-10-10 13:18:20 -05:00
Andrew Tridgell
f7e636d408 r7513: don't try to write to the smbd log file between tests. zeroing a file
while it is open for writing by another process causes the file to end
up with lots of nulls in it, which messes up the build farm output.
2007-10-10 13:18:02 -05:00
Andrew Tridgell
d4c1a1be0a r7506: handle the case where cron does not setup $USER 2007-10-10 13:18:01 -05:00
Andrew Tridgell
93eb9afb4d r7504: missed one 2007-10-10 13:18:01 -05:00
Andrew Tridgell
3b9f4b61ad r7503: turn off the sleep test here too 2007-10-10 13:18:01 -05:00
Andrew Tridgell
42754de142 r7502: the sleep test in echo is already run on the main rpc test, so no need to run it with every combination in
this test. It takes nearly all of the time.
2007-10-10 13:18:01 -05:00
Andrew Tridgell
30445483e4 r7499: ensure that the account we run tests as ("Administrator") maps to the
unixName that we are running as in the test suite. Otherwise files are
created as a user without any entry in the sam, so the ACL doesn't
allow that user read permission when it should. This should fix the
RAW-ACLS test in the build farm.
2007-10-10 13:18:00 -05:00
Andrew Tridgell
3d70755abf r7495: used --maximum-runtime=300 for each smbtorture call, to prevent it
running too long
2007-10-10 13:18:00 -05:00
Stefan Metzmacher
134f5defa0 r7492: give better output
metze
2007-10-10 13:17:59 -05:00
Stefan Metzmacher
2dcbf07d0c r7489: just a cosmetic change
metze
2007-10-10 13:17:59 -05:00
Andrew Tridgell
9ce2b9a79b r7485: - allow test_xxx.sh to run outside of 'make test' by ensuring $PREFIX is setup
- use loopback interface only, otherwise nbtd will answer with a real
  ip, which the socket wrapper code will fail to connect to

- enable eadb for posix testing

- sleeping to wait for smbd to start is pointless, as smbd won't start
  till its fifo is opened due to the fifo redirection on stdin

- sleep for a few seconds to allow for nbt server to register names after opening fifo

- use bcast name resolution, so we don't rely on /etc/hosts being right
2007-10-10 13:17:58 -05:00
Andrew Tridgell
71bf781227 r7475: removed RPC-SAMLOGON test until we get a lighter version of it. It is
chewing far too much cpu, which is unfair on our volunteer systems

andrew, sorry about this, I think we need RPC-SAMLOGON-FULL, and make
RPC-SAMLOGON only do a basic test
2007-10-10 13:17:57 -05:00
Stefan Metzmacher
98acab72c9 r7469: fix typo
metze
2007-10-10 13:17:56 -05:00
Stefan Metzmacher
99152ce6f0 r7468: create better output
metze
2007-10-10 13:17:56 -05:00
Stefan Metzmacher
6e8c8f0f87 r7467: a little fix for the build-farm
metze
2007-10-10 13:17:56 -05:00
Stefan Metzmacher
3c1d236445 r7466: add RPC-SPOOLSS to the supported tests
metze
2007-10-10 13:17:56 -05:00
Stefan Metzmacher
e4f5e52a84 r7463: - move some more stuff into functions
- try to kill all jobs return by jobs -p

metze
2007-10-10 13:17:55 -05:00
Stefan Metzmacher
dad7915562 r7442: skip tests that require smbd, but smbd is down
metze
2007-10-10 13:17:54 -05:00
Stefan Metzmacher
38e5198b11 r7434: - do local tests step by step for better build-farm output
- fix typo ADDARGS -> ADDARG

metze
2007-10-10 13:17:53 -05:00
Stefan Metzmacher
e0b17129f8 r7432: export SMBD_TEST_FIFO
we can later check if this file exists, in the testit function,
and only run the tests if smbd is still up

metze
2007-10-10 13:17:52 -05:00
Stefan Metzmacher
4ff50d12ae r7429: make the shell happy and don't use [bla]
metze
2007-10-10 13:17:52 -05:00
Stefan Metzmacher
49e9cf0709 r7428: try to get some nicer output from the build farm
metze
2007-10-10 13:17:52 -05:00
Stefan Metzmacher
288fcf18fe r7427: disable torture progress outout from the build farm
metze
2007-10-10 13:17:52 -05:00
Stefan Metzmacher
c52703c0a8 r7425: configure check to see if a compiler can handle negative enum values
if the compiler doesn't support it we pass --uint-enums to pidl

metze
2007-10-10 13:17:51 -05:00
Stefan Metzmacher
7e567a6b69 r7421: - move test* functions to a seperate file
- print build farm style output when RUN_FROM_BUILD_FARM=yes

metze
2007-10-10 13:17:51 -05:00
Stefan Metzmacher
a7f7ec6cfe r7403: minimize the sharedelay
tridge: is that a good value?

metze
2007-10-10 13:17:50 -05:00
Stefan Metzmacher
e90b83d038 r7402: - don't stop after a failed test
- some more fixes

metze
2007-10-10 13:17:50 -05:00
Stefan Metzmacher
d8490399d9 r7397: - don't exit when one test fails
- some other cleanups

metze
2007-10-10 13:17:50 -05:00
Stefan Metzmacher
1f0168e180 r7388: - fix calling of test_posix.sh
- move smbd_fifo into the prefix dir

metze
2007-10-10 13:17:49 -05:00
Stefan Metzmacher
ee8407c916 r7387: enable extra smbtorture args to test_posix.sh
metze
2007-10-10 13:17:49 -05:00
Stefan Metzmacher
5531eb852c r7112: add RPC-SPOOLSS test to the w2k3 tests, only with ncacn_np for now
(I also noticed that RPC-SAMR and some other tests are faling against my w2k3 box...)

metze
2007-10-10 13:17:18 -05:00
Stefan Metzmacher
46e3f57f0e r7103: fix make installswat again:-)
metze
2007-10-10 13:17:16 -05:00
Stefan Metzmacher
067f3a4da2 r7100: install lately added files too
metze
2007-10-10 13:17:16 -05:00
Jelmer Vernooij
2b08c4b92b r7059: Use namespaces for pidl and the build system, so we can later on
call out to the build system to compile the various pidl tests
(without having to rely on shared library support).

Initial work on an ndr_array test.
2007-10-10 13:17:10 -05:00
Andrew Tridgell
a18b069f06 r7001: make sure we install the esp files 2007-10-10 13:17:04 -05:00
Andrew Tridgell
af3de9468e r6989: - added support for esp style includes (which include a esp file, instead of a ejs file)
- added a test of esp style includes to the esptest html
2007-10-10 13:17:03 -05:00
Andrew Tridgell
e54b31904c r6986: added support for <% include("somefile.ejs") %> for including common scripts 2007-10-10 13:17:02 -05:00
Andrew Tridgell
31543e1eae r6982: install the swat pages with 'make installswat' 2007-10-10 13:17:02 -05:00
Jelmer Vernooij
7b6b8d6b34 r6961: Add RPC-WINREG to list of win2k3 tests
Fix bug in test for QueryMultipleValues
Ignore errors from CreateKey() and GetKeySecurity() for now
2007-10-10 13:17:00 -05:00
Stefan Metzmacher
76c930ceee r6922: remove bad file...
metze
2007-10-10 13:16:56 -05:00
Stefan Metzmacher
a7c915be3e r6921: preparing for cherry picking merging 2007-10-10 13:16:56 -05:00
Stefan Metzmacher
7feddfb5d2 r6920: display the SVN revision in svk build of tree's directly mirrored from samba.org
metze
2007-10-10 13:16:56 -05:00
Tim Potter
90b07c6860 r6919: Jelmer, here is my script for filtering individual binaries/subsystems/etc
out of the samba4-deps.dot file.  Use like:

script/depfilter.py regpatch < samba4-deps.dot | dotty -

and then scratch your head and wonder why regpatch has to link with 3/4
of what it does.
2007-10-10 13:16:56 -05:00