summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* s3: Fix Coverity ID 2582: FORWARD_NULLVolker Lendecke2011-06-191-0/+5
* s3: Fix Coverity ID 2583: RESOURCE_LEAKVolker Lendecke2011-06-191-1/+5
* s3: Remove unused name_queriesVolker Lendecke2011-06-191-34/+0
* s3: Fix some type-punned warningsVolker Lendecke2011-06-191-7/+8
* s3: Add name_resolve_bcast_send/recvVolker Lendecke2011-06-192-20/+104
* s3: Fix a memleak in name_resolve_bcastVolker Lendecke2011-06-191-4/+7
* s3: Test nttrans_createVolker Lendecke2011-06-195-0/+112
* s3: Add incomplete cli_nttrans_createVolker Lendecke2011-06-192-0/+208
* s3: Correctly align evenVolker Lendecke2011-06-191-1/+3
* s3: Allow NULL sd_size in make_sec_descVolker Lendecke2011-06-181-2/+10
* s3:modules fix Bug 8244 - Cannot copy files larger than 2 GB to Samba shareChristian Ambach2011-06-171-3/+3
* s4-errors: Import error maps from the source3/ unix -> ntstatus mappingAndrew Bartlett2011-06-171-0/+11
* errors: reorder error codes for easier s3/s4 comparisonAndrew Bartlett2011-06-172-14/+14
* s4-util: removed the s4 nterr.cAndrew Tridgell2011-06-172-55/+1
* s3-util: remove the s3 nterr.cAndrew Tridgell2011-06-174-66/+2
* util: moved nt_errstr() into common codeAndrew Tridgell2011-06-172-8/+23
* libclu/util: Move get_friendly_nt_error_msg() in common.Andrew Bartlett2011-06-174-40/+52
* build: only use the git version on install, not in the build treeAndrew Tridgell2011-06-174-9/+13
* samba-tool: exit with non-zero status on dbcheck failureAndrew Tridgell2011-06-171-1/+3
* talloc: added talloc_stackframe_exists()Andrew Tridgell2011-06-172-0/+25
* s4-auth: quiet down the krb5 warnings when kerberos is not set to 'MUST'Andrew Tridgell2011-06-172-2/+6
* samba-tool: show success message on group operationsAndrew Tridgell2011-06-171-0/+4
* s4-pysamdb: fixed the normalisation of grouptype in group addAndrew Tridgell2011-06-171-1/+7
* samba-tool: report total error count and suggest --fix if neededAndrew Tridgell2011-06-171-3/+10
* samba-tool: added attribute normalisation checksAndrew Tridgell2011-06-171-3/+53
* s4-dsdb: if we don't have a remote schema, then use the local oneAndrew Tridgell2011-06-171-2/+8
* s4-pydsdb: added dsdb_normalise_attributes() callAndrew Tridgell2011-06-172-0/+109