summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* tdb2: tie it into build process if --enable-tdb2-breaks-compatRusty Russell2011-06-201-1/+1
* tdb2: create tdb2 versions of various testing TDBs.Rusty Russell2011-06-201-2/+5
* tdb_compat: use tdb_open_compat.Rusty Russell2011-06-203-29/+51
* tdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT.Rusty Russell2011-06-201-0/+4
* ldb: replace 'struct TDB_DATA' with 'TDB_DATA'Rusty Russell2011-06-203-6/+6
* 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-202-3/+3
* tdb_transaction_cancel: ignore return value.Rusty Russell2011-06-201-4/+1
* tdb_store: check returns for 0, not -1.Rusty Russell2011-06-203-3/+3
* tdb_delete: check returns for 0, not -1.Rusty Russell2011-06-201-1/+1
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-207-15/+17
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-2015-20/+25
* 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-2026-116/+116
* libcli/util Bring samba4 unix -> nt_status code in common.Andrew Bartlett2011-06-205-169/+3
* s3-libcli Remove unused error mapping tablesAndrew Bartlett2011-06-201-549/+0
* 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-201-58/+20
* 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
* s4-upgradeprovision: deltaattr can be empty or none tooMatthieu Patou2011-06-191-8/+8
* s4-upgradeprovision: handle the fact that oEMInformation might not be presentMatthieu Patou2011-06-191-2/+5
* s4-upgradeprovision: Rework completly how SDs are recalculatedMatthieu Patou2011-06-191-66/+99
* s4-python: make checks of sacl in get_diff_sddls optionnalMatthieu Patou2011-06-191-2/+6
* s4-upgradeprovision: remove useless commentMatthieu Patou2011-06-191-1/+0
* s4-upgradeprovision: ignore objectSidMatthieu Patou2011-06-191-2/+3
* s4-upgradeprovision: add a list of attribute that are not DSDB attribute that...Matthieu Patou2011-06-191-0/+4
* s4: fix wrong index usage PRIMARY_USER_SID_INDEX when it should have been PRI...Matthieu Patou2011-06-191-1/+1
* s4-upgradeprovision: if there is nothing to really modify then skip itMatthieu Patou2011-06-191-0/+3
* s4-upgradeprovision: dn must be skipped as delta.remove("dn") do not remove t...Matthieu Patou2011-06-191-0/+3
* s4-upgradeprovision: change hashAttrNotCopied to be an arrayMatthieu Patou2011-06-191-26/+22
* s4-upgradeprovision: fix inverted logic and wrong flags on sd_flags controlMatthieu Patou2011-06-191-3/+4
* s4-upgradeprovision: remove useless codeMatthieu Patou2011-06-191-3/+0
* s4-upgradeprovision: don't print dn in the list of modified attributesMatthieu Patou2011-06-191-1/+2
* s4-upgradeprovision: clean up, reformating and update docsMatthieu Patou2011-06-191-9/+8
* s4-upgradeprovision: introduce invocation id in lastprovisionUSNsMatthieu Patou2011-06-192-29/+73
* s4-upgradeprovision: add function to know if attribute is replicated or notMatthieu Patou2011-06-191-0/+20
* s4-upgradeprovision: split update_present in two functions depending on the m...Matthieu Patou2011-06-191-130/+171
* s4-upgradeprovision: handle_special_attributes don't really need ranges of US...Matthieu Patou2011-06-191-5/+6
* s4-python: fix wrong discovery of the site name in find_key_provision_parametersMatthieu Patou2011-06-191-1/+1
* s4-upgradeprovisision: fix bug 8063, old SD can miss some componenent (group,...Matthieu Patou2011-06-191-16/+20
* s4-upgradeprovision: Fix an error, so that cursddl and refsddl are not the sameMatthieu Patou2011-06-191-1/+1
* py-ldb: allow dictionnary like usage (ie. e.get("myattribute", defVal)Matthieu Patou2011-06-191-3/+8