summaryrefslogtreecommitdiff
path: root/source4/script
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r7919: use more portable shell syntax for MALLOC_CHECK_Andrew Tridgell5-16/+6
(This used to be commit 694882ffa62ae88e43e78e8e496720575630e523)
2007-10-10r7915: report the number of failed tests so far when running 'make test' ↵Andrew Tridgell1-1/+1
interactively (This used to be commit 56aff58e93cdaa9b9bd90827de8f9ea9cefc6c12)
2007-10-10r7914: - we don't need to override the database locations in selftest any moreAndrew Tridgell1-5/+6
- make sure we create the tls directory (This used to be commit 0b1323f086acff331be20ee341966113a288393e)
2007-10-10r7906: some portability fixes for ldap testing on solaris (solaris grep ↵Andrew Tridgell1-2/+2
doesn't handle ^) (This used to be commit b196502ffbe24c8dcdce17dfcea79cd98e7ad3cb)
2007-10-10r7905: this should fix installswat on FreeBSD. Thanks to nodie for testing ↵Andrew Tridgell1-1/+1
this for me (This used to be commit 858ed1c463a0e60f00f94766c43b5bf7add9c5f3)
2007-10-10r7891: Improve output of unused macro find scriptJelmer Vernooij2-97/+13
Remove duplicate find-missing-doc script (already in samba-docs repository) (This used to be commit aa5ade43427eaa38e0d0a1d3d7880246b7f8152d)
2007-10-10r7871: setup spoolss, wins and hklm dbs correctly in selftestAndrew Tridgell1-0/+3
(This used to be commit 59a0fe2c0451d1aa947fd74a5fe8c631dc951bf6)
2007-10-10r7866: Remove some unused autoconf macro calls.Jelmer Vernooij1-3/+5
Some of these should probably be re-added again later when we need them. They should then be added to the appropriate config.m4 file in the source tree rather then in rewrite.m4. (This used to be commit 4eca613470139f6425f454aea016566f9deffa3e)
2007-10-10r7861: Nicer output, remove some false warnings.Jelmer Vernooij1-8/+10
(This used to be commit f5587fe5671fb28bcfb7b71acec0748e0e506993)
2007-10-10r7859: Merge a few scripts to one script that checks for the following unusedJelmer Vernooij7-108/+121
(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 897d7b7d390815778adea1adf5e73b94f75a3048)
2007-10-10r7845: remove unused filesStefan Metzmacher1-35/+0
and remove all generated files with make distclean and make realdistclean metze (This used to be commit f964e228c9ceeb3dc4d0afd1b6b092734e06e372)
2007-10-10r7775: solaris uses 'lo0' for loopback network, so by using lo* we should ↵Andrew Tridgell1-1/+1
cover both (This used to be commit 1a80ac6aa84ea547a64557f879a47556f477432d)
2007-10-10r7774: put $CONFIGURATION in one more placeAndrew Tridgell1-1/+1
(This used to be commit 5e35c7a5512363a6f6028beb387dd4c9d94965c8)
2007-10-10r7772: actually give the auth options to ldbsearch ....Andrew Tridgell1-5/+5
(This used to be commit 29edfb93829f1b940b741d001551e70e4380c830)
2007-10-10r7771: - added ldaps and NTLMSSP testing to ldap testsAndrew Tridgell2-9/+31
- added testing of extended search operations (This used to be commit 2dc511b09cf1c912de140c07db64c9b151c3d23f)
2007-10-10r7760: make client tools get the right config file in 'make test'Andrew Tridgell2-4/+6
(This used to be commit 13fc167211272f5dba3540202f5842573178b740)
2007-10-10r7758: When not running on the build farm, print out the failed command line ↵Andrew Bartlett3-4/+12
again. Add NTLMv2 varients to the echo and session key tests. Andrew Bartlett (This used to be commit 544a38824e2b10c65e6f7ef0b373aa8575fa2cb1)
2007-10-10r7721: solve a problem with null arguments to testit()Andrew Tridgell1-1/+1
(This used to be commit 73a21737cea295c09255997e5830c68ad390a4de)
2007-10-10r7684: Add a test aimed at checking we have agreement between client andAndrew Bartlett3-0/+52
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 47f433708ba38db9bf569567cc048e65f2786ebe)
2007-10-10r7678: fixed typoAndrew Tridgell1-1/+1
(This used to be commit df29f25140192b64b55012d0a3c36095fbbfb82d)
2007-10-10r7671: added ldap testing to the set of standard testsAndrew Tridgell2-10/+16
(This used to be commit dcdf44024aa93e7eca54247d9058904c6950fae7)
2007-10-10r7513: don't try to write to the smbd log file between tests. zeroing a fileAndrew Tridgell1-2/+0
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 f7e636d4086b83180e76902fee739972cd6a7b26)
2007-10-10r7506: handle the case where cron does not setup $USERAndrew Tridgell1-1/+4
(This used to be commit d4c1a1be0acbb11df4cfef5e454787b3f86f4181)
2007-10-10r7504: missed oneAndrew Tridgell1-1/+1
(This used to be commit 93eb9afb4deb77d1176dd021d007743c13487830)
2007-10-10r7503: turn off the sleep test here tooAndrew Tridgell1-1/+1
(This used to be commit 3b9f4b61ade583e7bfd62b0be8b0724b30a07438)
2007-10-10r7502: the sleep test in echo is already run on the main rpc test, so no ↵Andrew Tridgell1-4/+4
need to run it with every combination in this test. It takes nearly all of the time. (This used to be commit 42754de142632ad2c02f821ce435752baf71027b)
2007-10-10r7499: ensure that the account we run tests as ("Administrator") maps to theAndrew Tridgell1-1/+3
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 30445483e4facb0a1d8a5979a2eac6c166193c09)
2007-10-10r7495: used --maximum-runtime=300 for each smbtorture call, to prevent itAndrew Tridgell9-12/+17
running too long (This used to be commit 3d70755abfb7764379d648e9bc1697ae9289d02b)
2007-10-10r7492: give better outputStefan Metzmacher1-2/+10
metze (This used to be commit 134f5defa0f1eb240207f593866ab75f20943938)
2007-10-10r7489: just a cosmetic changeStefan Metzmacher1-1/+1
metze (This used to be commit 2dcbf07d0cc105a49c7b086f340c7ec9b5c97b6a)
2007-10-10r7485: - allow test_xxx.sh to run outside of 'make test' by ensuring $PREFIX ↵Andrew Tridgell2-2/+12
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 9ce2b9a79ba34705bcd8c32db1e084763702faec)
2007-10-10r7475: removed RPC-SAMLOGON test until we get a lighter version of it. It isAndrew Tridgell1-3/+3
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 71bf781227c020f1d22382a5417999dfbda23c1b)
2007-10-10r7469: fix typoStefan Metzmacher1-1/+1
metze (This used to be commit 98acab72c9bf810a96c6529510ee12eb5a4c74c3)
2007-10-10r7468: create better outputStefan Metzmacher1-1/+1
metze (This used to be commit 99152ce6f084acb13dc38b407c569aca89b12ed5)
2007-10-10r7467: a little fix for the build-farmStefan Metzmacher1-0/+1
metze (This used to be commit 6e8c8f0f8730a755cfbef9d1900f348031ba9b7f)
2007-10-10r7466: add RPC-SPOOLSS to the supported testsStefan Metzmacher2-1/+2
metze (This used to be commit 3c1d2364450a4f157e5f19c01295a8575adebaff)
2007-10-10r7463: - move some more stuff into functionsStefan Metzmacher2-26/+116
- try to kill all jobs return by jobs -p metze (This used to be commit e4f5e52a8454fc2e6d5536e2cc9eb918c6c0e174)
2007-10-10r7442: skip tests that require smbd, but smbd is downStefan Metzmacher2-2/+14
metze (This used to be commit dad79155624808aa85c34921f05d2e0cded6ad12)
2007-10-10r7434: - do local tests step by step for better build-farm outputStefan Metzmacher2-2/+27
- fix typo ADDARGS -> ADDARG metze (This used to be commit 38e5198b1121725b4f1c9b27ac2f97bee43607fe)
2007-10-10r7432: export SMBD_TEST_FIFOStefan Metzmacher1-4/+14
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 e0b17129f837bef1bca25b77107c65cbaadf13f3)
2007-10-10r7429: make the shell happy and don't use [bla]Stefan Metzmacher1-1/+1
metze (This used to be commit 4ff50d12aedb03d8b93904655ce9941ff6290b29)
2007-10-10r7428: try to get some nicer output from the build farmStefan Metzmacher1-0/+2
metze (This used to be commit 49e9cf070900874cb4b97ed46f70a43196deae8d)
2007-10-10r7427: disable torture progress outout from the build farmStefan Metzmacher1-0/+3
metze (This used to be commit 288fcf18fec871abc74f4330c880fcf20772dbb1)
2007-10-10r7425: configure check to see if a compiler can handle negative enum valuesStefan Metzmacher1-1/+3
if the compiler doesn't support it we pass --uint-enums to pidl metze (This used to be commit c52703c0a8adb4f64ec52e4bf602e9c17ef2c748)
2007-10-10r7421: - move test* functions to a seperate fileStefan Metzmacher7-144/+87
- print build farm style output when RUN_FROM_BUILD_FARM=yes metze (This used to be commit 7e567a6b69d05fa180bb4384b503969f79f18068)
2007-10-10r7403: minimize the sharedelayStefan Metzmacher1-0/+1
tridge: is that a good value? metze (This used to be commit a7f7ec6cfe1ed7fbfe98e462eea004d0eb678e9b)
2007-10-10r7402: - don't stop after a failed testStefan Metzmacher6-27/+101
- some more fixes metze (This used to be commit e90b83d03887ed713745280267caa6f2fd549e0f)
2007-10-10r7397: - don't exit when one test failsStefan Metzmacher1-6/+21
- some other cleanups metze (This used to be commit d8490399d91007dfcbada15f917ce56ab88370fc)
2007-10-10r7388: - fix calling of test_posix.shStefan Metzmacher1-5/+6
- move smbd_fifo into the prefix dir metze (This used to be commit 1f0168e18026268671c9745a193a0002da3dda30)
2007-10-10r7387: enable extra smbtorture args to test_posix.shStefan Metzmacher1-5/+4
metze (This used to be commit ee8407c9165323feadc19d20c45f5b834b1a8379)