summaryrefslogtreecommitdiffstats
path: root/ctdb
Commit message (Collapse)AuthorAgeFilesLines
...
| * | server: move error handling to a 'fail' label in ↵Stefan Metzmacher2009-12-161-14/+19
| | | | | | | | | | | | | | | | | | | | | | | | ctdb_control_transaction_commit() metze (This used to be ctdb commit d874463235fa299e83fe562291c688aca3b85cf3)
| * | server/recovery: update flags on nodes before syncing dbsStefan Metzmacher2009-12-161-0/+17
| | | | | | | | | | | | | | | | | | metze (This used to be ctdb commit 49d2dca9ad837e1b397294fb0e966bf0b77f751c)
| * | server: open /var/ctdb/state/persistent_health.tdb.X on startupStefan Metzmacher2009-12-162-5/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | This node internal tdb will store the HEALTH state of persistent tdbs. metze (This used to be ctdb commit cbda4666be88c11a810a192a70667b57f773ace1)
| * | server: create vactune.tdb.X with 0600 permissionsStefan Metzmacher2009-12-161-1/+1
| | | | | | | | | | | | | | | | | | metze (This used to be ctdb commit 21677ed6fb8c589f348321533c608cad58c4ec93)
| * | server: create vactun.tdb.X under /var/ctdb/stateStefan Metzmacher2009-12-161-2/+2
| | | | | | | | | | | | | | | | | | metze (This used to be ctdb commit 1db17f312558fe59983a3465680e56c9f0c19e36)
| * | server: create recdb.tdb.X in /var/ctdb/state/Stefan Metzmacher2009-12-161-1/+3
| | | | | | | | | | | | | | | | | | metze (This used to be ctdb commit 92e05282d6c4f16e55d914cc3bde3738ea2d44ad)
| * | server: only do the mkdir() calls for db_directory* once at the startStefan Metzmacher2009-12-164-25/+52
| | | | | | | | | | | | | | | | | | metze (This used to be ctdb commit f30f33685db50860b6cd6fd1b6bdc3066620a78f)
| * | server: add db_directory_state to ctdb_contextStefan Metzmacher2009-12-164-0/+24
| | | | | | | | | | | | | | | | | | metze (This used to be ctdb commit 656a6ec5ed81ccfbb86144156a3158e48f105ee4)
| * | server: create tdbs with 0600 permissions in ctdb_local_attach()Stefan Metzmacher2009-12-161-1/+1
| | | | | | | | | | | | | | | | | | metze (This used to be ctdb commit 6529a1328b9ec304ad306674651b2a67e4426e23)
| * | config: load 'ctdb' config before 'nfs' config in statd-calloutStefan Metzmacher2009-12-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All other scripts do 'loadconfig ctdb' before any other 'loadconfig foo' call. I think we should do the same in statd-callout. Otherwise it's very confusing, if you have configured some Options in /etc/sysconfig/ctdb, but /etc/ctdb/statd-callout doesn't notice them. metze (This used to be ctdb commit 10d95581fb90bfdf58ec32345c4e36c27acf4f37)
| * | ctdb: pass TDB_DISALLOW_NESTING to all tdb_open/tdb_wrap_open callsStefan Metzmacher2009-12-165-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 1635e931b909c66eb3b1f5357e3a549b1a0da70d)
| * | Fix release script with newer versins of gitSimo Sorce2009-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 4334092cbae28181ba0d1cf2ac026961f2192972) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 093f57a2c00f2d629a3b58e58202f1a7e1bbd406)
| * | tdb tools: Mostly cosmetic adaptionsMatthias Dieter Wallnöfer2009-12-162-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> (cherry picked from samba commit 9776cb03450d21da5d454e683bdba29793ba3f67) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit d1873bd81bfc9f486b88f3a38c65c7de8f5a0909)
| * | tdb: change version to 1.2.0 after adding TDB_*ALLOW_NESTINGStefan Metzmacher2009-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | metze (cherry picked from samba commit 5ca0a4bfd6fdbb515835682a12f715283b46cb3e) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 04aeac728f56c65b973762f09977de1b1b99099e)
| * | tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behaviorStefan Metzmacher2009-12-165-3/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to keep TDB_ALLOW_NESTING as default behavior, so that existing code continues to work. However we may change the default together with a major version number change in future. metze (cherry picked from samba commit 3b9f19ed919fef2e88b2f92ae541e07bc7379cd1) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit c1c0ede32dc00ed619d1cf5fda40a9de43995f3a)
| * | tdb: always set tdb->tracefd to -1 to be safe on goto failStefan Metzmacher2009-12-161-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | metze (cherry picked from samba commit 85449b7bcc4bd7948bea38b5514a02357950a002) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 855391c1e37012b0d6c673a304bb8da8a1efcd72)
| * | tdb: Fix a C++ warning (cherry picked from samba commit ↵Volker Lendecke2009-12-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | be88a126ea50ea7e41583f402013c63234305e48) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 6126f04bd4982b66564dcccd92a15baf9cb856f3)
| * | tdb: update README a bitKirill Smelkov2009-12-161-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While studying tdb, I've noticed a couple of mismatches between readme and actual code: - tdb_open_ex changed it's log_fn argument to log_ctx - there is now no tdb_update(), which it seems was transformed into non-exported tdb_update_hash() There were other mismatches, but I don't remember them now, sorry. Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (cherry picked from samba commit 83de5c826313aa09c76131ae70550bd81b3521c5) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 7a88f1df9190674deaf5dcbedad02ae4120a5263)
| * | tdb: add tests for double .close() in pytdbKirill Smelkov2009-12-161-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The reason I do it is that when using older python-tdb as shipped in Debian Lenny, python interpreter crashes on this test: (gdb) bt #0 0xb7f8c424 in __kernel_vsyscall () #1 0xb7df5640 in raise () from /lib/i686/cmov/libc.so.6 #2 0xb7df7018 in abort () from /lib/i686/cmov/libc.so.6 #3 0xb7e3234d in __libc_message () from /lib/i686/cmov/libc.so.6 #4 0xb7e38624 in malloc_printerr () from /lib/i686/cmov/libc.so.6 #5 0xb7e3a826 in free () from /lib/i686/cmov/libc.so.6 #6 0xb7b39c84 in tdb_close () from /usr/lib/libtdb.so.1 #7 0xb7b43e14 in ?? () from /var/lib/python-support/python2.5/_tdb.so #8 0x0a038d08 in ?? () #9 0x00000000 in ?? () master's pytdb does not (we have a check for self->closed in obj_close()), but still... Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (cherry picked from samba commit 71a21393dd1bb61bded82b1581ac6d5bd3b0153c) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 03372b4ea8ba2938468a5c0fc234d604966ce070)
| * | tdb: reset tdb->fd to -1 in tdb_close()Kirill Smelkov2009-12-161-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So that erroneous double tdb_close() calls do not try to close() same fd again. This is like SAFE_FREE() but for fd. Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (cherry picked from samba commit b4424f8234a78a79fb2d71d46ca208b4f12e0f9e) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit f5c992bdaeb73ef726ff4728a9922721474cd6f5)
| * | tdb: fix typo in python's Tdb.get() docstringKirill Smelkov2009-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's Tdb.get(), not Tdb.fetch(). Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (cherry picked from samba commit cfed5f946de0992a594c189ee3c19cf98e59d380) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 76aacdd8e1106f26565e25903091a757b59cd7e2)
| * | tdb: detect tdb store of identical records and skipAndrew Tridgell2009-12-161-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | This can help with ldb where we rewrite the index records (cherry picked from samba commit d4c0e8fdf063f88032c32de7ece60d502b322089) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 470750fa2e3cf987f10de48451b1ee13aab03907)
| * | tdb: rename 'struct list_struct' into 'struct tdb_record'Stefan Metzmacher2009-12-169-54/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | metze (cherry picked from samba commit 3b62e250c066f44d0ab08a7db037b6b4f74a914b) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 03b3682e3fa53c9f5fdf2c4beac8b5d030fd2630)
| * | lib/tdb: make tdbtool use tdb_check() for "check" commandRusty Russell2009-12-161-14/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, set logging function so we get more informative messages. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (cherry picked from samba commit 094493115971cf3d5a3138ff10ebe02335824723) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 6ac7ef8bf4d384f880c7f483ace70f8e08c15a8b)
| * | lib/tdb: add tdb_check()Rusty Russell2009-12-166-3/+439
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ctdb wants a quick way to detect corrupt tdbs; particularly, tdbs with loops in their hash chains. tdb_check() provides this. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (cherry picked from samba commit 022b4d4aa6861c1e3e6d76484d92555221cb6d14) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit df1a3ce0380fa9d8722b2f9b16f65557095e4c83)
| * | tdb: kill last bits from swigKirill Smelkov2009-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We no longer use swig for pytdb, so there is no need for swig make rules. Also pytdb.c header should be updated. Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (cherry picked from samba commit ecbe5ebd8d1c44a478c613eb1cace0521142d0d3) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 27611d6a0c313732e438cb24c82b9de126e50156)
| * | lib/tdb: sync build files from samba masterStefan Metzmacher2009-12-1623-1244/+513
| | | | | | | | | | | | | | | | | | | | | | | | metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 1d5c5a221c28f1dc652a80ed516a0f18ba588d9f)
| * | s3 build: Remove unused fstat check to fix a bunch of HAVE_FSTAT warnings ↵Stefan Metzmacher2009-12-161-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from samba commit 2c2545d45af9c7479bf032fff1263e102926a495) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit c40d14b1b7ba7c9ae40c0306a2e552504e0f92a6)
| * | lib/tdb: include replace.h and system/filesys.h in pytdb.cStefan Metzmacher2009-12-161-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the build on Tru64. metze (cherry picked from samba commit 3718cf294ad1f3e00178cb34b2c914c9aecf2016) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 5652e403be099f35cdd29fda8ba4fe2c35de8035)
| * | Avoid using a utility header for Python replacements included in Samba, ↵Stefan Metzmacher2009-12-162-32/+5
| | | | | | | | | | | | | | | | | | | | | | | | since this will not be shipped with talloc/tdb/tevent/etc. (cherry picked from samba commit ba5d6e6d706ebf07640ee24d701255cbb4803525) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit da47169c4d3bc1b446b49610d892df05638e912c)
| * | s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4 (cherry ↵Stefan Metzmacher2009-12-162-1/+32
| | | | | | | | | | | | | | | | | | | | | | | | picked from samba commit 61a23c5eea2203721a70a4ad41bfdc6cd1d6a2a7) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 4130c5dd10869b071124e2bf04d6807bbb11ab1f)
| * | py: Properly increase the reference counter of Py_None. (cherry picked from ↵Stefan Metzmacher2009-12-161-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | samba commit d2c70d24e12293d9b4272eb310a6a4c4582b2d92) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit e7242221c3318a5c312e17ff4074bef80b639ca8)
| * | Make sure to not close tdb database more than once. (cherry picked from ↵Jelmer Vernooij2009-12-161-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | samba commit 6fe6983e4c960abc69d5fa80cbef534ae515209a) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 52f78e040749d24058ee1f575d949b57d15f5987)
| * | Implement missing functions in pytdb. (cherry picked from samba commit ↵Jelmer Vernooij2009-12-162-34/+66
| | | | | | | | | | | | | | | | | | | | | | | | 2da551bbcc6cab296769c193b0b82aaa6256cece) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 3a671b11770057c91e0ae646499d4714f52bc5c0)
| * | Add simple manually written replacement for the tdb module. (cherry picked ↵Stefan Metzmacher2009-12-163-0/+609
| | | | | | | | | | | | | | | | | | | | | | | | from samba commit 2a61fd41e9d4d2e3d7b47a816544c88bb369bc03) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 2231ee0aa163d68383dd9636f25f033fe7c1f3e7)
| * | tdb: Add simple reimplementation of tdbdump in Python as an example of the ↵Jelmer Vernooij2009-12-161-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | tdb Python bindings. (This used to be commit 47d797f7885b1e7bcff724496ecb1990e8440eea) (cherry picked from samba commit 6bdd1425b75c8931965f0e5627f5a63dc6820a7c) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 363c34d4bb488609317794cd3153d85c12643110)
| * | Remove unecessary msync. Jeremy. (cherry picked from samba commit ↵Jeremy Allison2009-12-161-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | 0bae1ef3de8fda5e1e2d641b14a408e627396912) (This used to be commit db2acaf46fdc38078b6b28b68909e289f6c9e0ec) (cherry picked from samba commit a1cf3ad5d655cf5a847df6d6299b3af1a30ec1e3) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 236dc2fa29b3c0caec51859dbd469f0a13f5917e)
| * | The msync manpage reports that msync *must* be called before munmap. Failure ↵Stefan Metzmacher2009-12-162-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | to do so may result in lost data. Fix an ifdef check, I really think we meant to check HAVE_MMAP here. (cherry picked from samba commit 74c8575b3f3b90ea21ae6aa7ccd95947838af956) (This used to be commit 8fd54bb55f0c23bd025d1719abcbe75c6a2ea8ac) (cherry picked from samba commit b39e332bd7803dd4ce8267f750c497b5deb837ee) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 5aa0ab328c36ecd4d7ec03f921e6027340c2ef13)
| * | Attempt to fix bug 5684Volker Lendecke2009-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the ctdb checkin dde9f3f006 tdb optimized out write lock checks for write-enabled transaction. Sadly, this also removed the possibility to ever remove dead records left over from tdb_delete calls within a transaction. Tridge, please check this! Did dde9f3f006 have any reason beyond performance optimizations? Thanks, Volker (cherry picked from samba commit 3f884c4ae36f3260e63626bdd4989d9258ae6497) (This used to be commit 1d85e0647e287d269b3f6b534da88f497d6f76c3) (cherry picked from samba commit 8c88209c6f4b57b0dbe1459bd5bc583c5d321758) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit b02bf7659f04f1fa203834bd75a2392b48e56c16)
| * | lib/tdb/tools/tdbtorture.c: fixed memory leak.Slava Semushin2009-12-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found by cppcheck: [lib/tdb/tools/tdbtorture.c:326]: (error) Memory leak: pids (cherry picked from samba commit 497b9e460b5defd60de89b9c5bed890f83ca86a1) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 5d4cc4b018a538dc3f1d79fe091f3e6e67003daf)
| * | added basic testing of tdb_transaction_prepare_commit() in tdbtorture ↵Andrew Tridgell2009-12-161-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from samba commit 84547b8dba3c0cf4e20b3c50d9386081d475df6b) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 923b61fe722c0aec8a5b6ac8dd1df74957dc102b)
| * | make tdbbackup use transactionsAndrew Tridgell2009-12-161-6/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tdbbackup was originally written before we had transactions, and it attempted to use its own fsync() calls to make it safe. Now that we have transactions we can do it in a much safer (and faster!) fashion (cherry picked from samba commit 2e4247782bd5812bc8e7ea24194c8436748bb2fa) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit cd23d36ada9631095ca68663516de0c8d8c3bbed)
| * | fixed tdbbackup to give tdb error messages (cherry picked from samba commit ↵Andrew Tridgell2009-12-161-7/+31
| | | | | | | | | | | | | | | | | | | | | | | | 08be1420ba52ef9bba90d0f811c7810841ee8568) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 3d44412593b8748a5158e15b83cd9eb548231194)
| * | lib/tdb: add -t (always use transactions) option to tdbtortureRusty Russell2009-12-161-12/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This means you can kill it at any time and expect no corruption. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (cherry picked from samba commit 0fc6800005ffb532a5e5699c97f13f1de138d51f) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit f7278a277ed91587cae5b5e3660dad7124bdb73f)
| * | lib/tdb: wean off TDB_ERRCODE.Rusty Russell2009-12-169-40/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was a regrettable hack which I used to reduce line count in tdb; in fact it caused confusion as can be seen in this patch. In particular, ecode now needs to be set before TDB_LOG anyway, and having it exposed in the header is useless (the struct tdb_context isn't defined, so it's doubly useless). Also, we should never set errno, as io.c was doing. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (cherry picked from samba commit b77f41d58b05101e02d8ac0e54cb0e30807d89c2) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit a6620f6e74aadc708395b21b42303d1082192fcc)
| * | lib/tdb: TDB_TRACE support (for developers)Rusty Russell2009-12-167-55/+402
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When TDB_TRACE is defined (in tdb_private.h), verbose tracing of tdb operations is enabled. This can be replayed using "replay_trace" from http://ccan.ozlabs.org/info/tdb. The majority of this patch comes from moving internal functions to _<funcname> to avoid double-tracing. There should be no additional overhead for the normal (!TDB_TRACE) case. Note that the verbose traces compress really well with rzip. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (cherry picked from samba commit 703004340c3e0f43f741bd368d2525cfd187d590) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit b01b756cb577f32a1ec4597efb00017241e01685)
| * | tdb: fixed the intermittent failure of tdbtorture in the build farmAndrew Tridgell2009-12-161-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was a race condition that caused the torture.tdb to be left in a state that needed recovery. The torture code thought that any message from the tdb code was an error, so the "recovered" message, which is a TDB_DEBUG_TRACE message, marked the run as being an error when it isn't. (cherry picked from samba commit 5dcf0069b68149575fe6166019dd90b73885926b) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 43c97b259b19c42b4edc7f83dbfc5e486568b4e3)
| * | tdb:tdbtool: fix indentation.Michael Adam2009-12-161-178/+177
| | | | | | | | | | | | | | | | | | | | | | | | | | | Michael (cherry picked from samba commit e440a2e11e78a562f97971c0dfe0cf3f694996ff) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit c1b8d32b4ef87b9d8f37b451f47fcee2ea753d21)
| * | Fix all warnings in source3 with gcc4.3. Jeremy. (cherry picked from samba ↵Stefan Metzmacher2009-12-161-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | commit 07e0094365e8dc360a83eec2e7cf9b1d5d8d6d00) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit e4d49c182e12c2d429d0414209cc2c8ccc19dc91)
| * | s3/s4: Fix "shadows a global declaration" warning (cherry picked from samba ↵Tim Prouty2009-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | commit e48a5cd5d4fc2626b09af16a0ac68c638d081437) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 94f5728a77b8c772fb16c4744c24b45de8016e52)