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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tdb: Fix some typos in comments.
Björn Jacke
2013-09-12
2
-5
/
+5
*
tdb: Fix CID 1034959 Uninitialized scalar variable
Volker Lendecke
2013-07-22
1
-1
/
+1
*
tdb: Fix CID 1034960 Uninitialized scalar variable
Volker Lendecke
2013-07-22
1
-1
/
+1
*
Fix bug 10025 - Lack of Sanity Checking in calls to malloc()/calloc().
Bill Parker
2013-07-17
2
-0
/
+13
*
tdb: Fix typos.
Ralph Wuerthner
2013-06-07
1
-2
/
+2
*
Add "repack" command to tdbtool documentation.
Ralph Wuerthner
2013-06-07
1
-1
/
+9
*
tdb: change version to tdb-1.2.12
Stefan Metzmacher
2013-06-04
2
-1
/
+68
*
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
*
build: Remove autoconf build system
Andrew Bartlett
2013-05-28
1
-41
/
+0
*
tdb: include information about hash function being used in tdbtool info output
Christian Ambach
2013-05-14
1
-0
/
+2
*
tdb: Fix blank line endings
Volker Lendecke
2013-03-26
5
-46
/
+45
*
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
*
ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'
Rusty Russell
2013-02-20
1
-0
/
+5
*
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: Don't segfault if tdb_open_ex for check failed
Volker Lendecke
2013-02-19
1
-0
/
+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: Enhance lock tracking a bit
Volker Lendecke
2013-02-19
1
-0
/
+11
*
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
*
Remove some unused variables.
Jeremy Allison
2013-01-19
1
-3
/
+0
*
tdb: Fix undefined prototype warnings
Volker Lendecke
2013-01-07
1
-0
/
+2
*
tdb: Fix \n in error messages
Volker Lendecke
2013-01-07
1
-2
/
+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: Improve the documentation of tdb_reopen() and tdb_close().
Andreas Schneider
2012-12-12
1
-2
/
+8
*
tdb: Fix possible crash bugs in the python tdb code.
Andreas Schneider
2012-12-12
1
-2
/
+15
[next]