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
/
ntdb
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-23
ntdb: don't call open hook when re-opening an existing database.
Rusty Russell
1
-2
/
+11
2013-02-20
ntdb: fix database corruption when transaction doesn't change anything.
Rusty Russell
1
-0
/
+58
2012-07-30
lib/ntdb: Fix format string errors found by -Werror=format in ntdb tests
Andrew Bartlett
1
-1
/
+1
2012-06-22
ntdb: test arbitrary operations during ntdb_parse_record().
Rusty Russell
1
-0
/
+89
2012-06-22
ntdb: make database read-only during ntdb_parse() callback.
Rusty Russell
1
-0
/
+94
2012-06-22
ntdb: don't munmap the database on every close.
Rusty Russell
1
-1
/
+4
2012-06-22
ntdb: respect TDB_NO_FSYNC flag for 'make test'
Rusty Russell
51
-151
/
+187
2012-06-20
ntdb: fix occasional abort in testing.
Rusty Russell
1
-1
/
+7
2012-06-19
ntdb: optimize ntdb_fetch.
Rusty Russell
3
-14
/
+14
2012-06-19
ntdb: remove hash table trees.
Rusty Russell
23
-429
/
+291
2012-06-19
ntdb: allocator attribute.
Rusty Russell
4
-6
/
+116
2012-06-19
ntdb: simply disallow NULL names.
Rusty Russell
1
-1
/
+1
2012-06-19
ntdb: create initial database to be multiple of NTDB_PGSIZE.
Rusty Russell
7
-43
/
+58
2012-06-19
ntdb: make sure file is always a multiple of PAGESIZE (now NTDB_PGSIZE)
Rusty Russell
2
-10
/
+27
2012-06-19
ntdb: fix recovery data write.
Rusty Russell
1
-8
/
+34
2012-06-19
ntdb: enhance external-helper test code.
Rusty Russell
6
-18
/
+36
2012-06-19
ntdb: make fork test more thorough.
Rusty Russell
1
-8
/
+28
2012-06-19
ntdb: print \n at end of log messages in tests.
Rusty Russell
1
-1
/
+1
2012-06-19
ntdb: remove ntdb_error()
Rusty Russell
1
-1
/
+1
2012-06-19
TDB2: Goodbye TDB2, Hello NTDB.
Rusty Russell
67
-0
/
+6358