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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tdb: consolidate tdb allocation code - re-use dead records at hash top.
Michael Adam
2014-04-09
2
-43
/
+13
*
tdb/wscript: maintain a global list of unit tests
Stefan Metzmacher
2014-04-02
1
-45
/
+32
*
tdb/test: avoid const warnings by using 'discard_const_p(uint8_t,' instead of...
Stefan Metzmacher
2014-04-02
18
-34
/
+34
*
tdb/test: remove "\n" in diag() arguments
Stefan Metzmacher
2014-04-02
2
-2
/
+2
*
tdb/test: always call fflush() after [f]printf() in tap-interface.h
Stefan Metzmacher
2014-04-02
1
-4
/
+22
*
tdb/tools: avoid const warnings in tdbdump.c
Stefan Metzmacher
2014-04-02
1
-1
/
+1
*
tdb: don't alter errno on success of tdb_open_ex()
Stefan Metzmacher
2014-04-02
1
-0
/
+2
*
tdb: change version to 1.2.13.
Michael Adam
2014-03-18
2
-1
/
+68
*
tdb: Reduce freelist contention
Volker Lendecke
2014-03-18
3
-30
/
+93
*
tdb: Make "tdb_purge_dead" internally public
Volker Lendecke
2014-03-18
2
-1
/
+2
*
tdb: Make "tdb_find_dead" internally public
Volker Lendecke
2014-03-18
2
-3
/
+6
*
tdb: Add "last_ptr" to tdb_find_dead
Volker Lendecke
2014-03-18
1
-4
/
+13
*
tdb: Move adding tailer space to tdb_find_dead
Volker Lendecke
2014-03-18
1
-3
/
+4
*
tdb: Do a best fit search for dead records
Volker Lendecke
2014-03-18
1
-7
/
+13
*
tdb: Don't purge records to a blocked freelist
Volker Lendecke
2014-03-18
1
-1
/
+4
*
tdb: Fix a tdb corruption
Volker Lendecke
2014-03-18
1
-2
/
+5
*
tdb: always open internal databases with incompatible hash.
Michael Adam
2014-02-15
1
-0
/
+5
*
tdb: in tdb_delete_hash, make lock/unlock bracket more obvious
Michael Adam
2014-02-15
1
-1
/
+1
*
tdb: simplify tdb_delete_hash() a bit
Michael Adam
2014-02-14
1
-12
/
+5
*
tdb: tdbtool: dump record magic with fixed number of 8 hex digits
Michael Adam
2014-02-14
1
-1
/
+1
*
tdb: tdbtool: dump record hash with fixed number of 8 hex digits
Michael Adam
2014-02-14
1
-1
/
+1
*
samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4
Matthias Dieter Wallnöfer
2014-01-09
1
-4
/
+0
*
tdb: Avoid reallocs for lockrecs
Volker Lendecke
2013-12-14
3
-17
/
+17
*
lib/tdb: fix compiler warnings
Christian Ambach
2013-12-12
2
-8
/
+8
*
tdb tests: Remove custom code for "tdb2", which has been split out into ntdb.
Jelmer Vernooij
2013-12-06
1
-43
/
+22
*
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
[next]