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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-12
autoconf: build in NTDB.
Rusty Russell
1
-1
/
+1
2013-03-23
ntdb: don't call open hook when re-opening an existing database.
Rusty Russell
2
-13
/
+22
2013-03-15
ntdb: Cast getpid() result to unsigned int for GNU/Solaris build
Andrew Bartlett
2
-8
/
+10
2013-02-20
ntdb: fix database corruption when transaction doesn't change anything.
Rusty Russell
3
-15
/
+91
2012-10-08
ntdb: remove unused local variable.
Rusty Russell
1
-2
/
+0
2012-09-25
pyntdb: Fix init function for ntdb python module.
Pierre Lejeune
1
-2
/
+2
2012-09-23
ntdb: Try to fix the build on Solaris which does not have err
Andrew Bartlett
1
-1
/
+1
2012-07-30
lib/ntdb: Fix format string errors found by -Werror=format in ntdb tests
Andrew Bartlett
1
-1
/
+1
2012-06-29
ccan: we're subsystems, not a library.
Rusty Russell
1
-5
/
+6
2012-06-22
ntdb: take advantage of direct access across expand.
Rusty Russell
1
-33
/
+15
2012-06-22
ntdb: test arbitrary operations during ntdb_parse_record().
Rusty Russell
2
-0
/
+90
2012-06-22
ntdb: make database read-only during ntdb_parse() callback.
Rusty Russell
6
-24
/
+195
2012-06-22
ntdb: allow direct access for NTDB_INTERNAL dbs during expansion.
Rusty Russell
1
-14
/
+45
2012-06-22
ntdb: enhancement to allow direct access to the ntdb map during expansion.
Rusty Russell
5
-33
/
+86
2012-06-22
ntdb: don't munmap the database on every close.
Rusty Russell
2
-13
/
+16
2012-06-22
ntdb: hand correct error code when alloc_read allocation fails.
Rusty Russell
1
-1
/
+1
2012-06-22
ntdb: respect TDB_NO_FSYNC flag for 'make test'
Rusty Russell
51
-151
/
+187
2012-06-21
Add --disable-ntdb option for building.
Jelmer Vernooij
1
-0
/
+1
2012-06-20
ntdb: fix occasional abort in testing.
Rusty Russell
1
-1
/
+7
2012-06-19
ntdb: add autoconf support.
Rusty Russell
1
-0
/
+41
2012-06-19
ntdb: update documentation.
Rusty Russell
6
-5821
/
+505
2012-06-19
ntdb: optimize ntdb_fetch.
Rusty Russell
7
-51
/
+59
2012-06-19
ntdb: add -h arg to ntdbrestore
Rusty Russell
1
-8
/
+28
2012-06-19
ntdb: reduce default hashsize on ntdbtorture.
Rusty Russell
1
-3
/
+10
2012-06-19
ntdb: add NTDB_ATTRIBUTE_HASHSIZE
Rusty Russell
2
-2
/
+41
2012-06-19
ntdb: remove hash table trees.
Rusty Russell
36
-1662
/
+1096
2012-06-19
ntdb: special accessor functions for read/write of an offset.
Rusty Russell
3
-50
/
+114
2012-06-19
ntdb: inline oob check
Rusty Russell
6
-14
/
+24
2012-06-19
ntdb: allocator attribute.
Rusty Russell
15
-92
/
+311
2012-06-19
ntdb: still prepare recovery area with NTDB_NOSYNC.
Rusty Russell
1
-10
/
+8
2012-06-19
ntdb: simply disallow NULL names.
Rusty Russell
3
-10
/
+5
2012-06-19
ntdb: reduce transaction pagesize from 64k to 16k.
Rusty Russell
1
-1
/
+1
2012-06-19
ntdb: remove last block transactoin logic.
Rusty Russell
1
-44
/
+1
2012-06-19
ntdb: create initial database to be multiple of NTDB_PGSIZE.
Rusty Russell
8
-88
/
+138
2012-06-19
ntdb: make sure file is always a multiple of PAGESIZE (now NTDB_PGSIZE)
Rusty Russell
6
-46
/
+73
2012-06-19
ntdb: fix recovery data write.
Rusty Russell
2
-9
/
+36
2012-06-19
ntdb: enhance external-helper test code.
Rusty Russell
6
-18
/
+36
2012-06-19
ntdb: use NTDB_LOG_WARNING level for failed open() without O_CREAT.
Rusty Russell
2
-1
/
+11
2012-06-19
ntdb: make fork test more thorough.
Rusty Russell
2
-9
/
+29
2012-06-19
ntdb: print \n at end of log messages in tests.
Rusty Russell
1
-1
/
+1
2012-06-19
ntdb: reduce race between creating file and getting open lock.
Rusty Russell
1
-23
/
+30
2012-06-19
ntdb: catch any valgrind errors in test
Rusty Russell
1
-2
/
+2
2012-06-19
ntdb: catch any valgrind errors in test
Rusty Russell
1
-1
/
+1
2012-06-19
ntdb: remove ntdb_error()
Rusty Russell
14
-190
/
+144
2012-06-19
TDB2: Goodbye TDB2, Hello NTDB.
Rusty Russell
101
-0
/
+28840