summaryrefslogtreecommitdiff
path: root/source4/script
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r18459: Set access to test LDAP server as system to anonymous, but also noteAndrew Bartlett3-5/+11
the correct authz-regexp for future use. Fail to test if slapd fails and TEST_LDAP=yes (This used to be commit 1daf4e7bd47df4f127447ab9b5d583bbe7b2a10a)
2007-10-10r18415: Make the samba-windows test scripts executable so they run a little ↵Brad Henry2-0/+0
easier in the build farm. (This used to be commit b2d3f8f7aae5b2bb9baf4e45fbc4632576e6fea8)
2007-10-10r18414: This README file should help to explain what is needed to setup a ↵Brad Henry1-0/+121
Windows VM for testing using this framework. Let me know if there's anything that looks strange or could use clarification. vm_setup.tar.gz is currently located at the root of my SVN branch, svn://svnanon.samba.org/samba/branches/SOC/bnh. (This used to be commit 849fe757bb908842844ab482b8669694157550cd)
2007-10-10r18389: test RPC-UNIXINFO in samba4Stefan Metzmacher2-6/+6
metze (This used to be commit 928beac95d534a7a9f5182b64ec905f0ad094192)
2007-10-10r18377: disable native iconv with valgrindAndrew Tridgell1-0/+7
(This used to be commit d1ceb79d9d10a3fd7bdba935ef2d12db346051f4)
2007-10-10r18372: don't use the system inotify until in the build farm until we work outAndrew Tridgell1-0/+1
how to work around a problem with it giving unpredictable orderings in renames (sometimes target is first event, sometimes source) (This used to be commit 066e3b51b1ca038023e53a978e1d2e706cd3d8a6)
2007-10-10r18349: don't do validation when using valgrind. It's way too slow (can beAndrew Tridgell7-7/+14
hours for a single test) (This used to be commit febaf6af4cafed7bc57276186a35099959b2ce62)
2007-10-10r18322: fixed a compilation problem on AIX caused by lex not putting config.hAndrew Tridgell1-1/+3
first. That leads to a conflicting define for lseek() due to _LARGE_FILES being defined after standards headers are included (This used to be commit 9034238e27f22a7077df9fa0d7c83cce4503aabc)
2007-10-10r18302: fixed test_cifsdd.sh - the unnecessary sum operations were breaking onAndrew Tridgell1-7/+1
solaris (This used to be commit 3828c463ad31ae1ce4a4aba307126bd47adc1329)
2007-10-10r18296: this isn't needed anymoreStefan Metzmacher1-5/+3
metze (This used to be commit 1ee1007597a8bc20a54516264312642bc7de0483)
2007-10-10r18290: finally worked out why we were failing tests on solaris. It hasAndrew Tridgell1-2/+2
kerberos on port 750 in /etc/services! Work around this by using 127.0.0.1:88 in the krb5.conf (This used to be commit 9fb91702fd6c080d87ea60c60e0591636d1a6441)
2007-10-10r18281: a workaround for an infinite dependency loop in the dependencyAndrew Tridgell1-1/+3
generation for smbreadline.d. The problem was caused by extra_flags.txt having ./lib/smbreadline/smbreadline.o but the build using lib/smbreadline/smbreadline.o, which means cflags.pl didn't match the target. Hopefully the workaround can be removed when metze or jelmer wake up and give me a hint on how to make SMB_SUBSYSTEM() not add the ./ prefix :-) (This used to be commit 826cd304a7cf54ab60ea41b6ecf00ca7b89f2b39)
2007-10-10r18277: on some of our slower hosts we need more than 2700 seconds for smbd toAndrew Tridgell1-1/+1
complete all tests (This used to be commit c44b17ad66281eb4611353fd79a410151d9ce531)
2007-10-10r18251: skip pidl tests unless the platform has Test::MoreAndrew Tridgell1-3/+7
(This used to be commit 6c7dd852c05cf131d7def8a8dcff7e98df9ea521)
2007-10-10r18247: more shell portability fixesAndrew Tridgell3-10/+9
(This used to be commit d9ddfdf9e86295224dd42c0ab1aa954111ede588)
2007-10-10r18246: Let our openldap slapd.conf include the magic to have DIGEST-MD5 onAndrew Bartlett1-2/+11
the server-side work. (This used to be commit 73d87cce7c5e33f73d6a63379af3586f543eb372)
2007-10-10r18190: Add more NET tests to be run on the build farm.Rafal Szczesniak1-2/+2
rafal (This used to be commit 8657bd437a13513632650a192509fc98c686c69d)
2007-10-10r18171: Generate prototypes for functions returning bool.Jelmer Vernooij1-2/+3
(This used to be commit 587a681c19a2747faaf83157e94dba998b6caf42)
2007-10-10r18050: Run more NET tests on the build farm.Rafal Szczesniak1-3/+3
rafal (This used to be commit 2185e978891617f2e3ad4428df55269bcdf62443)
2007-10-10r18026: patch from Brad allowing the windows testing to be configuredAndrew Tridgell2-5/+12
externally in the build farm (This used to be commit a85646cba5ae5f96d99bd79d491e4151ffe6e78e)
2007-10-10r18023: Add support infrusructure for testing against an OpenLDAP server.Andrew Bartlett3-6/+102
This will give a bit more noise on platforms without OpenLDAP (when we run the slaptest check), but it shouldn't be too bad. We don't start the LDAP server or re-provision unless LDAP_TEST is set. Andrew Bartlett (This used to be commit 999d989131f41d0218ec05595c9761aff5bbf5fa)
2007-10-10r18017: Separate NET tests out of RPC. This way it's easier to run libnetRafal Szczesniak3-3/+44
tests only for quick checking. rafal (This used to be commit a6c9a01e89d837d0ce8e45499ff5d3dfa8fb46f4)
2007-10-10r17989: Add RPC-NETLOGON as a test we now run against Samba4.Andrew Bartlett2-6/+6
Andrew Bartlett (This used to be commit c271c488a5380d3d8ace662d6041d6b7f3f5b4ad)
2007-10-10r17838: revert rev 17754Stefan Metzmacher1-5/+16
readd --always-create option to mkproto.pl metze (This used to be commit 1686c69d0e784220aba053e3dd21f6d14cc86929)
2007-10-10r17768: This merges in the current version of Brad Henry's windows testingAndrew Tridgell10-0/+1487
framework patch. There are some issues with the patch that I will discuss in a separate email to the list, but given the low (zero?) impact of the patch as it is, I think its better to integrate it now, then let Brad send some minor update patches later (This used to be commit 7232da0436ff1d84e419d268fee31a095bbb88b7)
2007-10-10r17754: remove the --always-create option from mkproto.plStefan Metzmacher1-16/+5
and make this behavior the default. as with make 3.81 and autodependencies this way is much faster as make can use faster codepathes internally. (without this make needed more and more startup time after using autodependencies for a few weeks) metze (This used to be commit e85d7eeb0a233ffb88bec1bc88b697c18bba1ed4)
2007-10-10r17675: increase max torture test runtime - we have some v slow hosts in theAndrew Tridgell1-1/+1
farm! (This used to be commit 6a7800064fe456b47ea6d8b781a3e7fe7f8353ad)
2007-10-10r17547: Add test by mkhl for some of our variable substituion behaviour.Andrew Bartlett1-0/+2
Andrew Bartlett (This used to be commit c2c72565e4efef44068c4f176619942f60a9cf6e)
2007-10-10r17543: Patch from Martin Kühl <martin.kuehl@gmail.com> to extend theAndrew Bartlett1-0/+3
samba3sam test cases for ldb_map, and to include this into our default 'make test'. (This used to be commit f69a842314b3d5c57c3fa1f5b1bae3ee6d42da2b)
2007-10-10r17540: store command line args of selftest.sh in local varsStefan Metzmacher1-8/+15
as $0,$1,$2,$3 may change in side the script or included scripts. This fixes the usage of SOCKET_WRAPPER on non linux systems (tested on IRIX 6.4) metze (This used to be commit ebfb719e3d048383c04e5d665b23d7fcb4e48fb4)
2007-10-10r17539: add HMAC-MD5 test code based on the example values from rfc 2104, 2202Stefan Metzmacher1-1/+2
metze (This used to be commit 200b1a5c81bd61320ac6b7e79880411920e3f432)
2007-10-10r17527: Don't duplicate the entire test setup just to allow testing of the newAndrew Bartlett2-208/+86
ldb-backed shares configuration. Andrew Bartlett (This used to be commit 59f86d80841e39613260094b2c848f416a035322)
2007-10-10r17495: run LOCAL-CRYPTO-MD4 and LOCAL-CRYPTO-MD5 with make testStefan Metzmacher1-1/+2
metze (This used to be commit 0b552dadaa60cae8988cb17da95c71b3d1443f17)
2007-10-10r17489: run the crypto tests with testStefan Metzmacher1-1/+1
metze (This used to be commit b9920f8ac5caee5acdecd1cf1f6410fd95b4c26e)
2007-10-10r17396: Bump the time up again. RPC-SAMR can slow, I probably need to breakAndrew Bartlett1-1/+1
it up again... Andrew Bartlett (This used to be commit 110de3a3a294063bd05db4570a8983ad7072ad09)
2007-10-10r17395: Add some more time to the default runtime. Now 7.5 mins.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit 5cb916b57adaac7cb83cfde487aac5f901186e70)
2007-10-10r17394: Pregenerate all the files for TLS. Make the 'make test' startup ↵Andrew Bartlett1-0/+60
*much* faster. Andrew Bartlett (This used to be commit c366c906623168795846899174a8fdaa7bc14808)
2007-10-10r17379: Pre-generate DH parameters, to avoid doing this at runtime in our ↵Andrew Bartlett1-0/+11
testsuite. Andrew Bartlett (This used to be commit 23314c3953676124a2ad06e8b3a3b297c11f2800)
2007-10-10r17282: test some simple operation with the LANMAN1 and LANMAN2 protocol,Stefan Metzmacher1-1/+7
that finally tests our RAW_SESSSETUP_OLD code metze (This used to be commit 43f99f11719374636d960fbc7b801ae69769aaf0)
2007-10-10r17208: Add a away to test the ldb module.Simo Sorce1-0/+211
Actually you can't test both classic and ldb together, but you can replace the standard script/tests/mktestsetup.sh file with this one and run make test to see share_ldb in action (This used to be commit d4c2b893504feb3a232e74d14584405b3aaaf942)
2007-10-10r17169: Test LDAP with testnonblock.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit 9d866a030ea75b9589c3332725d23ba5f0e9669d)
2007-10-10r17014: add whitespaces...Stefan Metzmacher1-2/+2
metze (This used to be commit 60c4eaa4c5f98475ff214acf26dd5ad885c94e0b)
2007-10-10r16967: Test another NTLMSSP flags combination.Andrew Bartlett1-0/+1
Andrew Bartlett (This used to be commit 9e4eee5a2d7f44355f79ae12759df9991e7b171a)
2007-10-10r16914: Add more tests for the partition module.Andrew Bartlett1-1/+3
Andrew Bartlett (This used to be commit 2728b60dfa50ded03e06f0bd53eee55fce5143bd)
2007-10-10r16891: test dcerpc over smb2Stefan Metzmacher1-0/+3
metze (This used to be commit 2fd7a5fc6107e398bb9e399461b2b30319c7741e)
2007-10-10r16877: run SMB2-FIND testStefan Metzmacher1-1/+1
metze (This used to be commit 8edbd9b05b10aeba00b50e238614ba92fd7020e3)
2007-10-10r16860: Fix (and reactivate) the RPC-SAMR test. We need to allow these sidsAndrew Bartlett1-3/+3
to be created as foreign, even if they are in a local domain. Also we do need the user to exist for the life of the test, as we add it to a group. Andrew Bartlett (This used to be commit ae470ff7014e52b55d88e9fe12e2322e069daf9d)
2007-10-10r16858: The RPC-SAMR-PASSWORDS test now passes.Andrew Bartlett1-3/+3
Andrew Bartlett (This used to be commit 8b34bb268946a20c655b2aad90625ac666c7820a)
2007-10-10r16852: I thought we passed RPC-SAMR-PASSWORDS, but we don't. Disable thatAndrew Bartlett1-3/+3
test for now. Andrew Bartlett (This used to be commit 9748c3a2f0801b3968640eed8874c0a2c7d83a5a)
2007-10-10r16850: Disable NBT-WINSREPLICATION-OWNED until it always passes (currently ↵Andrew Bartlett1-3/+3
it still has intermittant failures). Andrew Bartlett (This used to be commit 845da45117402a1376909049755dbe6791479a41)