Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-12 | upgradeprovision: update revision for forestupdate and domainupdate objects | Matthieu Patou | 1 | -1/+4 | |
2010-11-07 | s4:upgradeprovision - remove some "recalculate_sd" uses | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
We need "recalculate_sd" only when no external "nTSecurityDescriptor" change is performed. Otherwise the recalculation is performed automatically. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Nov 7 18:52:42 UTC 2010 on sn-devel-104 | |||||
2010-10-19 | s4-provision Remove serverdn parameter from Schema() | Andrew Bartlett | 1 | -2/+1 | |
We don't need to know the server DN here any more, and it makes no sense for many callers. Andrew Bartlett | |||||
2010-10-03 | s4:dsdb python stuff - introduce also here the "show_recycled" control | Matthias Dieter Wallnöfer | 1 | -3/+6 | |
But also here beside "show_deleted" to not loose compatibility with older provisions. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-26 | upgradeprovision: fix a typo | Matthieu Patou | 1 | -1/+1 | |
2010-09-26 | upgradeprovision: Fix a bug with renamed entries | Matthieu Patou | 1 | -2/+13 | |
The SD was not refetched for renamed entries, resulting with a try to add an additional SD when there was already one. | |||||
2010-09-26 | upgradeprovision: fix a bug with not updated links | Matthieu Patou | 1 | -0/+1 | |
2010-09-26 | s4 upgradeprovision: fix a bug with empty reference objects | Matthieu Patou | 1 | -1/+9 | |
Thanks to lukas@eecs.qmul.ac.uk for poiting it to me | |||||
2010-09-26 | s4 upgradeprovision: Copy versionNumber if not present it helps to make gpo ↵ | Matthieu Patou | 1 | -3/+3 | |
valid | |||||
2010-09-05 | upgradeprovision: avoid working with None objects ... | Matthieu Patou | 1 | -9/+10 | |
2010-09-05 | upgradeprovision: do not try to remove/change attribute before the RID Set ↵ | Matthieu Patou | 1 | -6/+28 | |
object is present | |||||
2010-09-05 | upgradeprovision: cleanup | Matthieu Patou | 1 | -2/+2 | |
2010-09-05 | s4 upgradeprovision: add dns_update_list if missing | Matthieu Patou | 1 | -0/+4 | |
2010-08-19 | s4 upgradeprovision: exit with a non null return code so that it can be ↵ | Matthieu Patou | 1 | -0/+1 | |
trapped in blackbox tests | |||||
2010-08-19 | s4 upgradeprovision: add more attrbutes the ignore list | Matthieu Patou | 1 | -5/+9 | |
Also format in a pretty way the int64 ranges | |||||
2010-08-19 | s4 upgradeprovision: Deal with bootstrap indexing attribute to avoid useless ↵ | Matthieu Patou | 1 | -13/+65 | |
reindexing | |||||
2010-08-19 | s4 upgradeprovision: Add a function for schema reloading | Matthieu Patou | 1 | -1/+31 | |
Full schema reloading is needed when we modify exisiting elements that have attributes that comes from not from the default schema (ie. openchange schema, user schema ..) | |||||
2010-08-19 | s4 upgradeprovision: Fixes for increment_keyversion | Matthieu Patou | 1 | -1/+2 | |
fix | |||||
2010-08-19 | s4 upgradeprovision: fix a typo and pass correct parameter to ↵ | Matthieu Patou | 1 | -3/+4 | |
increment_calculated_keyversion | |||||
2010-08-10 | s4 upgradeprovision, fix a typo preventing the ridset to be correctly identified | Matthieu Patou | 1 | -1/+1 | |
2010-07-15 | s4 upgradeprovision: Adapt the list of attribute modified | Matthieu Patou | 1 | -4/+25 | |
* isMemberOfPartialAttributeSet is now allowed to be deleted (on schema objects) * attributeDisplayNames is now allowed to be added and modified (used on display specifiers) * spnMapping is now allowed to be altered on Directory Service objects * minPwdAge is now modified if the previous value was 0 We issue a clear information about the userControl attribute for administrator to invite the user to modify himself the value. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-07-15 | s4 upgradeprovision: Synchronize the calculated keyversionnumber with the ↵ | Matthieu Patou | 1 | -1/+22 | |
one previously stored Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-07-15 | s4 upgradeprovision: do not copy RID Set it's automaticaly created by the ↵ | Matthieu Patou | 1 | -24/+34 | |
RID manager Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-07-15 | s4 upgradeprovision: add function to backup the provision before updating | Matthieu Patou | 1 | -152/+268 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-07-15 | s4 upgradeprovision: fix whitespaces | Matthieu Patou | 1 | -13/+13 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-07-15 | s4 provision: move update_machine_account_password to helpers | Matthieu Patou | 1 | -48/+7 | |
This is to allow reuse of this function and also unit tests Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-07-08 | s4 upgradeprovision: For SID > 1000 do not copy them, let the system ↵ | Matthieu Patou | 1 | -0/+6 | |
regenerated a new one This should avoid colliion with newly added objects that use the same SID as existing users in the upgraded provision. Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> | |||||
2010-06-24 | s4:upgradeprovision - fix include order for "ldb" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Patch originally posted on the list by Matthieu Patou. | |||||
2010-06-21 | s4 upgradeprovision: fix the logging stuff so that it actually log | Matthieu Patou | 1 | -0/+2 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Some more formatting fixes, move schema related functions from Ldb to Schema. | Jelmer Vernooij | 1 | -4/+5 | |
2010-06-20 | Formatting cleanups; use True/False for booleans, unnecessary backslashes, ↵ | Jelmer Vernooij | 1 | -61/+63 | |
spacing. | |||||
2010-06-20 | s4-python: Remove trivial function, replace by dictionary. | Jelmer Vernooij | 1 | -4/+11 | |
2010-06-20 | s4 upgradeprovision: Check that the policy for DC is present if not warn the ↵ | Matthieu Patou | 1 | -4/+14 | |
user Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: add an option to force the rebuilding of FS ACLs on ↵ | Matthieu Patou | 1 | -1/+6 | |
sysvols share Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Restyle imports | Matthieu Patou | 1 | -15/+15 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Move functions to helpers and improve code | Matthieu Patou | 1 | -197/+48 | |
Among code improvement the most significant part is that we now compare DN object instead of their string representation. It allow to better react to case an white space difference. Some new move objects have been added (ie. System into well known security principals). This will allow more unittesting Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Add documentation on the update process | Matthieu Patou | 1 | -9/+162 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: move some functions to upgradehelpers for unit tests | Matthieu Patou | 1 | -129/+13 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Fix style | Matthieu Patou | 1 | -85/+137 | |
reformat *_update_samdb functions fix_partition_sd rebuild_sd update_samdb update_privilege update_machine_account_password update_gpo Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Use replPropertyMetaData for better guess | Matthieu Patou | 1 | -179/+565 | |
Rework upgradeprovision in order to get more precise updates when doing upgrade provision. This is done through the use of replPropertyMetaData information and raw information revealed by the "reveal" control. The code has been changed also to avoid double free error when changing the schema (for old provision). Checking of SD is done a bit more cleverly as we compare the different parts for an ACL separately. Fix logic when upgrading provision without replPropertyMetaData infos Also for old provision (pre alpha9) do not copy the usn range because data here will be wrong Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Reformat attributes lists and reformat parser | Matthieu Patou | 1 | -17/+33 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Inform about new dns dynamic update if the provision ↵ | Matthieu Patou | 1 | -3/+41 | |
didn't have it Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: fix style | Matthieu Patou | 1 | -76/+123 | |
add_deletedobj_containers add missing objects clean add-mising handle special add + dump denied Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgrade provision: Refactor code to do all the modification within 1 ↵ | Matthieu Patou | 1 | -308/+413 | |
transaction Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgrade provision: Fix style in gen_dn_index | Matthieu Patou | 1 | -2/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-13 | upgradeprovision: Use logging infrastructure. | Jelmer Vernooij | 1 | -13/+14 | |
2010-06-13 | upgrade: Properly cancel/commit transactions in a couple more places. | Jelmer Vernooij | 1 | -122/+135 | |
2010-06-13 | s4-python: Start using standard python logging infrastructure rather | Jelmer Vernooij | 1 | -4/+5 | |
than simple messaging callbacks. | |||||
2010-04-21 | s4-upgradeprovision: fixed --realm option duplicate in upgrade_from_s3 | Andrew Tridgell | 1 | -1/+1 | |
2010-04-08 | s4-python: More cleanups. | Jelmer Vernooij | 1 | -0/+1 | |