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