Age | Commit message (Collapse) | Author | Files | Lines |
|
(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)
|
|
paths from builddir and srcdir. builddir has precedence.
(This used to be commit af87c22ecf357c3e83b46cf38acec5b94686d3e9)
|
|
it right for the srcdir != builddir case. Emit some comment lines
that can be used to figure out which parts of the Makefile output
is generated from which config files.
(This used to be commit bdb1532d3a0fc73e615f66966c3d633c7e93fbb6)
|
|
(This used to be commit 0db4256a472975c5097135fa87315038a1350a72)
|
|
(This used to be commit a6141d40b15d52d40998c6206d632a27122a0060)
|
|
when copying hemidal_build since this leads to traversal loops.
(This used to be commit ef32ad83d2edbd8fe638d1f5493b960d2e09b6ae)
|
|
changes in the locks
(This used to be commit 369b185f291f73e4e92481952781c13d59c068fd)
|
|
locking requests.
This fixes a bug noticed by Ronnie Sahlberg (thanks!)
(This used to be commit b4ac085816cbec93c9fd4543a7ce48c5f3f9dca6)
|
|
listing user accounts.
rafal
(This used to be commit aac34f79d05654d094c8d91ad8e8b7f8e17710d6)
|
|
Patch by Ronnie Sahlberg.
(This used to be commit fa5722111dede37d0d6f9a9d227b7ec3ae28f1d4)
|
|
Patch by Ronnie Sahlberg.
(This used to be commit 52a13ddf0242318785b05a8888640b2172435c45)
|
|
Change the signatures for all functions it generates to specify
_U_ so that GCC "parameter not used" warnings are suppressed.
(This used to be commit ec6c503e9d077103c3fecff08400beb2a28e462d)
|
|
better setup multiple environments.
Run the mk-keyblobs script before we need variables it defines.
Andrew Bartlett
(This used to be commit 448ffc68f35f54ea9e754764311eceaf84b465da)
|
|
This needs the pid file to be in the right spot.
Andrew Bartlett
(This used to be commit cf9993a309ffe605610e4aaa2281576f319b5df0)
|
|
(This used to be commit e5d0487f3196da4e5aa79a6f285b3f3d23d303ca)
|
|
changing the FindFirst response for the UNIX_INFO2 level to include
a length field before the name. The name is not required to be null
terminated. the lenght field does not count any null.
(This used to be commit eef672bfff6b112ceceec2a58c78042352e83276)
|
|
metze
(This used to be commit 7cb01a64953580d72bda3a8ddb727b5abd1ec0ff)
|
|
see http://www.hsc.fr/ressources/articles/win_net_srv/msrpc_wzcsvc.html
and http://www.hsc.fr/ressources/articles/win_net_srv/msrpc_scheduler.html
thanks to jbm for the report!
metze
(This used to be commit 8bc1316741e59da100aee434617136136fdedb3f)
|
|
(This used to be commit 52f32b7330ee1a2dd5850fd0e412279777edc00d)
|
|
(This used to be commit 36cd3406db06e3101cfede2f3935879cb11eeb93)
|