summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r22237: this init fn doesn't exist yetAndrew Tridgell1-1/+0
(This used to be commit 6d9d62dca3cb6abad95c4ec9238da0b7bf32cefa)
2007-10-10r22236: Update to Heimdal's socket_wrapper, which supports IPv6.Andrew Bartlett3-162/+396
To make this pass, I needed to add support for 6 and 17 as valid protocol values to socket(). Andrew Bartlett (This used to be commit 2254e61a1e5b29a64c5a24aac029ace193057e24)
2007-10-10r22235: Test kinit, and PKINIT functionality by means of a new blackbox test.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit 7f27bfc3568bc09b2b9cb9ba03aae55a03e08f9a)
2007-10-10r22234: merge test suite changes from bzr treeAndrew Tridgell11-289/+154
(This used to be commit d825f4e6cc96a365061805352a2df3818df2364e)
2007-10-10r22233: Allow 'REALM' as a global environment variable in the tests.Andrew Bartlett2-2/+6
Set the default socket_wrapper interface inside the test env setup, so it actually stays (fixes LOCAL-SOCKET failures). Andrew Bartlett (This used to be commit 783c57bf1c0f3dd4249302857936a2b6595e0a7b)
2007-10-10r22232: add a special message handler ID meaning "all messages please"Andrew Tridgell3-3/+8
This better fits the way Samba4 does message dispatch (This used to be commit 2c12f8e72fb999f4f66700291dd4d7f6f73a8eae)
2007-10-10r22231: merge from bzr ctdb treeAndrew Tridgell54-343/+8058
(This used to be commit 807b959082d3b9a929c9f6597714e636638a940e)
2007-10-10r22226: move discard_const macros to librelaceStefan Metzmacher4-29/+24
metze (This used to be commit c2cfee6d25718fac35bd4ed982c7424f1c3ed0b7)
2007-10-10r22223: make comparing of struct tm more verbose and more portableStefan Metzmacher1-5/+25
metze (This used to be commit 2552a3300ba94b48e447e82f6b1d2ffa76d5c660)
2007-10-10r22218: fix libreplace standalone buildStefan Metzmacher1-1/+1
metze (This used to be commit 398e008ea78777164dcf4eef059626d574c35f47)
2007-10-10r22217: merge from samba3 21944:Stefan Metzmacher2-1/+6
move acl header checks to the correct place only metze (This used to be commit be84eb68e1f0d3826b9f819fa44d8b399e38cbcd)
2007-10-10r22216: move strptime testsuite into it's own fileStefan Metzmacher4-116/+159
so we can include it for the configure test as it seems that strptime() is really broken on some hosts in the build farm, re should use the replacement code when we detect this in the configure test metze (This used to be commit 08a5e9760643b9fbf00fdcf7163de7cf50e841e6)
2007-10-10r22215: add strptime replacement to libreplace based on the patchStefan Metzmacher6-0/+1130
from jojowil@hvcc.edu to bug 4063 also add a testsuite for strptime() metze (This used to be commit aba64521707143e6505b3322c390882a918a148a)
2007-10-10r22208: Print the target principal name, to help with kdc unreachable errors.Andrew Bartlett1-7/+4
Andrew Bartlett (This used to be commit bbde5b6a2f85f22110d6840857eaceb6b923c1b4)
2007-10-10r22203: Improve the replace testsuite a bit.Jelmer Vernooij1-11/+151
(This used to be commit 7003a6fa1ae1d163160ad509a7811f836be3aa6f)
2007-10-10r22201: crash fix...Stefan Metzmacher1-0/+4
metze (This used to be commit 60799d171fa12debe61164b467e55a9e08485e28)
2007-10-10r22200: make ntvfs a subsystem as linking ntvfs.so.1 usesStefan Metzmacher1-4/+4
ca. 800 cmdline args to ld and that fails on some hosts in the build-farm, lets see if they will be happier now metze (This used to be commit fda810ff129646535e9fa6d2b2c77559b5d58f92)
2007-10-10r22199: fix typoStefan Metzmacher1-2/+2
metze (This used to be commit 4e8f844be939a6e11a3bece4e7e66534fce00cc0)
2007-10-10r22197: fix formatingStefan Metzmacher2-12/+10
metze (This used to be commit 31c9bd4bf2e08a979c7396a56b7bdb124bebfd01)
2007-10-10r22196: give better error codes to make RPC-UNIXINFO passStefan Metzmacher1-6/+6
metze (This used to be commit 0096e068d02b5e09fed94373a7018ec0a58fb6d6)
2007-10-10r22195: fix compiler warnings and convert the whole torture/rpc/unixinfo.c codeStefan Metzmacher1-26/+19
to the new torture ui functions metze (This used to be commit 94a5f1568d8307e1cb55df7d73cfea9ce1037238)
2007-10-10r22194: fix compiler warning andStefan Metzmacher1-4/+9
compile in but disable NetShareAddSetDel test metze (This used to be commit 1091f00ce0d731568d7f2acbc6e43f87de90baa0)
2007-10-10r22193: fix compiler warning and formatingStefan Metzmacher1-8/+7
metze (This used to be commit b050fe9e0bf6100ef786ac38b192aaa26229d300)
2007-10-10r22192: fix compiler warningsStefan Metzmacher1-8/+8
ClearEventLog test is compiled in but disabled now metze (This used to be commit 19fb09970a7bb1c52e616ae9402ea843139a5414)
2007-10-10r22191: Add a samba4kinit binary to the build, so I can test using an existingAndrew Bartlett6-2/+1308
ccache, as well as PKINIT. Andrew Bartlett (This used to be commit 440b8d9e4b09d5e8c943504ade85c17f752fe705)
2007-10-10r22190: fix compiler warnings and remove unused talloc_reference()Stefan Metzmacher1-4/+3
metze (This used to be commit 60145f3c5bca2227efd8de9ebfe35f536fbbd860)
2007-10-10r22189: fix compiler warningStefan Metzmacher1-1/+1
metze (This used to be commit 62faa4bce44c438a04e44a9189290333ebee9aa5)
2007-10-10r22188: fix formating bugStefan Metzmacher1-1/+1
metze (This used to be commit e40912a2fd011351c6f0e7112f2984763bc53cb6)
2007-10-10r22187: Test kerberos logins in the smbclient blackbox tests, including with aAndrew Bartlett3-2/+11
machine account. Andrew Bartlett (This used to be commit 16a2bb87a80ffb921f267492f453eb3457666315)
2007-10-10r22186: fix build with autodependenciesStefan Metzmacher1-1/+1
metze (This used to be commit a45c7cf238238d821e1d41549983915330bfd43a)
2007-10-10r22185: Initial work on a 'member' test environment'.Jelmer Vernooij5-9/+148
(This used to be commit 9e0032be03ebd6dd94c98bc6958df0cb998f487e)
2007-10-10r22184: On some hosts, parsing a compleatly invalid principal causes heimadalAndrew Bartlett1-2/+6
to try and figure out what realm the current host is in (by DNS lookup for it's full domain name). We don't want to do that for this test, just break the checksum. Andrew Bartlett (This used to be commit 791e87514505acc68c5a8ff71fe9a27efdc6a027)
2007-10-10r22183: Perl might not be in /usr/bin/perl, so use $(PERL) from the makefileAndrew Bartlett1-1/+1
to start the selftest script. Andrew Bartlett (This used to be commit 6cb621b41990717a1c803ddc74955b328c164405)
2007-10-10r22182: Skip a few tests that will not pass against the ntvfs/posix layer,Andrew Bartlett1-0/+20
when testing ntvfs/cifs -> ntvfs/posix too. Andrew Bartlett (This used to be commit ce2714884cd46b6437e635d7f01879c48578dac1)
2007-10-10r22180: Re-add testing of the CIFS backend.Andrew Bartlett2-0/+22
Andrew Bartlett (This used to be commit d76afe147ca87f3678b7eb4930096eb6aaa39e6e)
2007-10-10r22177: Restore the PIDDIR mapping for the client 'pid directory', as this isAndrew Bartlett1-0/+3
(ab)used for messaging. Andrew Bartlett (This used to be commit 0a721c3193163f8a12f5410df4c29b6dc00b7035)
2007-10-10r22176: Make the LOCAL-MESSAGING test pass again. Messaging sockets are inAndrew Bartlett1-1/+1
the 'pid directory' now... Andrew Bartlett (This used to be commit 224e7d4cc7f7fd4c4656185ec688ecc727a6489e)
2007-10-10r22171: At least walk over the test_SetupCredentials2 before bailing as 'weAndrew Bartlett1-5/+5
don't do this yet'... Andrew Bartlett (This used to be commit 99786cbaa942450c8970f5f14fbce931ab3e98ed)
2007-10-10r22170: To get the smbclient blackbox test to pass again, we need to get theAndrew Bartlett1-6/+11
private dir to contain a valid machine account. It isn't really valid it use the DC's account any more, so extend this script to also join the domain. This nicely tests out some previously untested code too! Andrew Bartlett (This used to be commit 12f4e6033ed11a010211a4295424588f44f7e5e0)
2007-10-10r22168: Ensure we actually run all the transports for the slow testsAndrew Bartlett1-4/+4
(otherwise we miss tests). Andrew Bartlett (This used to be commit 216bf28a8dd33037dba1f8e7e13140752b30a885)
2007-10-10r22167: This seems to get Fedora DS to run the tests again.Andrew Bartlett1-2/+2
Andrew Bartlett (This used to be commit b893c63183eaec20ab0000d0c6635672c2893dce)
2007-10-10r22166: Stop heimdal from trying to prototype innetgr in roken, now we don'tAndrew Bartlett1-0/+4
do it in libreplace. Andrew Bartlett (This used to be commit a95ce3c895332a785bdf3a37b07e4fee86dcdea2)
2007-10-10r22165: merge transaction fix from samba3Andrew Tridgell1-0/+2
(This used to be commit ff78be0be4ef67ed25bfb837bd8a7bf4105367fb)
2007-10-10r22162: get the TEST_LDAP mode working againAndrew Bartlett2-10/+12
Andrew Bartlett (This used to be commit 529575d07aeb269927315eaff121408c1beefa59)
2007-10-10r22161: Clarify exactly where the socket_wrapper should be handled (early),Andrew Bartlett3-18/+16
and ensure that $prefix exists before it tries to create $prefix/w. This should fix the build farm. Perhaps we should have a rm -rf $prefix at the start of this script, as that would have found the problem, but I want to be careful about that... Andrew Bartlett (This used to be commit a230261e83fd9161e60554b74cf8556f36b1af45)
2007-10-10r22160: Only use test environment names that actually exist (get makeAndrew Bartlett3-2/+3
quicktest to pass). Ensure that when we fail on the build farm, this ends up in the total failures. I think having the 2 different functions for running the tests is just asking for this kind of failure. The build farm should be a presentation detail, and not alter the test behaviour. There is still a gremlin in there, we will fail horribly on the farm, but not on local tests... Andrew Bartlett (This used to be commit 519f3c0575748968ece2f556f370ade98c59ff05)
2007-10-10r22156: - Lazy evaluate variable names.Jelmer Vernooij20-288/+186
- Don't set up environments until necessary - Add --resetup-environment option - Add 'none' environment (This used to be commit ed0410309bfdefb0d31cb247c26b947956fb1137)
2007-10-10r22152: merge from samba3:Stefan Metzmacher4-39/+2
remove netgr functions from libreplace they're not used in samba4 currently and samba3 has explicit configure checks for them. should fix bug #4496 metze (This used to be commit dd83a8dad8ad89a1485598fa6e11c9128d04e6d7)
2007-10-10r22137: Actually use client.conf, defer more code as far as possible.Jelmer Vernooij2-20/+20
(This used to be commit 9399123a7277dbaf8dd392dd4ec2fe1c0780d486)
2007-10-10r22134: Create different smb.conf file for the client side. This should make ↵Jelmer Vernooij2-12/+33
use with Samba 3 or windows easier as well as environments. (This used to be commit a32cdc06c39b07fbc7a3015ef059cc9143fb6e20)