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
*
s4-classicupgrade: Demote any other 'BDC' accounts back to a member server du...
Andrew Bartlett
2012-07-06
1
-2
/
+12
*
s4-classicupgrade: Allow DNS backend to be specified
Andrew Bartlett
2012-06-24
1
-4
/
+2
*
s4-idmap: Add parameter 'idmap_ldb:use rfc2307' and correct implementation er...
Andrew Bartlett
2012-06-20
1
-1
/
+1
*
s4-s3upgrade: Assert that administrator has a SID of -500, and only skip root...
Andrew Bartlett
2012-06-16
1
-2
/
+9
*
s4-s3upgrade: improve idmap import to use posixAccount and posixGroup entries
Andrew Bartlett
2012-06-16
1
-2
/
+32
*
s4-s3-upgrade: Max/min password age policy is in seconds, not days
Andrew Bartlett
2012-05-06
1
-2
/
+2
*
s4-s3upgrade: Force ldapsam:trusted = yes
Andrew Bartlett
2012-05-03
1
-0
/
+3
*
s4-s3upgrade: Try harder to get group memberships on upgrade
Andrew Bartlett
2012-05-03
1
-5
/
+20
*
s4-s3upgrade: print the error message from passdb.error exceptions
Andrew Bartlett
2012-04-24
1
-6
/
+6
*
s4-samba-tool: Fix samba-tool fsmo seize
Andrew Bartlett
2012-04-19
1
-1
/
+1
*
s4-s3upgrade: Do not ever set a domain-wide maxPwdAge of 0
Andrew Bartlett
2012-04-19
1
-1
/
+1
*
s4-s3upgrade: Ignore (with warning) groups that are listed but we cannot list...
Andrew Bartlett
2012-04-19
1
-2
/
+14
*
provision: Leave result reporting up to caller.
Jelmer Vernooij
2012-02-26
1
-0
/
+1
*
s4-s3-upgrade: Check if there are duplicate sids for users and groups
Amitay Isaacs
2012-01-31
1
-0
/
+4
*
s4-s3-upgrade: Use lowercase hostname as hostname for provision
Amitay Isaacs
2012-01-31
1
-1
/
+1
*
s4-provision: Make BIND9_DLZ as the default backend for DNS
Amitay Isaacs
2011-11-29
1
-1
/
+1
*
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
[next]