summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tevent: change version to 0.9.12tevent-0.9.12Volker Lendecke2011-06-202-1/+75
* tevent: Add tevent_req_oomVolker Lendecke2011-06-202-1/+20
* tdb_compat: respect TDB_NO_FSYNC environment variable for tdb2.Rusty Russell2011-06-201-0/+6
* tdb2: tie it into build process if --enable-tdb2-breaks-compatRusty Russell2011-06-205-5/+123
* tdb2: create tdb2 versions of various testing TDBs.Rusty Russell2011-06-2013-25/+68
* tdb2: python wrapperRusty Russell2011-06-201-0/+574
* source3/lib/util_tdb.c: operation timeout support for TDB2.Rusty Russell2011-06-201-0/+96
* tdb2: minor changes to SAMBIFY it.Rusty Russell2011-06-203-4/+18
* tdb2: add lib/tdb2 (from CCAN init-1161-g661d41f)Rusty Russell2011-06-2084-0/+26504
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-2022-40/+40
* tdb_compat: use tdb_open_compat.Rusty Russell2011-06-2010-49/+107
* tdb2: tdb_parse_record() returns negative errors, not -1.Rusty Russell2011-06-202-3/+3
* source3/winbindd/idmap_tdb.c: tdb2 support for wrong endian.Rusty Russell2011-06-201-2/+16
* tdb_validate: TDB2 support for tdb_validate_child and tdb_backup.Rusty Russell2011-06-201-2/+10
* tdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT.Rusty Russell2011-06-203-1/+14
* ldb: replace 'struct TDB_DATA' with 'TDB_DATA'Rusty Russell2011-06-207-12/+15
* tdb_compat: use tdb_errorstr_compat()Rusty Russell2011-06-204-15/+15
* tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat everywhere.Rusty Russell2011-06-203-12/+12
* tdb_unlockall/tdb_unlockall_read: ignore return value.Rusty Russell2011-06-201-1/+2
* tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2011-06-2015-19/+19
* tdb_chainunlock: ignore return value.Rusty Russell2011-06-203-10/+5
* tdb_chainlock: check returns for 0, not -1.Rusty Russell2011-06-204-5/+5
* tdb_transaction_cancel: ignore return value.Rusty Russell2011-06-204-22/+10
* tdb_transaction_commit: check returns for 0, not -1.Rusty Russell2011-06-202-5/+5
* tdb_store: check returns for 0, not -1.Rusty Russell2011-06-2012-32/+32
* tdb_delete: check returns for 0, not -1.Rusty Russell2011-06-205-8/+8
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-2020-64/+66
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-2035-82/+94
* lib/tdb_compat: header for tdb1 vs tdb2.Rusty Russell2011-06-204-0/+240
* source3/smdb/files.c: file_name_hash to use Jenkins hash from CCAN.Rusty Russell2011-06-201-3/+2
* source3/lib/util.c: str_checksum to use Jenkins hash from CCAN.Rusty Russell2011-06-202-3/+5
* smb_share_modes: don't use tdb_jenkins_hash.Rusty Russell2011-06-203-5/+4
* lib: import ccan modules for tdb2Rusty Russell2011-06-20135-1/+13875
* s3: Replace shadow_copy2 with a new implementationVolker Lendecke2011-06-201-598/+1205
* pyldb: add unit test for get(myattribute, defVal)Matthieu Patou2011-06-201-0/+5
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-2040-142/+142
* libcli/util Bring samba4 unix -> nt_status code in common.Andrew Bartlett2011-06-208-19/+12
* s3-libcli Remove unused error mapping tablesAndrew Bartlett2011-06-201-549/+0
* s3-winbind Move winbind privileged socket dir into state_path()Andrew Bartlett2011-06-201-1/+1
* build: Put lockdir and cachedir in FHS-like locations by defaultAndrew Bartlett2011-06-201-2/+2
* s4-build Change default paths and --with flags for a 4.0 releaseAndrew Bartlett2011-06-202-59/+21
* s4-upgradeprovision: propose the use of findprovisionranges if no ranges are ...Matthieu Patou2011-06-201-0/+14
* s4: create script to find provision ranges for old provision without this inf...Matthieu Patou2011-06-191-0/+174
* s4-sambatool: extract the confirm function in a separte module for reuseMatthieu Patou2011-06-192-10/+36
* s4-samba-tool: remove unused importsMatthieu Patou2011-06-191-2/+1
* s4-samba-tool: use correct object notation ie. obj.method rather than method(...Matthieu Patou2011-06-191-37/+31
* s4-sambatool: use correct way to call class methodsMatthieu Patou2011-06-191-53/+54
* s4-upgradeprovision: improve message outputMatthieu Patou2011-06-191-1/+1
* s4-upgradeprovision: skip versionNumber, it's used by GPOMatthieu Patou2011-06-191-0/+1
* s4-provision: Remove hard coded SD for CN=Sites containerMatthieu Patou2011-06-192-16/+0