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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-03
lib/tdb: Rename manpages/ to man/.
Karolin Seeger
5
-12
/
+12
2012-11-29
docs: man tdbtool: Add missing meta data.
Karolin Seeger
1
-1
/
+1
2012-10-06
tdb: Make tdb robust against improper CLEAR_IF_FIRST restart
Volker Lendecke
1
-4
/
+28
2012-10-06
tdb: Make robust against shrinking tdbs
Rusty Russell
1
-12
/
+20
2012-10-04
tdb: add -e option to tdbdump (and docment it).
Rusty Russell
2
-3
/
+53
2012-10-04
tdb: tdbdump should log errors, and fail in that case.
Rusty Russell
1
-2
/
+38
2012-10-04
tdb: add tdb_rescue()
Rusty Russell
7
-4
/
+622
2012-10-02
tdb: Fix a typo
Volker Lendecke
1
-1
/
+1
2012-08-10
tdb/test: fix build on OSF/1
Björn Jacke
1
-15
/
+15
2012-08-04
doc: Remove build/ from doxygen config or it will not work in brew.
Andreas Schneider
1
-4
/
+1
2012-07-30
lib/tdb: Fix format string errors found by -Werror=format in tdb tests
Andrew Bartlett
1
-4
/
+4
2012-07-16
pytdb: Check if the database is closed before we touch it
Andrew Bartlett
2
-10
/
+85
2012-07-16
pytdb: Check for errors parsing strings into TDB_DATA
Andrew Bartlett
1
-0
/
+16
2012-06-26
tdb: finish weaning off err.h.
Rusty Russell
7
-23
/
+28
2012-06-22
tdb: don't use err.h in tests.
Rusty Russell
21
-22
/
+1
2012-06-22
tdb: make TDB_NOSYNC merely disable sync.
Rusty Russell
3
-15
/
+20
2012-06-22
autobuild: always set TDB_NO_FSYNC.
Rusty Russell
1
-0
/
+4
2012-06-19
tdb/wscript: Remove unecessary semicolons.
Jelmer Vernooij
1
-4
/
+4
2012-06-14
tdb: remove unused debug_fprintf() macro that breaks the build
Stefan Metzmacher
1
-2
/
+0
2012-06-12
tdb:tests: fix use of a non-existent word (existant)
Michael Adam
1
-2
/
+2
2012-05-30
build: Remove unused release scripts for tdb
Andrew Bartlett
6
-497
/
+0
2012-03-29
lib/tdb: Update ABI
Amitay Isaacs
2
-1
/
+67
2012-03-29
lib/tdb: Add/expose lock functions to support CTDB
Amitay Isaacs
1
-2
/
+16
2012-03-23
lib/tdb: fix transaction issue for HAVE_INCOHERENT_MMAP.
Rusty Russell
1
-11
/
+10
2012-03-23
lib/tdb: fix test/run-die-during-transaction when HAVE_INCOHERENT_MMAP.
Rusty Russell
1
-0
/
+5
2012-03-23
lib/tdb: fix missing return 0 code.
Rusty Russell
1
-1
/
+1
2012-03-22
lib/tdb: fix OpenBSD incoherent mmap.
Rusty Russell
4
-24
/
+58
2012-03-22
lib/tdb: fix up run-die-during-transaction test cases on Solaris.
Rusty Russell
4
-5
/
+4
2012-03-14
lib/tdb: remove unnecessary XOPEN and FILE_OFFSET_BITS defines in test/
Rusty Russell
17
-20
/
+0
2012-03-10
lib/tdb: fix tests for standalone out-of-tree.
Rusty Russell
1
-1
/
+2
2012-02-14
tdb: build and run unit tests in tdb/test/
Rusty Russell
1
-7
/
+87
2012-02-14
tdb/test: fix up tests for use in SAMBA tdb code.
Rusty Russell
5
-13
/
+16
2012-02-14
tdb: wean CCAN-style unit tests off of tap.
Rusty Russell
25
-23
/
+64
2012-02-14
tdb: import unit tests from CCAN into tdb/test/
Rusty Russell
35
-1
/
+2567
2012-02-14
tdb: make tdb_private.h idempotent.
Rusty Russell
1
-0
/
+3
2012-01-07
Add "repack" command to tdbtool.
Ira Cooper
1
-0
/
+7
2012-01-06
Fix compile when TDB_TRACE is enabled.
Ira Cooper
1
-1
/
+1
2011-12-25
tdb: Use tdb_parse_record in tdb_update_hash
Volker Lendecke
1
-12
/
+16
2011-12-21
tdb: don't free old recovery area when expanding if already at EOF.
Rusty Russell
1
-17
/
+30
2011-12-21
tdb: use same expansion factor logic when expanding for new recovery area.
Rusty Russell
3
-21
/
+34
2011-12-19
tdb: Avoid a malloc/memcpy in _tdb_store
Volker Lendecke
1
-17
/
+8
2011-12-19
tdb: be more careful on 4G files.
Rusty Russell
6
-23
/
+53
2011-12-13
tdb: Fix python documentation for tdb module
Amitay Isaacs
1
-1
/
+1
2011-11-24
Remove unused variable.
Jeremy Allison
1
-1
/
+0
2011-11-21
Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...
Jeremy Allison
1
-3
/
+1
2011-11-13
waf: Factor checking for undefined symbol flags out into separate method.
Jelmer Vernooij
1
-0
/
+2
2011-11-13
pytdb: Shorter description which fits on a single line.
Jelmer Vernooij
1
-1
/
+2
2011-11-13
tdb: Only check for pkg-config file when checking for system tdb.
Jelmer Vernooij
1
-1
/
+1
2011-08-21
wafsamba: Only install .pc files if libraries are public.
Jelmer Vernooij
1
-3
/
+1
2011-08-21
tdb: Install pkg-config file.
Jelmer Vernooij
1
-1
/
+3
[next]