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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ntdb: remove hash table trees.
Rusty Russell
2012-06-19
36
-1662
/
+1096
*
ntdb: special accessor functions for read/write of an offset.
Rusty Russell
2012-06-19
3
-50
/
+114
*
ntdb: inline oob check
Rusty Russell
2012-06-19
6
-14
/
+24
*
ntdb: allocator attribute.
Rusty Russell
2012-06-19
15
-92
/
+311
*
ntdb: still prepare recovery area with NTDB_NOSYNC.
Rusty Russell
2012-06-19
1
-10
/
+8
*
ntdb: simply disallow NULL names.
Rusty Russell
2012-06-19
3
-10
/
+5
*
ntdb: reduce transaction pagesize from 64k to 16k.
Rusty Russell
2012-06-19
1
-1
/
+1
*
ntdb: remove last block transactoin logic.
Rusty Russell
2012-06-19
1
-44
/
+1
*
ntdb: create initial database to be multiple of NTDB_PGSIZE.
Rusty Russell
2012-06-19
8
-88
/
+138
*
ntdb: make sure file is always a multiple of PAGESIZE (now NTDB_PGSIZE)
Rusty Russell
2012-06-19
6
-46
/
+73
*
ntdb: fix recovery data write.
Rusty Russell
2012-06-19
2
-9
/
+36
*
ntdb: enhance external-helper test code.
Rusty Russell
2012-06-19
6
-18
/
+36
*
ntdb: use NTDB_LOG_WARNING level for failed open() without O_CREAT.
Rusty Russell
2012-06-19
2
-1
/
+11
*
ccan: remove bogus debug print.
Rusty Russell
2012-06-19
1
-1
/
+0
*
ntdb: make fork test more thorough.
Rusty Russell
2012-06-19
2
-9
/
+29
*
ntdb: print \n at end of log messages in tests.
Rusty Russell
2012-06-19
1
-1
/
+1
*
ntdb: reduce race between creating file and getting open lock.
Rusty Russell
2012-06-19
1
-23
/
+30
*
ntdb: catch any valgrind errors in test
Rusty Russell
2012-06-19
1
-2
/
+2
*
ntdb: catch any valgrind errors in test
Rusty Russell
2012-06-19
1
-1
/
+1
*
ntdb: remove ntdb_error()
Rusty Russell
2012-06-19
14
-190
/
+144
*
TDB2: Goodbye TDB2, Hello NTDB.
Rusty Russell
2012-06-19
147
-13727
/
+13576
*
tdb2: Fix typo in TDB1_porting.txt
Kirill Smelkov
2012-06-19
1
-1
/
+1
*
TDB2: more internal cleanups after TDB1 compatibility removal.
Rusty Russell
2012-06-19
13
-263
/
+239
*
TDB2: remove TDB1 compatibility.
Rusty Russell
2012-06-19
95
-8164
/
+160
*
TDB2: make SAMBA use tdb1 again for the moment.
Rusty Russell
2012-06-19
7
-379
/
+2
*
ccan: check for err.h ourselves
Rusty Russell
2012-06-19
2
-0
/
+3
*
tdb/wscript: Remove unecessary semicolons.
Jelmer Vernooij
2012-06-19
1
-4
/
+4
*
lib/param: add missing prototype of lpcfg_parm_long()
Stefan Metzmacher
2012-06-18
1
-0
/
+3
*
attr: Look for attr/attributes.h too.
Jelmer Vernooij
2012-06-16
3
-2
/
+4
*
s4-lib/param: FLAG DAY for the default FILE SERVER
Andrew Bartlett
2012-06-16
1
-2
/
+2
*
dbwrap: Remove an unnecessary ZERO_STRUCT
Volker Lendecke
2012-06-15
1
-1
/
+0
*
dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystring
Volker Lendecke
2012-06-15
2
-4
/
+6
*
dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystring
Volker Lendecke
2012-06-15
2
-4
/
+6
*
dbwrap: dbwrap_trans_change_int32_atomic->dbwrap_trans_change_int32_atomic_by...
Volker Lendecke
2012-06-15
2
-8
/
+8
*
dbwrap: dbwrap_change_int32_atomic->dbwrap_change_int32_atomic_bystring
Volker Lendecke
2012-06-15
2
-4
/
+8
*
dbwrap: dbwrap_trans_change_uint32_atomic->dbwrap_trans_change_uint32_atomic_...
Volker Lendecke
2012-06-15
2
-8
/
+8
*
dbwrap: dbwrap_change_uint32_atomic->dbwrap_change_uint32_atomic_bystring
Volker Lendecke
2012-06-15
2
-4
/
+8
*
dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystring
Volker Lendecke
2012-06-15
2
-4
/
+4
*
dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring
Volker Lendecke
2012-06-15
2
-4
/
+4
*
dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystring
Volker Lendecke
2012-06-15
2
-4
/
+4
*
dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring
Volker Lendecke
2012-06-15
2
-4
/
+4
*
s3-build: Do not write loadparm generated files into the build tree
Andrew Bartlett
2012-06-15
2
-4
/
+4
*
lib/param: Use server role = 'standalone server' to be consistant with member...
Andrew Bartlett
2012-06-15
1
-0
/
+1
*
lib/param: make security=domain and security=ads conflict with being a DC
Andrew Bartlett
2012-06-15
1
-18
/
+2
*
lib/param: Create a seperate server role for "active directory domain control...
Andrew Bartlett
2012-06-15
3
-5
/
+9
*
lib/util: Fix typo in comment.
Jelmer Vernooij
2012-06-15
1
-1
/
+1
*
tdb2: remove unused debug_fprintf() macro that breaks the build
Stefan Metzmacher
2012-06-14
1
-2
/
+0
*
tdb: remove unused debug_fprintf() macro that breaks the build
Stefan Metzmacher
2012-06-14
1
-2
/
+0
*
lib/replace: define HAVE_WORKING_STRPTIME instead of REPLACE_STRPTIME
Stefan Metzmacher
2012-06-14
3
-10
/
+16
*
lib/replace: execute strptime.c tests
Stefan Metzmacher
2012-06-14
1
-0
/
+1
[prev]
[next]