index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
tdb
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
tdb: Add another overflow check to tdb_expand_adjust
Volker Lendecke
2013-06-03
1
-0
/
+6
*
tdb: Make tdb_recovery_allocate overflow-safe
Volker Lendecke
2013-06-03
1
-1
/
+6
*
tdb: Make tdb_recovery_size overflow-safe
Volker Lendecke
2013-06-03
2
-7
/
+28
*
tdb: add proper OOM/ENOSPC handling to tdb_expand()
Stefan Metzmacher
2013-06-03
1
-8
/
+23
*
tdb: add overflow detection to tdb_expand_adjust()
Stefan Metzmacher
2013-06-03
1
-3
/
+31
*
tdb: add overflow/ENOSPC handling to tdb_expand_file()
Stefan Metzmacher
2013-06-03
1
-1
/
+11
*
tdb: add a 'new_size' helper variable to tdb_expand_file()
Stefan Metzmacher
2013-06-03
1
-4
/
+7
*
tdb: Add overflow-checking tdb_add_off_t
Volker Lendecke
2013-06-03
2
-0
/
+12
*
tdb: fix logging of offets and lengths.
Rusty Russell
2013-05-28
7
-47
/
+46
*
tdb: include information about hash function being used in tdbtool info output
Christian Ambach
2013-05-14
1
-0
/
+2
*
tdb: Little format change
Volker Lendecke
2013-03-26
1
-1
/
+1
*
tdb: Slightly simplify tdb_expand_file
Volker Lendecke
2013-03-05
1
-2
/
+4
*
tdb: Slightly simplify transaction_write
Volker Lendecke
2013-02-19
1
-8
/
+2
*
tdb: Make tdb_release_transaction_locks use tdb_allrecord_unlock
Volker Lendecke
2013-02-19
1
-1
/
+1
*
tdb: Factor out the retry loop from tdb_allrecord_upgrade
Volker Lendecke
2013-02-19
1
-20
/
+39
*
tdb: Simplify fcntl_lock() a bit
Volker Lendecke
2013-02-19
1
-4
/
+4
*
tdb: Use tdb_null in freelistcheck
Volker Lendecke
2013-02-19
1
-3
/
+2
*
tdb: Fix a typo
Volker Lendecke
2013-02-16
1
-1
/
+1
*
tdb: Remove "header" from tdb_context
Volker Lendecke
2013-02-05
13
-59
/
+64
*
tdb: Pass argument "header" to check_header_hash
Volker Lendecke
2013-02-05
1
-4
/
+6
*
tdb: Pass argument "header" to tdb_new_database
Volker Lendecke
2013-02-05
1
-6
/
+8
*
tdb: Fix undefined prototype warnings
Volker Lendecke
2013-01-07
1
-0
/
+2
*
tdb: Add a comment explaining the "check"
Volker Lendecke
2012-12-21
1
-1
/
+4
*
tdb: Make tdb_new_database() follow a more conventional style
Volker Lendecke
2012-12-21
1
-3
/
+4
*
tdb: Fix a typo
Volker Lendecke
2012-12-21
1
-1
/
+1
*
tdb: Fix a typo
Volker Lendecke
2012-12-21
1
-1
/
+1
*
tdb: Use tdb_lock_covered_by_allrecord_lock in tdb_unlock
Volker Lendecke
2012-12-21
1
-7
/
+1
*
tdb: Factor out tdb_lock_covered_by_allrecord_lock from tdb_lock_list
Volker Lendecke
2012-12-21
1
-23
/
+31
*
tdb: Simplify logic in tdb_lock_list slightly
Volker Lendecke
2012-12-21
1
-7
/
+22
*
tdb: Slightly simplify tdb_lock_list
Volker Lendecke
2012-12-21
1
-11
/
+11
*
tdb: Fix blank line endings
Volker Lendecke
2012-12-21
11
-89
/
+89
*
tdb: Fix a comment
Volker Lendecke
2012-12-21
1
-1
/
+1
*
tdb: Fix a typo
Volker Lendecke
2012-12-21
1
-1
/
+1
*
tdb: Fix a missing CONVERT
Volker Lendecke
2012-12-21
1
-1
/
+1
*
tdb: Make tdb robust against improper CLEAR_IF_FIRST restart
Volker Lendecke
2012-10-06
1
-4
/
+28
*
tdb: Make robust against shrinking tdbs
Rusty Russell
2012-10-06
1
-12
/
+20
*
tdb: add tdb_rescue()
Rusty Russell
2012-10-04
1
-0
/
+349
*
tdb: Fix a typo
Volker Lendecke
2012-10-02
1
-1
/
+1
*
tdb: make TDB_NOSYNC merely disable sync.
Rusty Russell
2012-06-22
1
-9
/
+8
*
lib/tdb: Add/expose lock functions to support CTDB
Amitay Isaacs
2012-03-29
1
-2
/
+16
*
lib/tdb: fix transaction issue for HAVE_INCOHERENT_MMAP.
Rusty Russell
2012-03-23
1
-11
/
+10
*
lib/tdb: fix missing return 0 code.
Rusty Russell
2012-03-23
1
-1
/
+1
*
lib/tdb: fix OpenBSD incoherent mmap.
Rusty Russell
2012-03-22
3
-20
/
+35
*
tdb: make tdb_private.h idempotent.
Rusty Russell
2012-02-14
1
-0
/
+3
*
Fix compile when TDB_TRACE is enabled.
Ira Cooper
2012-01-06
1
-1
/
+1
*
tdb: Use tdb_parse_record in tdb_update_hash
Volker Lendecke
2011-12-25
1
-12
/
+16
*
tdb: don't free old recovery area when expanding if already at EOF.
Rusty Russell
2011-12-21
1
-17
/
+30
*
tdb: use same expansion factor logic when expanding for new recovery area.
Rusty Russell
2011-12-21
3
-21
/
+34
*
tdb: Avoid a malloc/memcpy in _tdb_store
Volker Lendecke
2011-12-19
1
-17
/
+8
*
tdb: be more careful on 4G files.
Rusty Russell
2011-12-19
6
-23
/
+53
[next]