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
/
netcmd
/
user.py
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-23
samba-tool: py3 compatiblity in 'user syncpasswords --daemon'
Heinz Hoelzl
1
-1
/
+2
2019-10-17
samba-tool: Add facility to add rfc2307 attributes to an already created user...
Rowland Penny
1
-0
/
+224
2019-09-24
user.py: avoid inefficient string concatenations
Björn Jacke
1
-30
/
+28
2019-09-21
user.py: import tempfile module only where needed
Björn Jacke
1
-1
/
+1
2019-08-22
python: use os.urandom, which is available in python by definition
Björn Jacke
1
-39
/
+2
2019-07-04
samba-tool user edit: avoid base64 encoded strings in editable ldif if possible
Björn Baumbach
1
-1
/
+2
2019-07-04
samba-tool user edit: simplify code
Björn Baumbach
1
-3
/
+1
2019-07-04
samba-tool user edit: use ldb methods to create ldif to modify user
Björn Baumbach
1
-38
/
+13
2019-07-04
samba-tool: fix format of command description (help messages)
Björn Baumbach
1
-7
/
+7
2019-01-09
netcmd/user: python[3]-gpgme unsupported and replaced by python[3]-gpg
Joe Guo
1
-25
/
+61
2018-11-20
sync_passwords: Remove dirsync cookie logging for continuous operation
Garming Sam
1
-1
/
+2
2018-11-14
python/samba/netcmd: PY3 port samba.tests.samba_tool.edit
Noel Power
1
-1
/
+1
2018-11-01
samba-tool user: fix message format
Douglas Bagnall
1
-2
/
+3
2018-11-01
python: PY3 Exceptions don't have .message
Douglas Bagnall
1
-1
/
+1
2018-10-29
python: do not use "is" for string equality
Douglas Bagnall
1
-5
/
+5
2018-10-25
samba-tool user: remove unused import
Douglas Bagnall
1
-1
/
+0
2018-09-06
PEP8: fix E122: continuation line missing indentation or outdented
Joe Guo
1
-1
/
+1
2018-09-05
samba-tool: add virtualKerberosSalt attribute to 'user getpassword/syncpasswo...
Stefan Metzmacher
1
-0
/
+24
2018-09-03
python/samba/netcmd: PY2/PY3 changes required for user_virtualCryptSHA test
Noel Power
1
-5
/
+10
2018-09-03
python/samba/tests: PY2/PY3 required changes for samba.tests.samba_tool.user
Noel Power
1
-3
/
+3
2018-09-03
s4/selftest: enable samba.tests.samba_tool.user_wdigest for python3
Noel Power
1
-1
/
+2
2018-09-03
python/samba: PY3 port for samba.tests.samba_tool.user_wdigest test
Noel Power
1
-14
/
+15
2018-08-24
PEP8: fix E712: comparison to False should be 'if cond is False:' or 'if not ...
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E703: statement ends with a semicolon
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E306: expected 1 blank line before a nested definition, found 0
Joe Guo
1
-0
/
+2
2018-08-24
PEP8: fix E305: expected 2 blank lines after class or function definition, fo...
Joe Guo
1
-0
/
+1
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
1
-0
/
+13
2018-08-24
PEP8: fix E261: at least two spaces before inline comment
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E231: missing whitespace after ','
Joe Guo
1
-3
/
+3
2018-08-24
PEP8: fix E226: missing whitespace around arithmetic operator
Joe Guo
1
-3
/
+3
2018-08-24
PEP8: fix E225: missing whitespace around operator
Joe Guo
1
-5
/
+5
2018-08-24
PEP8: fix E222: multiple spaces after operator
Joe Guo
1
-3
/
+3
2018-08-24
PEP8: fix E203: whitespace before ':'
Joe Guo
1
-3
/
+3
2018-08-24
PEP8: fix E202: whitespace before ')'
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E201: whitespace after '('
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E128: continuation line under-indented for visual indent
Joe Guo
1
-7
/
+7
2018-08-24
PEP8: fix E127: continuation line over-indented for visual indent
Joe Guo
1
-25
/
+25
2018-08-24
PEP8: fix E123: closing bracket does not match indentation of opening bracket...
Joe Guo
1
-27
/
+27
2018-08-24
PEP8: fix E121: continuation line under-indented for hanging indent
Joe Guo
1
-1
/
+1
2018-07-13
python/samba/netcmd: fix py2/py3 bytes usage for replace
Noel Power
1
-1
/
+1
2018-05-17
python/samba/netcmd: net.change_password should be passed string
Noel Power
1
-2
/
+4
2018-05-12
python/samba: py2/py3 compatability always decode result of b64encode
Noel Power
1
-6
/
+6
2018-05-12
samba_tool: replace xrange -> range
Noel Power
1
-1
/
+1
2018-05-12
python/samba: Bulk replace of '.next()' method with function 'next()'
Noel Power
1
-1
/
+1
2018-05-12
Fix spelling s/succesfully/successfully/
Mathieu Parent
1
-1
/
+1
2018-04-06
samba-tool: Escape username and computername in ldb search filter
Andrew Bartlett
1
-1
/
+1
2018-02-28
samba-tool: convert 'except X, (tuple)' to 'except X as e'
Noel Power
1
-8
/
+16
2018-02-28
samba-tool: convert octal 'O1234' format to python3 compatible '0o1234'
Noel Power
1
-3
/
+3
2018-02-27
samba-tool: user setexpiry: Fix incorrect Example2
Rowland Penny
1
-1
/
+1
[next]