upgradeprovision: fix a typo
[samba.git] / source4 / scripting / bin / upgradeprovision
2010-09-26 Matthieu Patouupgradeprovision: fix a typo
2010-09-26 Matthieu Patouupgradeprovision: Fix a bug with renamed entries
2010-09-26 Matthieu Patouupgradeprovision: fix a bug with not updated links
2010-09-26 Matthieu Patous4 upgradeprovision: fix a bug with empty reference...
2010-09-26 Matthieu Patous4 upgradeprovision: Copy versionNumber if not present...
2010-09-05 Matthieu Patouupgradeprovision: avoid working with None objects ...
2010-09-05 Matthieu Patouupgradeprovision: do not try to remove/change attribute...
2010-09-05 Matthieu Patouupgradeprovision: cleanup
2010-09-05 Matthieu Patous4 upgradeprovision: add dns_update_list if missing
2010-08-19 Matthieu Patous4 upgradeprovision: exit with a non null return code...
2010-08-19 Matthieu Patous4 upgradeprovision: add more attrbutes the ignore...
2010-08-19 Matthieu Patous4 upgradeprovision: Deal with bootstrap indexing attri...
2010-08-19 Matthieu Patous4 upgradeprovision: Add a function for schema reloading
2010-08-19 Matthieu Patous4 upgradeprovision: Fixes for increment_keyversion
2010-08-19 Matthieu Patous4 upgradeprovision: fix a typo and pass correct parame...
2010-08-09 Matthieu Patous4 upgradeprovision, fix a typo preventing the ridset...
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-15 Matthieu Patous4 upgradeprovision: Adapt the list of attribute modified
2010-07-15 Matthieu Patous4 upgradeprovision: Synchronize the calculated keyvers...
2010-07-15 Matthieu Patous4 upgradeprovision: do not copy RID Set it's automatic...
2010-07-15 Matthieu Patous4 upgradeprovision: add function to backup the provisi...
2010-07-15 Matthieu Patous4 upgradeprovision: fix whitespaces
2010-07-15 Matthieu Patous4 provision: move update_machine_account_password...
2010-07-08 Matthieu Patous4 upgradeprovision: For SID > 1000 do not copy them...
2010-06-24 Matthias Dieter... s4:upgradeprovision - fix include order for "ldb"
2010-06-21 Matthieu Patous4 upgradeprovision: fix the logging stuff so that...
2010-06-20 Jelmer VernooijSome more formatting fixes, move schema related functio...
2010-06-19 Jelmer VernooijFormatting cleanups; use True/False for booleans, unnec...
2010-06-19 Jelmer Vernooijs4-python: Remove trivial function, replace by dictionary.
2010-06-19 Matthieu Patous4 upgradeprovision: Check that the policy for DC is...
2010-06-19 Matthieu Patous4 upgradeprovision: add an option to force the rebuild...
2010-06-19 Matthieu Patous4 upgradeprovision: Restyle imports
2010-06-19 Matthieu Patous4 upgradeprovision: Move functions to helpers and...
2010-06-19 Matthieu Patous4 upgradeprovision: Add documentation on the update...
2010-06-19 Matthieu Patous4 upgradeprovision: move some functions to upgradehelp...
2010-06-19 Matthieu Patous4 upgradeprovision: Fix style
2010-06-19 Matthieu Patous4 upgradeprovision: Use replPropertyMetaData for bette...
2010-06-19 Matthieu Patous4 upgradeprovision: Reformat attributes lists and...
2010-06-19 Matthieu Patous4 upgradeprovision: Inform about new dns dynamic updat...
2010-06-19 Matthieu Patous4 upgradeprovision: fix style
2010-06-19 Matthieu Patous4 upgrade provision: Refactor code to do all the modif...
2010-06-19 Matthieu Patous4 upgrade provision: Fix style in gen_dn_index
2010-06-13 Jelmer Vernooijupgradeprovision: Use logging infrastructure.
2010-06-13 Jelmer Vernooijupgrade: Properly cancel/commit transactions in a coupl...
2010-06-13 Jelmer Vernooijs4-python: Start using standard python logging infrastr...
2010-04-21 Andrew Tridgells4-upgradeprovision: fixed --realm option duplicate...
2010-04-08 Jelmer Vernooijs4-python: More cleanups.
2010-04-08 Jelmer Vernooijs4-python: Simplify code, improve formatting.
2010-04-07 Jelmer Vernooijs4-python: Move samdb_ntds_objectGUID to pydsdb.
2010-03-28 Jelmer Vernooijupgradeprovision: Fix formatting, syntax error.
2010-03-28 Matthieu Patous4 upgradeprovision: add information about upgrade...
2010-03-28 Matthieu Patous4: allow upgrade provision to fix acl and missing...
2010-03-25 Andrew Tridgellpython: use '#!/usr/bin/env python' to cope with varyin...
2010-03-01 Jelmer VernooijMore formatting fixes.
2010-03-01 Jelmer VernooijFix formatting.
2010-03-01 Jelmer Vernooijupgradeprovision: Remove unused imports, use shutil...
2010-03-01 Matthieu Patouupgradeprovision: Move to pythondoc format
2010-03-01 Matthieu Patouupgradeprovision: Allow script to be called with pydoc
2010-03-01 Matthieu Patouupgrade provision: change the meaning of handle_securit...
2010-03-01 Matthieu Patouupgradeprovision: code cleanup
2010-03-01 Matthieu Patouupgradeprovision: split the big script to put reusable...
2010-02-26 Stefan Metzmachers4:provision: use generate_random_password()
2010-01-20 Matthieu Patouupgradeprovision: forbid running upgradeprovision when...
2010-01-20 Matthieu Patouupgradeprovision: mark rIDAvailablePool never upgraded
2010-01-20 Matthieu Patouupgradeprovision: reformat + add groupType as possibly...
2010-01-20 Matthieu Patouupgradeprovision: improve info messages
2010-01-20 Matthieu PatouRevert "s4:upgradeprovision - fix up the script regardi...
2010-01-20 Matthieu Patouupgradeprovision: never use xattr it's pointless in...
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-10 Matthias Dieter... s4:upgradeprovision - fix up the script regarding linke...
2010-01-10 Matthias Dieter... s4:upgradeprovision - Reformat comments
2009-12-14 Matthieu Patous4: rename res/res2 to something more explicit
2009-12-14 Matthieu Patous4: upgradeprovision handle renaming and knownobjects
2009-12-14 Matthieu Patous4: upgradeprovision rename also when there is a mismat...
2009-12-14 Matthieu Patous4: reorder action to permit old provision to be correc...
2009-12-01 Matthieu Patous4: Remove targetdir as it can cause some trouble and...
2009-12-01 Matthieu Patous4: Handle the case in secrets.ldb without name attribute
2009-12-01 Matthieu Patous4: don't forget to update defaultSecurityDescriptor
2009-12-01 Matthieu Patous4: load the domain level of the current provision...
2009-11-27 Matthieu Patous4: fix SD update and password change in upgrade script
2009-11-27 Andrew Bartletts4:upgradeprovision Rework update_machine_account_passw...
2009-11-27 Andrew Bartletts4:upgradeprovision Use mkdtemp to create unique tempoa...
2009-11-27 Andrew Bartletts4:upgradeprovision Rework script, and reset machine...
2009-11-27 Matthieu Patous4: Improve updateprovision
2009-11-27 Matthieu Patous4: Rename the script