1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
Commit Graph

214 Commits

Author SHA1 Message Date
Jelmer Vernooij
3022bfef70 r7859: Merge a few scripts to one script that checks for the following unused
(used in configure.in, but their output is never used) autoconf macros:
- AC_DEFINE
- AC_CHECK_FUNC
- AC_CHECK_FUNCS
- AC_CHECK_HEADER
- AC_CHECK_HEADERS
(This used to be commit 897d7b7d39)
2007-10-10 13:18:43 -05:00
Stefan Metzmacher
f877a7fdf5 r7845: remove unused files
and remove all generated files with make distclean and make realdistclean

metze
(This used to be commit f964e228c9)
2007-10-10 13:18:42 -05:00
Andrew Tridgell
6b4f3e17f0 r7775: solaris uses 'lo0' for loopback network, so by using lo* we should cover both
(This used to be commit 1a80ac6aa8)
2007-10-10 13:18:35 -05:00
Andrew Tridgell
48e731000c r7774: put $CONFIGURATION in one more place
(This used to be commit 5e35c7a551)
2007-10-10 13:18:34 -05:00
Andrew Tridgell
44e7892131 r7772: actually give the auth options to ldbsearch ....
(This used to be commit 29edfb9382)
2007-10-10 13:18:34 -05:00
Andrew Tridgell
720c8a8831 r7771: - added ldaps and NTLMSSP testing to ldap tests
- added testing of extended search operations
(This used to be commit 2dc511b09c)
2007-10-10 13:18:34 -05:00
Andrew Tridgell
134a3075dd r7760: make client tools get the right config file in 'make test'
(This used to be commit 13fc167211)
2007-10-10 13:18:32 -05:00
Andrew Bartlett
616fbc543c 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
(This used to be commit 544a38824e)
2007-10-10 13:18:32 -05:00
Andrew Tridgell
7dcb8c26de r7721: solve a problem with null arguments to testit()
(This used to be commit 73a21737ce)
2007-10-10 13:18:26 -05:00
Andrew Bartlett
b0f5ac8248 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
(This used to be commit 47f433708b)
2007-10-10 13:18:22 -05:00
Andrew Tridgell
c04d826182 r7678: fixed typo
(This used to be commit df29f25140)
2007-10-10 13:18:21 -05:00
Andrew Tridgell
08e23b36cb r7671: added ldap testing to the set of standard tests
(This used to be commit dcdf44024a)
2007-10-10 13:18:20 -05:00
Andrew Tridgell
2be36bb85d 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.
(This used to be commit f7e636d408)
2007-10-10 13:18:02 -05:00
Andrew Tridgell
72ac776782 r7506: handle the case where cron does not setup $USER
(This used to be commit d4c1a1be0a)
2007-10-10 13:18:01 -05:00
Andrew Tridgell
db4fd5c434 r7504: missed one
(This used to be commit 93eb9afb4d)
2007-10-10 13:18:01 -05:00
Andrew Tridgell
4a5ab77098 r7503: turn off the sleep test here too
(This used to be commit 3b9f4b61ad)
2007-10-10 13:18:01 -05:00
Andrew Tridgell
de160af1c7 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.
(This used to be commit 42754de142)
2007-10-10 13:18:01 -05:00
Andrew Tridgell
47ab0ed8ed 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.
(This used to be commit 30445483e4)
2007-10-10 13:18:00 -05:00
Andrew Tridgell
3a3947cd86 r7495: used --maximum-runtime=300 for each smbtorture call, to prevent it
running too long
(This used to be commit 3d70755abf)
2007-10-10 13:18:00 -05:00
Stefan Metzmacher
39172de4dc r7492: give better output
metze
(This used to be commit 134f5defa0)
2007-10-10 13:17:59 -05:00
Stefan Metzmacher
a4b58b091b r7489: just a cosmetic change
metze
(This used to be commit 2dcbf07d0c)
2007-10-10 13:17:59 -05:00
Andrew Tridgell
612babc4af 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
(This used to be commit 9ce2b9a79b)
2007-10-10 13:17:58 -05:00
Andrew Tridgell
2514f8925e 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
(This used to be commit 71bf781227)
2007-10-10 13:17:57 -05:00
Stefan Metzmacher
06ebab9e91 r7469: fix typo
metze
(This used to be commit 98acab72c9)
2007-10-10 13:17:56 -05:00
Stefan Metzmacher
13dcf319dc r7468: create better output
metze
(This used to be commit 99152ce6f0)
2007-10-10 13:17:56 -05:00
Stefan Metzmacher
714a089552 r7467: a little fix for the build-farm
metze
(This used to be commit 6e8c8f0f87)
2007-10-10 13:17:56 -05:00
Stefan Metzmacher
57f859a11a r7466: add RPC-SPOOLSS to the supported tests
metze
(This used to be commit 3c1d236445)
2007-10-10 13:17:56 -05:00
Stefan Metzmacher
67c606b863 r7463: - move some more stuff into functions
- try to kill all jobs return by jobs -p

metze
(This used to be commit e4f5e52a84)
2007-10-10 13:17:55 -05:00
Stefan Metzmacher
4140ccd0dd r7442: skip tests that require smbd, but smbd is down
metze
(This used to be commit dad7915562)
2007-10-10 13:17:54 -05:00
Stefan Metzmacher
1d0117c519 r7434: - do local tests step by step for better build-farm output
- fix typo ADDARGS -> ADDARG

metze
(This used to be commit 38e5198b11)
2007-10-10 13:17:53 -05:00
Stefan Metzmacher
035faf4405 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
(This used to be commit e0b17129f8)
2007-10-10 13:17:52 -05:00
Stefan Metzmacher
70c3a8a2a8 r7429: make the shell happy and don't use [bla]
metze
(This used to be commit 4ff50d12ae)
2007-10-10 13:17:52 -05:00
Stefan Metzmacher
bc2a1f87d6 r7428: try to get some nicer output from the build farm
metze
(This used to be commit 49e9cf0709)
2007-10-10 13:17:52 -05:00
Stefan Metzmacher
333be3164d r7427: disable torture progress outout from the build farm
metze
(This used to be commit 288fcf18fe)
2007-10-10 13:17:52 -05:00
Stefan Metzmacher
1b3471ed0c 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
(This used to be commit c52703c0a8)
2007-10-10 13:17:51 -05:00
Stefan Metzmacher
7931aed30d r7421: - move test* functions to a seperate file
- print build farm style output when RUN_FROM_BUILD_FARM=yes

metze
(This used to be commit 7e567a6b69)
2007-10-10 13:17:51 -05:00
Stefan Metzmacher
40c2e3e6a1 r7403: minimize the sharedelay
tridge: is that a good value?

metze
(This used to be commit a7f7ec6cfe)
2007-10-10 13:17:50 -05:00
Stefan Metzmacher
a94d89d2d4 r7402: - don't stop after a failed test
- some more fixes

metze
(This used to be commit e90b83d038)
2007-10-10 13:17:50 -05:00
Stefan Metzmacher
729c7528e6 r7397: - don't exit when one test fails
- some other cleanups

metze
(This used to be commit d8490399d9)
2007-10-10 13:17:50 -05:00
Stefan Metzmacher
21468d061e r7388: - fix calling of test_posix.sh
- move smbd_fifo into the prefix dir

metze
(This used to be commit 1f0168e180)
2007-10-10 13:17:49 -05:00
Stefan Metzmacher
16de998bc6 r7387: enable extra smbtorture args to test_posix.sh
metze
(This used to be commit ee8407c916)
2007-10-10 13:17:49 -05:00
Stefan Metzmacher
a7e6b41873 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
(This used to be commit 5531eb852c)
2007-10-10 13:17:18 -05:00
Stefan Metzmacher
9a4c00db07 r7103: fix make installswat again:-)
metze
(This used to be commit 46e3f57f0e)
2007-10-10 13:17:16 -05:00
Stefan Metzmacher
e3789dcee6 r7100: install lately added files too
metze
(This used to be commit 067f3a4da2)
2007-10-10 13:17:16 -05:00
Jelmer Vernooij
1deb402445 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.
(This used to be commit 2b08c4b92b)
2007-10-10 13:17:10 -05:00
Andrew Tridgell
b28e017e00 r7001: make sure we install the esp files
(This used to be commit a18b069f06)
2007-10-10 13:17:04 -05:00
Andrew Tridgell
74dda39226 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
(This used to be commit af3de9468e)
2007-10-10 13:17:03 -05:00
Andrew Tridgell
e8e8eab400 r6986: added support for <% include("somefile.ejs") %> for including common scripts
(This used to be commit e54b31904c)
2007-10-10 13:17:02 -05:00
Andrew Tridgell
7e58231952 r6982: install the swat pages with 'make installswat'
(This used to be commit 31543e1eae)
2007-10-10 13:17:02 -05:00
Jelmer Vernooij
fb52ab1446 r6961: Add RPC-WINREG to list of win2k3 tests
Fix bug in test for QueryMultipleValues
Ignore errors from CreateKey() and GetKeySecurity() for now
(This used to be commit 7b6b8d6b34)
2007-10-10 13:17:00 -05:00