index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
tdb
/
common
/
open.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tdb:common/open.c - use "discard_const_p" for certain "tdb->name" assignments
Matthias Dieter Wallnöfer
2010-11-27
1
-2
/
+2
*
tdb: set tdb->name early, as it's needed for tdb_name()
Stefan Metzmacher
2010-11-12
1
-6
/
+27
*
tdb: Set _PUBLIC_ in C file rather than header files (Debian bug 600898)
Jelmer Vernooij
2010-10-21
1
-9
/
+9
*
tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash.
Rusty Russell
2010-09-27
1
-3
/
+18
*
tdb: automatically identify Jenkins hash tdbs
Rusty Russell
2010-09-27
1
-14
/
+27
*
tdb: add Bob Jenkins lookup3 hash as helper hash.
Rusty Russell
2010-09-27
1
-15
/
+1
*
lib/tdb: fix c++ build warning in tdb_header_hash().
Günther Deschner
2010-09-20
1
-1
/
+1
*
tdb: added TDB_NO_FSYNC env variable
Andrew Tridgell
2010-09-16
1
-0
/
+4
*
tdb: put example hashes into header, so we notice incorrect hash_fn.
Rusty Russell
2010-09-13
1
-1
/
+54
*
tdb: remove unused variable in tdb_new_database().
Günther Deschner
2010-05-11
1
-1
/
+0
*
tdb: fix short write logic in tdb_new_database
Rusty Russell
2010-05-05
1
-15
/
+1
*
tdb: Fix indentation in tdb_new_database()
Volker Lendecke
2010-03-25
1
-1
/
+1
*
Fix some nonempty blank lines
Volker Lendecke
2010-03-25
1
-4
/
+4
*
tdb: use tdb_nest_lock() for active lock.
Rusty Russell
2010-02-24
1
-5
/
+10
*
tdb: use tdb_nest_lock() for open lock.
Rusty Russell
2010-02-22
1
-2
/
+3
*
tdb: cleanup: tdb_have_extra_locks() helper
Rusty Russell
2010-02-17
1
-1
/
+1
*
tdb: cleanup: rename global_lock to allrecord_lock.
Rusty Russell
2010-02-17
1
-1
/
+1
*
tdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.
Rusty Russell
2010-02-17
1
-4
/
+4
*
tdb: cleanup: split brlock and brunlock methods.
Rusty Russell
2010-02-17
1
-9
/
+9
*
tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior
Stefan Metzmacher
2009-11-20
1
-0
/
+17
*
tdb: always set tdb->tracefd to -1 to be safe on goto fail
Stefan Metzmacher
2009-11-20
1
-4
/
+3
*
tdb: reset tdb->fd to -1 in tdb_close()
Kirill Smelkov
2009-10-29
1
-1
/
+3
*
lib/tdb: wean off TDB_ERRCODE.
Rusty Russell
2009-10-22
1
-2
/
+4
*
lib/tdb: TDB_TRACE support (for developers)
Rusty Russell
2009-10-22
1
-2
/
+29
*
lib/tdb: don't overwrite TDBs with different version numbers.
Rusty Russell
2009-08-28
1
-5
/
+7
*
Add define guards around otherwise unused variable.
Jeremy Allison
2009-08-06
1
-0
/
+3
*
tdb: don't alter tdb->flags in tdb_reopen_all()
Rusty Russell
2009-07-31
1
-6
/
+13
*
tdb: Reimplementation of Metze's "lib/tdb: if we know pwrite and pread are th...
Rusty Russell
2009-07-31
1
-5
/
+10
*
tdb: Revert "lib/tdb: if we know pwrite and pread are thread/fork safe tdb_re...
Rusty Russell
2009-07-31
1
-5
/
+0
*
lib/tdb: if we know pwrite and pread are thread/fork safe tdb_reopen_all() sh...
Stefan Metzmacher
2009-02-25
1
-0
/
+5
*
Move common libraries from root to lib/.
Jelmer Vernooij
2008-09-17
1
-0
/
+488