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
Age
Commit message (
Expand
)
Author
Files
Lines
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
autobuild: always set TDB_NO_FSYNC.
Rusty Russell
1
-0
/
+4
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
lib/tdb_wrap: use tdb directly, not tdb_compat.
Rusty Russell
3
-4
/
+6
2012-06-19
ldb: use tdb directly, not tdb_compat.
Rusty Russell
8
-21
/
+24
2012-06-19
lib/dbwrap: depend directly on tdb, not tdb_compat.
Rusty Russell
1
-1
/
+1
2012-06-19
lib/util_tdb: depend directly on tdb, not tdb_compat.
Rusty Russell
2
-5
/
+5
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
ccan: remove bogus debug print.
Rusty Russell
1
-1
/
+0
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
147
-13727
/
+13576
2012-06-19
tdb2: Fix typo in TDB1_porting.txt
Kirill Smelkov
1
-1
/
+1
2012-06-19
TDB2: more internal cleanups after TDB1 compatibility removal.
Rusty Russell
13
-263
/
+239
2012-06-19
TDB2: remove TDB1 compatibility.
Rusty Russell
95
-8164
/
+160
2012-06-19
TDB2: make SAMBA use tdb1 again for the moment.
Rusty Russell
7
-379
/
+2
2012-06-19
ccan: check for err.h ourselves
Rusty Russell
2
-0
/
+3
2012-06-19
tdb/wscript: Remove unecessary semicolons.
Jelmer Vernooij
1
-4
/
+4
2012-06-18
lib/param: add missing prototype of lpcfg_parm_long()
Stefan Metzmacher
1
-0
/
+3
2012-06-16
attr: Look for attr/attributes.h too.
Jelmer Vernooij
3
-2
/
+4
2012-06-16
s4-lib/param: FLAG DAY for the default FILE SERVER
Andrew Bartlett
1
-2
/
+2
2012-06-15
dbwrap: Remove an unnecessary ZERO_STRUCT
Volker Lendecke
1
-1
/
+0
2012-06-15
dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystring
Volker Lendecke
2
-4
/
+6
2012-06-15
dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystring
Volker Lendecke
2
-4
/
+6
2012-06-15
dbwrap: dbwrap_trans_change_int32_atomic->dbwrap_trans_change_int32_atomic_by...
Volker Lendecke
2
-8
/
+8
[prev]
[next]