Age | Commit message (Collapse) | Author | Files | Lines |
|
Andrew Bartlett
(This used to be commit b893c63183eaec20ab0000d0c6635672c2893dce)
|
|
do it in libreplace.
Andrew Bartlett
(This used to be commit a95ce3c895332a785bdf3a37b07e4fee86dcdea2)
|
|
(This used to be commit ff78be0be4ef67ed25bfb837bd8a7bf4105367fb)
|
|
Andrew Bartlett
(This used to be commit 529575d07aeb269927315eaff121408c1beefa59)
|
|
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)
|
|
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)
|
|
- Don't set up environments until necessary
- Add --resetup-environment option
- Add 'none' environment
(This used to be commit ed0410309bfdefb0d31cb247c26b947956fb1137)
|
|
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)
|
|
(This used to be commit 9399123a7277dbaf8dd392dd4ec2fe1c0780d486)
|
|
use with Samba 3 or windows easier as well as environments.
(This used to be commit a32cdc06c39b07fbc7a3015ef059cc9143fb6e20)
|
|
(This used to be commit 290815d180b2bf0ba24744b3796905096d07d7b7)
|
|
the code coverage...
Andrew Bartlett
(This used to be commit 394c863a3f3e0945da12d7c39641235d326b1198)
|
|
Fix up our server side implementation to pass almost all the tests (a
couple are skipped).
Don't require the DsGetDomainControllerInfo calls to pass, just get
some info from them.
Andrew Bartlett
(This used to be commit a29eb8f7e541d2021726601faf52355e312c916b)
|
|
compleatly unknown domain, return the correct error code.
Andrew Bartlett
(This used to be commit 7d04a36cdb3628ea9c1260f3318f2b964f10c346)
|
|
this test we don't yet support in Samba4. I want to at least try and
test this parts of this codebase...
Andrew Bartlett
(This used to be commit cb2e4ca220ca03cd1893e7f6c18de0ab181817b8)
|
|
(This used to be commit d7f122df1dba30e46e84e294cccecb2e4ef82072)
|
|
Andrew Bartlett
(This used to be commit 018939a8fd224f5aa404f08ec94ac49a7b43d7ec)
|
|
match for what we are using it for here.
Andrew Bartlett
(This used to be commit 305d1421efff3f01db1dce499568874965058e79)
|
|
(This used to be commit e60a485ff5c5d8deb7c0aea5e49d0c1d0ea4fa37)
|
|
(This used to be commit a57af1ff8234ab590ebf28b3316953bec880005c)
|
|
(This used to be commit 99c51b104d05a8ad32563497216271e2f20d4985)
|
|
(This used to be commit af6661e442ff37070cf49b6d9ab85a1c045ef293)
|
|
(This used to be commit 9e95871b3a70310b8c0ca92dfdb595d7cfc559d5)
|
|
implementation of a opendb backend. Use it in combination with
--unclist to tell smbtorture to connect to multiple nodes in the
cluster
(This used to be commit b4e38b1b8dbc3ce817f858f39c3f0521c9832fce)
|
|
(This used to be commit 8311bdfde92a9efe7730ed4a0f5f70f8e0d25ef6)
|
|
(This used to be commit 43ee3f8724164afc90a170c6da713b38d3995191)
|
|
(This used to be commit e2fe45cf4073b68e2a1c6577928d0765e26f3267)
|
|
(This used to be commit 141bd7ac39b66132f989d44d731512f939973f9e)
|
|
added opendb ctdb backend from ronnie
(This used to be commit b0da25cb79f860bfa14ba7a8419c7996d936292b)
|
|
thanks to Ted T'so for pointing this out
(This used to be commit 6921f2f7093bbb6c236f16947072026303e58439)
|
|
(This used to be commit 150bb2238ea91ead3bdde0a34ff801b79bc83ec3)
|
|
(This used to be commit c366610cbc947af84fff3313232ddbc213d61737)
|
|
Andrew Bartlett
(This used to be commit ce080b107c6182c3cf28ec2d3b161c5f4a5a90af)
|
|
(This used to be commit b0e0c5cb94fc6d96dff9acd55ec632e3dd461b17)
|
|
existing ctdb_call() mechanism isn't sufficient. The main problem is
that the operations on the record need to be done with a lock held
while a local posix file operation is happening. We can't use a
ctdb_call callback function to do the actual file opens, renames,
unlinks etc as the callback would run on the wrong node.
So this commit adds the prototypes for two new ctdb API functions
which will make a opendb backend easier. Volker will probably
recognise these functions as they are basically the same as what he
did in his earlier Samba clustering code :-)
(This used to be commit d9a997fd390e4162c015435d1c703fb3a4978f2f)
|
|
ctdb backend to use the updated multi-database API
(This used to be commit 44dcac9e4d81bfc078512248967b6240db9d1bd8)
|
|
(This used to be commit 101cdd1ec1933874e3cb961f4eb365cbd31a728a)
|
|
should I merge this to SAMBA_3_0? as it's also totally
broken there, as the connection_struct definition is completely
different
metze
(This used to be commit 5677b01d1dc63276a36daac400d5b0d935034ce6)
|
|
metze
(This used to be commit f471e752161e392ef7324df30517af1818a27d1d)
|
|
(This used to be commit cbc15e963af67d6b7b4ad7b1f249667e2d7f7fd9)
|
|
GNU Make. This lets GNU Make users bild with $srcdir != $builddir.
(This used to be commit bb473bf856c0108646c67792d5750c84743ea46e)
|
|
(This used to be commit 5a96812929cc8521566017c881b4c3459e7b8a91)
|
|
metze
(This used to be commit 902a76ca705f07c61f86a9ef1346583ba9d3157d)
|
|
needed for VPATH to find the correct files when srcdir != builddir.
This checkin is a test to see which platforms this change will break.
(This used to be commit 1d4e836a50ffea452e688e25c2cae02a410247be)
|
|
- use the same if statement as in input.pm
metze
(This used to be commit 8ffcac65be216df8d1701b900a933b99d6d9a77d)
|
|
(This used to be commit c8ffdc15420c9b849b8d8e930f644ac6f83dcc77)
|
|
(This used to be commit 9400f07738eeedb08f38426964ac23b5d4312de9)
|
|
compiling.
(This used to be commit 976343821b99b04725c9fddee42dbcd0261c2d51)
|
|
(This used to be commit 8b19b8bfbed3e25d1c4e94d1cf3def4f878f8acf)
|
|
(This used to be commit 316283170a411bf751d1bf155f119d1ac0e7d27f)
|