summaryrefslogtreecommitdiff
path: root/source4/script
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r22569: use the $SERVER_IP for the LDAP-* tests because I'll later changeStefan Metzmacher1-3/+3
$SERVER from localhost to localdc. we should find out why this is needed and add explicit name resolution in related code... metze (This used to be commit 8336e85aad03deb6fffe89c0a770fb05c2319c8e)
2007-10-10r22568: use the $SERVER_IP for the NET-* tests because I'll later changeStefan Metzmacher1-1/+1
$SERVER from localhost to localdc mimir: please take a look why that's needed at all, as it shouldn't:-) metze (This used to be commit b06a9a00cf8414b13c16550a8156dba65c5dd7ea)
2007-10-10r22567: add NET-API-DOMLIST test to automatic testing.Rafal Szczesniak1-3/+3
rafal (This used to be commit 69a6f655aac57db1cfb15c61900a411c07da3d7a)
2007-10-10r22556: Make the slapd command valid.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit dfb2fd2b2a45f5f96627c4beef6aa9174978688e)
2007-10-10r22552: this doesn't need a dcStefan Metzmacher1-1/+1
metze (This used to be commit 56a86c7cc7263f1415c2d75bb9ab921de66842bc)
2007-10-10r22551: use fixed passwords, to make it possible to reproduce stuffStefan Metzmacher1-0/+2
and look into krb5 blobs when using wireshark on --socket-wrapper-pcap created files metze (This used to be commit eaf4b9c0ee88ef32e984e10e76d57ea5daa0e7e7)
2007-10-10r22550: nmblookup -U needs an ip address otherwise we depend on gethostbyname()Stefan Metzmacher1-7/+10
metze (This used to be commit 5533fc50636fcbba643f25c02bf6f4cae431de47)
2007-10-10r22549: export some more info ipaddress and in member env also theStefan Metzmacher2-0/+20
details of the dc metze (This used to be commit 0c8c1c55f4047e98848028927b7870d5972e7513)
2007-10-10r22548: - maintain a global array of exported envvarsStefan Metzmacher1-9/+48
- make it possible to specify the envname for make testenv: SELFTEST_TESTENV=member make testenv metze (This used to be commit b6b57dd9c9aa066127f26c49f2af6c055be0422e)
2007-10-10r22547: fix some pathes and make sure we work with relative and abslute ↵Stefan Metzmacher1-2/+2
prefix pathes metze (This used to be commit dc3df1ca433036683f5432635d6e3251ad5f971e)
2007-10-10r22544: use the same syntax as in all other filesStefan Metzmacher1-1/+1
maybe that fixes make test on all sun hosts... metze (This used to be commit 2597152126251da78b605f1d20c8b00e0e51396b)
2007-10-10r22498: The initial LDIF import into Fedora DS didn't work, so just push thisAndrew Bartlett1-37/+16
onto the end of dse.ldif. This make Fedora DS work with multiple naming contexts. Andrew Bartlett (This used to be commit 43deee4f938444349ad2d398670537f4537a6072)
2007-10-10r22494: Skip subSchema again, but we will need to remap this objectClass.Andrew Bartlett1-4/+7
Make the Fedora DS backend test again. Andrew Bartlett (This used to be commit 65327a0e4d61e2c9813720f04fe24ffc5c49278b)
2007-10-10r22478: Update the LDAP backend code to handle initialisation of multipleAndrew Bartlett1-56/+140
partitions onto the target LDAP server. Make the LDAP provision run before smbd starts, then stop the LDAP server. This ensures this occurs synchronously, We then restart it for the 'real run' (with slapd's stdin being the FIFO). This required fixing a few things in the provision scripts, with more containers being created via a add/modify pair. Andrew Bartlett (This used to be commit 860dfa4ea1ab2b62d4d4fe0644e0a9b882fdafa1)
2007-10-10r22427: Abort in a few more cases of failure to provision.Andrew Bartlett1-5/+5
Andrew Bartlett (This used to be commit 113544876f419dda185f3dff1c3c3a8833b2551f)
2007-10-10r22420: fix smbd timeoutStefan Metzmacher1-2/+2
metze (This used to be commit 3ac671bd5cd9455de72e2497a6ce100609697885)
2007-10-10r22414: use more portable perlStefan Metzmacher1-4/+4
hopefully fix solaris 8... metze (This used to be commit 103df4465e464f8aef3ec8ff91fa2b11c7771492)
2007-10-10r22409: try to fix selftest.pl on systems with old perl versionsStefan Metzmacher4-13/+12
metze (This used to be commit 81a2a144df651bb37995c718fc9f7d7bffa9bac9)
2007-10-10r22398: try to let all tests pass 5400 seconds is not enoughStefan Metzmacher2-3/+3
with the amount of tests we run now. metze (This used to be commit b0a1f730f9d83546064b7438b8dac350eeb32a3b)
2007-10-10r22384: print out the total selftest runtimeStefan Metzmacher1-0/+3
and the time for each test we hit the max runtime of smbd on some hosts metze (This used to be commit 7b173c3421c30d6b5ce67f87ee81f011734e8c1a)
2007-10-10r22383: maybe this fixes the mkdir not enough args failureStefan Metzmacher1-0/+1
on sun1 metze (This used to be commit 8b8152b49010a078ac9219265227e8ea7c8a3909)
2007-10-10r22380: get the output of the exited smbd...Stefan Metzmacher1-0/+4
this shows all the memory leaks now... metze (This used to be commit 29c0b5644953ba6772f44b42cd49901127b250cd)
2007-10-10r22378: none needs to be checked firstStefan Metzmacher1-3/+3
metze (This used to be commit 7688919ab879706450a745b59fe5ef2506c25943)
2007-10-10r22377: implement check_env() for samba4Stefan Metzmacher1-2/+3
metze (This used to be commit 4fe8e724efaced6c04388c70712413dfc1bb9f00)
2007-10-10r22375: implement check_env() logic in the frontendStefan Metzmacher3-1/+37
metze (This used to be commit 0b48ca5d3ebe8fe29774d85ee15e473af8c0714d)
2007-10-10r22374: fix perl warningsStefan Metzmacher1-2/+12
metze (This used to be commit e8dd140a03eb8ee5f444551a05d313864801c50e)
2007-10-10r22361: warnings.pm isn't available on solaris 8Stefan Metzmacher1-1/+0
metze (This used to be commit a21a86543f46f677696eb77c140763414600e24d)
2007-10-10r22360: print out the name of the PCAP file and move setup and cleanupStefan Metzmacher2-21/+66
of pcap files into functions metze (This used to be commit dea42ce55965d22ff82279cacd8939b1e133ff1e)
2007-10-10r22359: try to fix the start failures in the build-farm by creating the ↵Stefan Metzmacher1-4/+5
prefix dir before using abs_path() metze (This used to be commit a3f35f5af4533d7903c2a1e181017b310baa9d71)
2007-10-10r22356: Simple refactoring.Jelmer Vernooij1-7/+10
(This used to be commit 913aa17b0278e0861f2662768453e436a3d71e1e)
2007-10-10r22339: Run some more tests.Jelmer Vernooij3-5/+8
(This used to be commit 1b73e6a776a3ef478718f656523d125d28589f5c)
2007-10-10r22338: Allow regexes in known-failures fileJelmer Vernooij1-1/+4
(This used to be commit 74efac5ce2655e47f8274f484630b82b6d5fcb24)
2007-10-10r22337: print out the smbd log output after each testStefan Metzmacher3-5/+53
metze (This used to be commit b6b95180d3fb851264fd64eb5a0de4803ee0892a)
2007-10-10r22335: output the error codeStefan Metzmacher1-0/+4
metze (This used to be commit cf3a176615943fd552bd153a1760cbb21ab75db2)
2007-10-10r22334: don't print the test output if the test passedStefan Metzmacher1-10/+30
(in build-farm mode) use scalar(localtime()) instead of system("date") metze (This used to be commit d1d485fd0c0b9ebc1c9d5635397ee44d7c7406bb)
2007-10-10r22333: Use kerberos and the ntvfs/cifs backend for just one test, in theAndrew Bartlett1-1/+4
quicktest. Andrew Bartlett (This used to be commit cf9508cd5615c01557b8011608b216542817c25b)
2007-10-10r22332: escape bad chars with '_' to form a nice filenameStefan Metzmacher1-1/+3
metze (This used to be commit 3d3c0b36cbb0a34b3e241575d79427936aaa8306)
2007-10-10r22331: remove run_test_buildfarm() functionStefan Metzmacher1-48/+25
and pass buildfarm specific msg_ops to run_test() instead metze (This used to be commit e102863020c98565155d1f6f8454db3ac3da884b)
2007-10-10r22329: abstract the output handling of run_test()Stefan Metzmacher1-15/+57
via function pointers metze (This used to be commit 4a77fc9cf5037a851b605dde8f5deb5d22f025c3)
2007-10-10r22326: Merge some more test improvements.Jelmer Vernooij2-86/+288
(This used to be commit 3f85eab5908b8aa6761f23702f987d89f2977179)
2007-10-10r22312: avoid the need of typing 'run' into each gdb xtermStefan Metzmacher1-0/+17
if someone knows how to tell gdb to only exit if 'run' exists clean via the if/else logic please tell me! see http://davis.lbl.gov/Manuals/GDB/gdb_20.html#SEC194) but there's no useful example :-( metze (This used to be commit 4a95e893087e6e3194cd18289a9bf019d0f0abde)
2007-10-10r22311: use different ip-addresses for dc and memberStefan Metzmacher1-10/+14
metze (This used to be commit d5b13e79233090b1bd1c2efbc910336afced015e)
2007-10-10r22307: when no lex or yacc is found:Stefan Metzmacher2-5/+29
- just touch $DEST if it's already there and newer than $SRC - touch $DEST if it's already there but older than $SRC and print warnings to stderr - otherwise return an error when lex or yacc is found: - just touch $DEST if it's already there and newer than $SRC - otherwise regenerate $DEST from $SRC using lex or yacc I don't like that every 'make' tries to regenerate because the timestamp of $DEST is never updated... metze (This used to be commit 10ed5c39692ff4a6b61ec9c6d046b2ee2202fc02)
2007-10-10r22305: fix make test using a absolute path forStefan Metzmacher2-11/+19
--with-selftest-prefix metze (This used to be commit b9dc78c3ad4c636bd8356978c18313ab4277cd64)
2007-10-10r22295: Use delegated credentials and kerberos to test the pass-thoughAndrew Bartlett2-5/+4
authenticatication as well as the ntvfs/cifs layer. Andrew Bartlett (This used to be commit a59ec710ce546f3948bdb655dfcb98e2aa55f039)
2007-10-10r22292: Start the LDAP server inside the same fifo as smbd, as OpenLDAP (likeAndrew Bartlett1-16/+19
smbd, but not Fedora DS yet) will then shut down when it looses stdin. This avoids leaving stray slapd processes around, if we don't finish the script to run the kill. Also set KRB5_CONFIG in the smbd process again, as we do actually need this... Andrew Bartlett (This used to be commit 24ca1e180c9c35f0e87d49c9c8f8b936b4c88572)
2007-10-10r22290: Fedora DS is incredibly picky about newlines...Andrew Bartlett1-2/+1
(This used to be commit 0e80f456e87f4c742dee3e1de3d95cd007d09bbc)
2007-10-10r22289: Another fedora ds fixJelmer Vernooij1-1/+1
(This used to be commit 25a7eabc6bca3e7cdc0d0d0bf1b0981873fe7b83)
2007-10-10r22288: Somehow, Jelmer lost a few capital letters. I'll send him a new batch.Andrew Bartlett1-4/+4
Andrew Bartlett (This used to be commit 5e9f7805f067ff029bc916f5bc694d9d9001da72)
2007-10-10r22287: Fix some issues in fedora ds code.Jelmer Vernooij1-4/+6
(This used to be commit e820f1d0f398a6ebfdf5be2f756f9f256d9c88d5)