summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/upgradehelpers.py
Commit message (Expand)AuthorAgeFilesLines
* acl: Improve error message when setting acls fails.Jelmer Vernooij2011-08-011-4/+12
* ldb: use base searches for @ special DNsAndrew Tridgell2011-07-131-4/+2
* s4-upgradeprovision: improve message outputMatthieu Patou2011-06-191-1/+1
* s4-upgradeprovision: handle the fact that oEMInformation might not be presentMatthieu Patou2011-06-191-2/+5
* s4-python: make checks of sacl in get_diff_sddls optionnalMatthieu Patou2011-06-191-2/+6
* s4-upgradeprovisision: fix bug 8063, old SD can miss some componenent (group,...Matthieu Patou2011-06-191-16/+20
* s4-python: Remove not used importsMatthieu Patou2011-05-211-3/+2
* s4-python: move function find_provision_key_parameters to provision namespace...Matthieu Patou2011-05-211-108/+0
* s4-python: keep wheel_gid as an integerMatthieu Patou2011-05-171-1/+1
* upgradeprovision: Fix typoMatthieu Patou2011-03-201-1/+1
* s4-provision Remove setup_path, setup_dir and find_setup_dirAndrew Bartlett2011-02-071-3/+2
* s4-upgradeprovision: renames need a relax to avoid subtree_rename checksAndrew Tridgell2011-02-071-2/+3
* s4-provision: removed spurious os.chdir() from upgradehelpers.pyAndrew Tridgell2011-02-071-1/+0
* s4-python: Add some more module docstrings.Jelmer Vernooij2010-12-051-0/+1
* s4-samba-tool: fixed exception handling in subcommandsAndrew Tridgell2010-11-291-8/+8
* samba.upgradehelpers: Simplify code a bit.Jelmer Vernooij2010-11-281-21/+17
* s4-python: Fix formatting of docstrings for the purpose of pydoctor.Jelmer Vernooij2010-11-281-25/+33
* python: use the ldbMessage + modify notation instead of modify_ldif that we t...Matthieu Patou2010-11-121-7/+6
* upgradeprovision: fix pb with dns-hostname, regenerate a correct keytabMatthieu Patou2010-11-121-0/+48
* s4:upgradehelpers.py - use "clearTextPassword" rather than "userPassword"Matthias Dieter Wallnöfer2010-11-111-5/+8
* upgradeprovision: use the same case for hostname in reference provision as in...Matthieu Patou2010-09-261-1/+1
* s4 provision: Add some documentation to GPO related functionsMatthieu Patou2010-08-191-2/+2
* s4 upgradeprovision: add more attrbutes the ignore listMatthieu Patou2010-08-191-0/+11
* s4 upgradeprovision: upgrade_delta_samdb return a msg_diff of @ATTRIBUTESMatthieu Patou2010-08-191-9/+14
* s4 upgradeprovision: Fixes for increment_keyversionMatthieu Patou2010-08-191-1/+2
* s4 upgradeprovision: fix a typo and pass correct parameter to increment_calcu...Matthieu Patou2010-08-191-1/+1
* s4 upgradeprovision: introduce a new function to update the field use for cal...Matthieu Patou2010-07-151-3/+37
* s4 provision: move update_machine_account_password to helpersMatthieu Patou2010-07-151-1/+44
* s4 upgradeprovision: Try to support older Pythons.Michael Wood2010-06-251-1/+1
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-1/+1
* s4-python: Remove more unused imports, fix use of sets in upgradehelpers.Jelmer Vernooij2010-06-201-2/+2
* Use standard Python syntax, booleans and set()'s where appropriate.Jelmer Vernooij2010-06-201-12/+12
* Some more formatting fixes, move schema related functions from Ldb to Schema.Jelmer Vernooij2010-06-201-1/+3
* Formatting cleanups; use True/False for booleans, unnecessary backslashes, sp...Jelmer Vernooij2010-06-201-16/+23
* s4 upgradeprovision: Make grouped commit / rollback more resistant to unexpec...Matthieu Patou2010-06-201-13/+42
* s4 upgradeprovision: Check that the policy for DC is present if not warn the ...Matthieu Patou2010-06-201-0/+24
* s4 upgradeprovision: Emit message instead of crashing when not able to set aclMatthieu Patou2010-06-201-4/+10
* s4 upgradeprovision: Add function for searching stored constructed attributesMatthieu Patou2010-06-201-0/+51
* s4 upgradeprovision: additional restylingMatthieu Patou2010-06-201-31/+42
* s4 upgradeprovision: Move functions to helpers and improve codeMatthieu Patou2010-06-201-10/+250
* s4 upgradeprovision: move some functions to upgradehelpers for unit testsMatthieu Patou2010-06-201-1/+141
* s4 Add functions related to ldb manipulation when doing upgradeMatthieu Patou2010-06-201-17/+83
* upgradeprovision: Use logging infrastructure.Jelmer Vernooij2010-06-131-5/+7
* upgrade: Properly cancel/commit transactions in a couple more places.Jelmer Vernooij2010-06-131-1/+1
* s4-python: Start using standard python logging infrastructure ratherJelmer Vernooij2010-06-131-8/+8
* s4-python: Fix formatting.Jelmer Vernooij2010-06-111-10/+15
* s4-python: Fix formatting, use standard convention to call instance methods.Jelmer Vernooij2010-04-081-25/+24
* s4-python: Simplify code, improve formatting.Jelmer Vernooij2010-04-081-23/+25
* s4-python: Move dsdb constants to a separate python module.Jelmer Vernooij2010-04-041-1/+2
* More formatting fixes, pointed out by pylint.Jelmer Vernooij2010-03-011-1/+0