summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/upgradehelpers.py
AgeCommit message (Expand)AuthorFilesLines
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-913/+0
2013-02-19samba_upgradeprovision: Remove options to fix FS ACLsAndrew Bartlett1-48/+1
2013-01-27samba_upgradeprovision: detect dns_backend for the reference provisionStefan Metzmacher1-2/+1
2012-10-18provision: No longer use the wheel group in new AD DomainsAndrew Bartlett1-2/+2
2012-09-27sanba.upgradehelpers: Use standard functionality for getting temp dir.Jelmer Vernooij1-3/+0
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij1-6/+6
2012-09-12s4:upgradehelpers.py: don't require a dns-$HOSTNAME accountStefan Metzmacher1-3/+0
2012-08-23s4-upgradeprovision: Use ntvfs in reference provisionAndrew Bartlett1-1/+1
2012-03-26LDB/s4 - do not use the "(dn=...)" syntax on filters anymoreMatthias Dieter Wallnöfer1-7/+7
2012-03-17Factorize code from findprovisionusnranges in order to solve bug #8504Matthieu Patou1-2/+124
2012-03-13s4-python: Remove env from non-executable samba scripts.Andreas Schneider1-2/+0
2012-03-13s4-python: Remove execute flag of upgradehelpers.py.Andreas Schneider1-0/+0
2012-02-27upgradehelpers: Simplify transaction handling.Jelmer Vernooij1-33/+16
2012-02-26provision: Leave result reporting up to caller.Jelmer Vernooij1-1/+1
2012-02-07provision: Make sure target directory is created early.Jelmer Vernooij1-0/+2
2011-11-29s4-provision: Make BIND9_DLZ as the default backend for DNSAmitay Isaacs1-1/+1
2011-11-08s4-provision Remove options for LDAP backend to reduce user confusionAndrew Bartlett1-3/+3
2011-10-17s4 provision: DNS backend should be set by callerKai Blin1-1/+2
2011-08-01acl: Improve error message when setting acls fails.Jelmer Vernooij1-4/+12
2011-07-13ldb: use base searches for @ special DNsAndrew Tridgell1-4/+2
2011-06-19s4-upgradeprovision: improve message outputMatthieu Patou1-1/+1
2011-06-19s4-upgradeprovision: handle the fact that oEMInformation might not be presentMatthieu Patou1-2/+5
2011-06-19s4-python: make checks of sacl in get_diff_sddls optionnalMatthieu Patou1-2/+6
2011-06-19s4-upgradeprovisision: fix bug 8063, old SD can miss some componenent (group,...Matthieu Patou1-16/+20
2011-05-21s4-python: Remove not used importsMatthieu Patou1-3/+2
2011-05-21s4-python: move function find_provision_key_parameters to provision namespace...Matthieu Patou1-108/+0
2011-05-17s4-python: keep wheel_gid as an integerMatthieu Patou1-1/+1
2011-03-20upgradeprovision: Fix typoMatthieu Patou1-1/+1
2011-02-07s4-provision Remove setup_path, setup_dir and find_setup_dirAndrew Bartlett1-3/+2
2011-02-07s4-upgradeprovision: renames need a relax to avoid subtree_rename checksAndrew Tridgell1-2/+3
2011-02-07s4-provision: removed spurious os.chdir() from upgradehelpers.pyAndrew Tridgell1-1/+0
2010-12-05s4-python: Add some more module docstrings.Jelmer Vernooij1-0/+1
2010-11-29s4-samba-tool: fixed exception handling in subcommandsAndrew Tridgell1-8/+8
2010-11-28samba.upgradehelpers: Simplify code a bit.Jelmer Vernooij1-21/+17
2010-11-28s4-python: Fix formatting of docstrings for the purpose of pydoctor.Jelmer Vernooij1-25/+33
2010-11-12python: use the ldbMessage + modify notation instead of modify_ldif that we t...Matthieu Patou1-7/+6
2010-11-12upgradeprovision: fix pb with dns-hostname, regenerate a correct keytabMatthieu Patou1-0/+48
2010-11-11s4:upgradehelpers.py - use "clearTextPassword" rather than "userPassword"Matthias Dieter Wallnöfer1-5/+8
2010-09-26upgradeprovision: use the same case for hostname in reference provision as in...Matthieu Patou1-1/+1
2010-08-19s4 provision: Add some documentation to GPO related functionsMatthieu Patou1-2/+2
2010-08-19s4 upgradeprovision: add more attrbutes the ignore listMatthieu Patou1-0/+11
2010-08-19s4 upgradeprovision: upgrade_delta_samdb return a msg_diff of @ATTRIBUTESMatthieu Patou1-9/+14
2010-08-19s4 upgradeprovision: Fixes for increment_keyversionMatthieu Patou1-1/+2
2010-08-19s4 upgradeprovision: fix a typo and pass correct parameter to increment_calcu...Matthieu Patou1-1/+1
2010-07-15s4 upgradeprovision: introduce a new function to update the field use for cal...Matthieu Patou1-3/+37
2010-07-15s4 provision: move update_machine_account_password to helpersMatthieu Patou1-1/+44
2010-06-25s4 upgradeprovision: Try to support older Pythons.Michael Wood1-1/+1
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
2010-06-20s4-python: Remove more unused imports, fix use of sets in upgradehelpers.Jelmer Vernooij1-2/+2
2010-06-20Use standard Python syntax, booleans and set()'s where appropriate.Jelmer Vernooij1-12/+12