index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
scripting
/
python
/
samba
/
upgrade.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-py-passdb: Fix handling of uninitialized gid values
Amitay Isaacs
2011-11-18
1
-1
/
+1
*
s4-s3-upgrade: Add --verbose option to print extra details
Amitay Isaacs
2011-11-18
1
-1
/
+1
*
s4-s3-upgrade: Fix idmap types ID_TYPE_UID/ID_TYPE_GID instead of UID/GID
Amitay Isaacs
2011-11-18
1
-3
/
+3
*
s4-s3-upgrade: Fix the minimum and maximum password age calculation
Amitay Isaacs
2011-11-18
1
-4
/
+4
*
s4-s3-upgrade now look for -1 as the special 'not set' value
Andrew Bartlett
2011-11-18
1
-1
/
+1
*
s4-provision permit server role to be the ROLE_ strings from s3
Andrew Bartlett
2011-11-17
1
-10
/
+3
*
s3-s4-upgrade: do not add description if it is empty string or none
Amitay Isaacs
2011-11-16
1
-6
/
+12
*
s4-s3-upgrade Add my copyright
Andrew Bartlett
2011-11-08
1
-0
/
+1
*
s4-s3-upgrade rename samba-tool domain samba3upgrade --libdir to --dbdir for ...
Andrew Bartlett
2011-10-19
1
-1
/
+1
*
s4-s3-upgrade fix format string for secrets.tdb exception
Andrew Bartlett
2011-10-19
1
-1
/
+1
*
s4-s3-upgrade Fix samba3upgrade code to cope with a missing wins.dat
Andrew Bartlett
2011-10-19
1
-1
/
+10
*
s4-s3-upgrade: Give a better clue when we cannot open secrets.tdb
Andrew Bartlett
2011-10-18
1
-1
/
+4
*
s4 provision: DNS backend should be set by caller
Kai Blin
2011-10-17
1
-1
/
+7
*
samba.upgrade: Use list comprehension.
Jelmer Vernooij
2011-10-12
1
-4
/
+4
*
s4-s3-upgrade: Allow import (just without a uid mapping) where getpwnam fails
Andrew Bartlett
2011-10-11
1
-1
/
+1
*
upgrade: Avoid catching all exceptions, just catch the ones we care about.
Jelmer Vernooij
2011-10-08
1
-11
/
+9
*
s4-python: Fix some formatting issues.
Jelmer Vernooij
2011-09-13
1
-24
/
+35
*
s4-s3-upgrade: Check for duplicate sids before provisioning
Amitay Isaacs
2011-09-12
1
-0
/
+10
*
s4-s3-upgrade: Check for common user/group names before provisioning
Amitay Isaacs
2011-09-12
1
-0
/
+10
*
s4-s3-upgrade Do not use python 2.6 style exceptions
Andrew Bartlett
2011-09-09
1
-2
/
+2
*
s4-s3-upgrade do not convert min password length as a time
Andrew Bartlett
2011-09-09
1
-1
/
+1
*
s4-s3-upgrade: convert password age policies to the negative NTTIME format
Andrew Bartlett
2011-09-07
1
-8
/
+21
*
s4-s3-upgrade Handle expected errors, error out on unexpected ones
Andrew Bartlett
2011-09-07
1
-3
/
+5
*
s4-s3-upgrade Fix group member addition
Andrew Bartlett
2011-09-07
1
-2
/
+2
*
s4-s3-upgrade Fix error handling in add_users_to_group
Andrew Bartlett
2011-09-05
1
-2
/
+5
*
s4-provision handle a number of invalid but real-world upgrade cases
Andrew Bartlett
2011-09-05
1
-9
/
+36
*
s4-provision Fix type error on existing idmap entries in s3 upgrade
Andrew Bartlett
2011-09-05
1
-1
/
+1
*
s4-provision Use ProvisioningError and the eadb
Andrew Bartlett
2011-09-05
1
-5
/
+5
*
s4-provision Allow a missing idmap DB in upgrade.py
Andrew Bartlett
2011-09-04
1
-2
/
+9
*
s4-provision cope with SID_NAME_WKN_GRP mappings in upgrade.py
Andrew Bartlett
2011-09-04
1
-1
/
+5
*
s3_upgrade: Set lock directory to correct directory
Amitay Isaacs
2011-08-26
1
-0
/
+1
*
s3_upgrade: Update commandline options and use updated samba3 python module
Amitay Isaacs
2011-08-26
1
-144
/
+75
*
s3_upgrade: Let python generate backtrace for unknown exceptions
Amitay Isaacs
2011-08-26
1
-15
/
+4
*
s3_upgrade: Add document strings for python methods
Amitay Isaacs
2011-08-26
1
-9
/
+23
*
s3_upgrade: Set the administrator password on upgrade
Amitay Isaacs
2011-08-19
1
-2
/
+22
*
s3_upgrade: Do not add administrator and root accounts from s3 to s4
Amitay Isaacs
2011-08-19
1
-0
/
+2
*
python-samba3: Secrets file loaded from private dir, not lib dir
Amitay Isaacs
2011-08-19
1
-1
/
+1
*
s3upgrade: Add idmap migration, users/groups import
Amitay Isaacs
2011-08-19
1
-40
/
+193
*
s4-provision Add support for fixing the DC rid to a particular value
Andrew Bartlett
2011-08-13
1
-3
/
+8
*
upgrade: Add missing bits for the s3 to s4 upgrade script
Amitay Isaacs
2011-08-13
1
-32
/
+73
*
s4-scripting Rename passdb upgrade routine to avoid conflict with upgradeprov...
Andrew Bartlett
2011-08-13
1
-2
/
+2
*
param: Remove remaining references to announce as and announce version
Andrew Bartlett
2011-06-24
1
-2
/
+0
*
s4-provision Remove setup_path, setup_dir and find_setup_dir
Andrew Bartlett
2011-02-07
1
-2
/
+2
*
s4-python: Some reformatting for the purpose of pydoctor.
Jelmer Vernooij
2010-11-28
1
-20
/
+30
*
s4-python: python is not always in /usr/bin
Andrew Tridgell
2010-06-24
1
-1
/
+1
*
s4-python: Start using standard python logging infrastructure rather
Jelmer Vernooij
2010-06-13
1
-7
/
+10
*
s4-python: Format to PEP8, simplify tests.
Jelmer Vernooij
2010-03-29
1
-3
/
+3
*
s4-python: Fix formatting.
Jelmer Vernooij
2010-01-25
1
-3
/
+3
*
s4:upgrade.py - remove my copyright
Matthias Dieter Wallnöfer
2009-11-28
1
-1
/
+0
*
s4:upgrade.py - readd accidentally removed empty lines
Matthias Dieter Wallnöfer
2009-11-28
1
-0
/
+4
[next]