summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-06-19ntdb: inline oob checkRusty Russell6-14/+24
2012-06-19ntdb: allocator attribute.Rusty Russell15-92/+311
2012-06-19ntdb: still prepare recovery area with NTDB_NOSYNC.Rusty Russell1-10/+8
2012-06-19ntdb: simply disallow NULL names.Rusty Russell3-10/+5
2012-06-19ntdb: reduce transaction pagesize from 64k to 16k.Rusty Russell1-1/+1
2012-06-19ntdb: remove last block transactoin logic.Rusty Russell1-44/+1
2012-06-19ntdb: create initial database to be multiple of NTDB_PGSIZE.Rusty Russell8-88/+138
2012-06-19ntdb: make sure file is always a multiple of PAGESIZE (now NTDB_PGSIZE)Rusty Russell6-46/+73
2012-06-19ntdb: fix recovery data write.Rusty Russell2-9/+36
2012-06-19ntdb: enhance external-helper test code.Rusty Russell6-18/+36
2012-06-19ntdb: use NTDB_LOG_WARNING level for failed open() without O_CREAT.Rusty Russell2-1/+11
2012-06-19ccan: remove bogus debug print.Rusty Russell1-1/+0
2012-06-19ntdb: make fork test more thorough.Rusty Russell2-9/+29
2012-06-19ntdb: print \n at end of log messages in tests.Rusty Russell1-1/+1
2012-06-19ntdb: reduce race between creating file and getting open lock.Rusty Russell1-23/+30
2012-06-19ntdb: catch any valgrind errors in testRusty Russell1-2/+2
2012-06-19ntdb: catch any valgrind errors in testRusty Russell1-1/+1
2012-06-19ntdb: remove ntdb_error()Rusty Russell14-190/+144
2012-06-19TDB2: Goodbye TDB2, Hello NTDB.Rusty Russell147-13727/+13576
2012-06-19tdb2: Fix typo in TDB1_porting.txtKirill Smelkov1-1/+1
2012-06-19TDB2: more internal cleanups after TDB1 compatibility removal.Rusty Russell13-263/+239
2012-06-19TDB2: remove TDB1 compatibility.Rusty Russell95-8164/+160
2012-06-19TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell7-379/+2
2012-06-19ccan: check for err.h ourselvesRusty Russell2-0/+3
2012-06-19tdb/wscript: Remove unecessary semicolons.Jelmer Vernooij1-4/+4
2012-06-18lib/param: add missing prototype of lpcfg_parm_long()Stefan Metzmacher1-0/+3
2012-06-16attr: Look for attr/attributes.h too.Jelmer Vernooij3-2/+4
2012-06-16s4-lib/param: FLAG DAY for the default FILE SERVERAndrew Bartlett1-2/+2
2012-06-15dbwrap: Remove an unnecessary ZERO_STRUCTVolker Lendecke1-1/+0
2012-06-15dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystringVolker Lendecke2-4/+6
2012-06-15dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystringVolker Lendecke2-4/+6
2012-06-15dbwrap: dbwrap_trans_change_int32_atomic->dbwrap_trans_change_int32_atomic_by...Volker Lendecke2-8/+8
2012-06-15dbwrap: dbwrap_change_int32_atomic->dbwrap_change_int32_atomic_bystringVolker Lendecke2-4/+8
2012-06-15dbwrap: dbwrap_trans_change_uint32_atomic->dbwrap_trans_change_uint32_atomic_...Volker Lendecke2-8/+8
2012-06-15dbwrap: dbwrap_change_uint32_atomic->dbwrap_change_uint32_atomic_bystringVolker Lendecke2-4/+8
2012-06-15dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystringVolker Lendecke2-4/+4
2012-06-15dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke2-4/+4
2012-06-15dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystringVolker Lendecke2-4/+4
2012-06-15dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystringVolker Lendecke2-4/+4
2012-06-15s3-build: Do not write loadparm generated files into the build treeAndrew Bartlett2-4/+4
2012-06-15lib/param: Use server role = 'standalone server' to be consistant with member...Andrew Bartlett1-0/+1
2012-06-15lib/param: make security=domain and security=ads conflict with being a DCAndrew Bartlett1-18/+2
2012-06-15lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett3-5/+9
2012-06-15lib/util: Fix typo in comment.Jelmer Vernooij1-1/+1
2012-06-14tdb2: remove unused debug_fprintf() macro that breaks the buildStefan Metzmacher1-2/+0
2012-06-14tdb: remove unused debug_fprintf() macro that breaks the buildStefan Metzmacher1-2/+0
2012-06-14lib/replace: define HAVE_WORKING_STRPTIME instead of REPLACE_STRPTIMEStefan Metzmacher3-10/+16
2012-06-14lib/replace: execute strptime.c testsStefan Metzmacher1-0/+1
2012-06-14Revert "replace: use replace for non 'samba' compliant strptime"Stefan Metzmacher1-19/+0
2012-06-14lib/replace: add more condition to add snprintf.cStefan Metzmacher1-1/+3