index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
samba
/
provision
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-24
PEP8: improve spacing around colons
Douglas Bagnall
3
-10
/
+11
2018-08-24
PEP8: fix E703: statement ends with a semicolon
Joe Guo
2
-2
/
+2
2018-08-24
PEP8: fix E303: too many blank lines (2)
Joe Guo
1
-2
/
+0
2018-08-24
PEP8: fix E302: expected 2 blank lines, found 1
Joe Guo
3
-0
/
+12
2018-08-24
PEP8: fix E265: block comment should start with '# '
Joe Guo
3
-5
/
+5
2018-08-24
PEP8: fix E251: unexpected spaces around keyword / parameter equals
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E241: multiple spaces after ','
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E231: missing whitespace after ','
Joe Guo
3
-17
/
+17
2018-08-24
PEP8: fix E228: missing whitespace around modulo operator
Joe Guo
1
-3
/
+3
2018-08-24
PEP8: fix E226: missing whitespace around arithmetic operator
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E225: missing whitespace around operator
Joe Guo
1
-4
/
+4
2018-08-24
PEP8: fix E222: multiple spaces after operator
Joe Guo
2
-3
/
+3
2018-08-24
PEP8: fix E203: whitespace before ':'
Joe Guo
3
-34
/
+34
2018-08-24
PEP8: fix E202: whitespace before ')'
Joe Guo
2
-12
/
+12
2018-08-24
PEP8: fix E201: whitespace after '('
Joe Guo
2
-13
/
+13
2018-08-24
PEP8: fix E128: continuation line under-indented for visual indent
Joe Guo
3
-246
/
+255
2018-08-24
PEP8: fix E127: continuation line over-indented for visual indent
Joe Guo
3
-26
/
+26
2018-08-24
PEP8: fix E125: continuation line with same indent as next logical line
Joe Guo
2
-3
/
+3
2018-08-24
PEP8: fix E123: closing bracket does not match indentation of opening bracket...
Joe Guo
3
-27
/
+27
2018-08-24
PEP8: fix E122: continuation line missing indentation or outdented
Joe Guo
3
-20
/
+20
2018-08-24
PEP8: fix E121: continuation line under-indented for hanging indent
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E111: indentation is not a multiple of four
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix W601: .has_key() is deprecated, use 'in'
Joe Guo
2
-6
/
+6
2018-08-24
PEP8: fix E731: do not assign a lambda expression, use a def
Joe Guo
1
-2
/
+6
2018-08-10
provision: Add support for BIND 9.12.x
Amitay Isaacs
1
-1
/
+5
2018-07-12
provision/setsysvolacl: create helper function to simplify code
Joe Guo
1
-11
/
+10
2018-07-12
provision/setsysvolacl: build session_info and pass down to setntacl
Joe Guo
1
-3
/
+17
2018-07-05
netcmd: Extend 'backup restore' command to handle renamed domains
Tim Beale
1
-2
/
+3
2018-07-03
provision: Small refactor to host-IP logic
Tim Beale
1
-23
/
+31
2018-06-28
provision: set 'binddns dir' when making new smb.conf
Tim Beale
1
-0
/
+2
2018-06-20
python/samab: py2/py3 string.upper(astring) -> astring.upper
Noel Power
1
-2
/
+2
2018-05-12
python/samba: py2/py3 compatability always decode result of b64encode
Noel Power
2
-32
/
+32
2018-05-12
python/samba/provision: Fix urllib.quote usage for py2/py3
Noel Power
2
-3
/
+4
2018-04-30
python: Bulk conversion callers of ldb.Dn second param
Noel Power
1
-3
/
+3
2018-04-13
python: bulk replace file to open for py3
Joe Guo
1
-1
/
+1
2018-04-13
python: bulk replace dict.iteritems to items for py3
Joe Guo
1
-2
/
+2
2018-04-06
dsdb: add lmdbLevelOne as a required feature.
Gary Lockyer
1
-1
/
+11
2018-04-06
provision: Set @INDEXLIST first when building dummy sam.ldb
Andrew Bartlett
1
-3
/
+5
2018-04-06
provision: allow provisioning of a different database backend
Gary Lockyer
2
-20
/
+53
2018-03-19
provision: use the provision control when adding foreignSecurityPrincipals
Stefan Metzmacher
1
-2
/
+2
2018-02-28
samba python libs: convert 'except X, (tuple)' to 'except X as e'
Noel Power
1
-3
/
+6
2018-02-28
samba python libs: convert 'O1234' format to python3 compatible '0o1234'
Noel Power
3
-17
/
+17
2018-02-21
provision: fix the 'dnsdomain' for the local sam of a domain member
Stefan Metzmacher
1
-0
/
+16
2018-02-15
samba python libs: convert 'except X, e' to 'except X as e'
Douglas Bagnall
1
-1
/
+1
2017-12-20
2008R2: Missing operation (75, 76) for ActiveDirectoryUpdate version 5 (FL)
Garming Sam
1
-2
/
+6
2017-12-20
sambadns: Allow functional level 2016 (when added)
Garming Sam
1
-2
/
+3
2017-12-18
provision: Changes to support encrypted_secrets module
Gary Lockyer
1
-6
/
+44
2017-12-14
schema: Add option of specifying the base schema for a provision
Tim Beale
1
-3
/
+10
2017-12-14
schema: Re-work extended rights handling in provision (prep for 2012R2)
Andrew Bartlett
1
-1
/
+6
2017-12-10
samba-tool: validate password early in `domain provision`
Jamie McClymont
1
-1
/
+4
[prev]
[next]