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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
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
2024-07-27
tdb: allow tracing of internal tdb
Douglas Bagnall
1
-8
/
+13
2023-10-13
tdb: Do not pass non–null‐terminated strings to strcmp() (CID 1449485)
Joseph Sutton
1
-1
/
+7
2023-04-14
lib:tdb: Fix code spelling
Andreas Schneider
1
-2
/
+2
2019-08-06
tdb: Introduce tdb_oob()
Volker Lendecke
1
-3
/
+3
2019-01-28
lib:tdb: Use C99 initializer for tdb_header
Andreas Schneider
1
-1
/
+3
2018-11-06
tdb: Allow !CLEAR_IF_FIRST & MUTEX_LOCKING
Volker Lendecke
1
-49
/
+42
2018-10-25
tdb: Use explicit initialization
Volker Lendecke
1
-3
/
+1
2018-10-25
tdb: Avoid casts
Volker Lendecke
1
-3
/
+3
2018-03-22
tdb: Make sure the hash size fits
Volker Lendecke
1
-0
/
+15
2017-08-17
tdb: Clarify the CLEAR_IF_FIRST locked logic
Volker Lendecke
1
-32
/
+38
2015-12-18
tdb: Refuse to load a database with hash size 0
Andrew Bartlett
1
-0
/
+7
2014-11-20
tdb: allow tdb_open_ex() with O_RDONLY of TDB_FEATURE_FLAG_MUTEX tdbs.
Stefan Metzmacher
1
-9
/
+9
2014-05-22
tdb: add TDB_MUTEX_LOCKING support
Volker Lendecke
1
-0
/
+200
2014-05-22
tdb: introduce tdb->hdr_ofs
Volker Lendecke
1
-15
/
+38
2014-05-22
tdb: introduce TDB_SUPPORTED_FEATURE_FLAGS
Stefan Metzmacher
1
-0
/
+28
2014-05-12
tdb: return ENOSYS if the tdb was created with spinlocks.
Stefan Metzmacher
1
-0
/
+1
2014-04-02
tdb: don't alter errno on success of tdb_open_ex()
Stefan Metzmacher
1
-0
/
+2
2014-02-15
tdb: always open internal databases with incompatible hash.
Michael Adam
1
-0
/
+5
2013-12-14
tdb: Avoid reallocs for lockrecs
Volker Lendecke
1
-0
/
+1
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
tdb-1.2.11
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
[next]