summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/tdb/common/open.c
Commit message (Expand)AuthorAgeFilesLines
* tdb: Sync to tdb 1.2.11 from upstreamAmitay Isaacs2013-05-291-4/+28
* lib/tdb: Sync tdb from samba git treeAmitay Isaacs2012-04-131-14/+47
* tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash.Rusty Russell2010-10-071-3/+18
* tdb: automatically identify Jenkins hash tdbsRusty Russell2010-10-071-14/+27
* tdb: add Bob Jenkins lookup3 hash as helper hash.Rusty Russell2010-10-071-15/+1
* lib/tdb: fix c++ build warning in tdb_header_hash().Günther Deschner2010-10-071-1/+1
* tdb: added TDB_NO_FSYNC env variableAndrew Tridgell2010-10-071-0/+4
* tdb: put example hashes into header, so we notice incorrect hash_fn.Rusty Russell2010-10-071-1/+54
* tdb: remove unused variable in tdb_new_database().Rusty Russell2010-08-161-1/+0
* tdb: fix short write logic in tdb_new_databaseRusty Russell2010-08-161-15/+1
* tdb: Fix indentation in tdb_new_database()Volker Lendecke2010-04-221-1/+1
* Fix some nonempty blank linesVolker Lendecke2010-04-221-4/+4
* tdb: use tdb_nest_lock() for active lock.Rusty Russell2010-04-221-5/+10
* tdb: use tdb_nest_lock() for open lock.Rusty Russell2010-04-221-2/+3
* tdb: cleanup: tdb_have_extra_locks() helperRusty Russell2010-04-221-1/+1
* tdb: cleanup: rename global_lock to allrecord_lock.Rusty Russell2010-04-221-1/+1
* tdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.Rusty Russell2010-04-221-4/+4
* tdb: cleanup: split brlock and brunlock methods.Rusty Russell2010-04-221-9/+9
* tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behaviorStefan Metzmacher2009-12-161-0/+17
* tdb: always set tdb->tracefd to -1 to be safe on goto failStefan Metzmacher2009-12-161-4/+3
* tdb: reset tdb->fd to -1 in tdb_close()Kirill Smelkov2009-12-161-1/+3
* lib/tdb: wean off TDB_ERRCODE.Rusty Russell2009-12-161-2/+4
* lib/tdb: TDB_TRACE support (for developers)Rusty Russell2009-12-161-2/+29
* lib/tdb: don't overwrite TDBs with different version numbers.Rusty Russell2009-12-161-5/+7
* Add define guards around otherwise unused variable. Jeremy. (cherry picked fr...Jeremy Allison2009-12-161-0/+3
* tdb: don't alter tdb->flags in tdb_reopen_all()Rusty Russell2009-08-041-6/+13
* tdb: Reimplementation of Metze's "lib/tdb: if we know pwrite and pread are th...Rusty Russell2009-08-041-5/+10
* merge from samba4Andrew Tridgell2008-01-181-4/+2
* merge from Samba4Andrew Tridgell2008-01-051-4/+25
* convert tdb from u32 to uint32_t to match the current Samba treesAndrew Tridgell2008-01-051-5/+5
* make sure we set close on exec on any possibly inherited fdsAndrew Tridgell2007-09-191-0/+5
* update lib/tdb from samba4Andrew Tridgell2007-07-101-2/+1
* update lib/replace from samba4Andrew Tridgell2007-07-101-1/+1
* merge local copy of tdb from samba4 tdbAndrew Tridgell2007-04-161-13/+13
* added rest of tdb (missed in earlier commit)Andrew Tridgell2007-02-201-0/+465