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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-15
samba-tool domain: Extend --plaintext-secrets to dcpromo by moving to common ...
Andrew Bartlett
1
-9
/
+6
2018-05-15
samba-tool domain: Add --machinepass to common options
Andrew Bartlett
1
-6
/
+2
2018-05-15
samba-tool domain: Add --quiet to common options
Andrew Bartlett
1
-4
/
+2
2018-05-15
samba-tool domain: Create a common set of options for provision/join/dcpromo
Andrew Bartlett
1
-4
/
+11
2018-05-15
samba-tool domain provision: Move more OpenLDAP options behind TEST_LDAP
Andrew Bartlett
1
-7
/
+7
2018-05-14
samba-tool computer: fix wrong computer container in help message
Björn Baumbach
1
-2
/
+2
2018-05-12
python/samba: py2/py3 compatability always decode result of b64encode
Noel Power
1
-6
/
+6
2018-05-12
Bulk: enclose .keys() method with list where list (from python2) expected
Noel Power
1
-1
/
+1
2018-05-12
samba_tool: replace xrange -> range
Noel Power
2
-4
/
+4
2018-05-12
python/samba: Ensure md5 always provided with bytes
Noel Power
1
-1
/
+5
2018-05-12
samba_tool: make exception handling statements py2/py3 compatible
Noel Power
1
-3
/
+3
2018-05-12
samba_tool: Py2/Py3 compatability fix tuple assigment
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
gpo: Ensure all files are retrieved in fetch
Garming Sam
1
-1
/
+5
2018-05-12
Fix spelling s/succesfully/successfully/
Mathieu Parent
1
-1
/
+1
2018-05-11
netcmd: Split 'domain passwordsettings' into a super-command
Tim Beale
1
-166
/
+190
2018-05-11
netcmd: Small tweak to retrieving pwdProperties
Tim Beale
1
-2
/
+3
2018-05-08
samba-tool: Fix a typo
Volker Lendecke
1
-1
/
+1
2018-04-30
python/samba: Py2/Py3 compat change '/' to '//' to ensure int result
Noel Power
1
-1
/
+2
2018-04-30
python: Bulk conversion callers of ldb.Dn second param
Noel Power
1
-3
/
+3
2018-04-30
samba-tool visualize: use correct DC in graph label
Douglas Bagnall
1
-3
/
+3
2018-04-13
python: fix unicode escape in doc string
Joe Guo
1
-1
/
+1
2018-04-13
python: bulk replace file to open for py3
Joe Guo
1
-3
/
+3
2018-04-13
python: bulk replace dict.iteritems to items for py3
Joe Guo
3
-17
/
+15
2018-04-06
samba-tool: Use same method for removing trailing $ as elsewhere in the tool
Andrew Bartlett
1
-2
/
+8
2018-04-06
samba-tool: Escape username and computername in ldb search filter
Andrew Bartlett
2
-3
/
+5
2018-04-06
samba-tool: improve computer management commands
Joe Guo
1
-3
/
+199
2018-04-06
samba-tool: implement computer management commands
Björn Baumbach
2
-0
/
+383
2018-04-06
provision: allow provisioning of a different database backend
Gary Lockyer
1
-3
/
+11
2018-03-23
samba-tool: convert print func to be py2/py3 compatible
Noel Power
2
-4
/
+6
2018-03-21
samba-tool visualize: fix python2.6 incompatibility
Björn Baumbach
1
-1
/
+5
2018-03-21
samba-tool ldapcmp: remove duplicate takes_optiongroups attribute
Douglas Bagnall
1
-6
/
+0
2018-03-19
Update help text for dbcheck
Jonathan Hunter
1
-1
/
+1
2018-03-01
domain.py: Give some advice if the schema upgrade command fails
Garming Sam
1
-3
/
+8
2018-02-28
samba-tool: convert 'except X, (tuple)' to 'except X as e'
Noel Power
5
-25
/
+50
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
2018-02-15
samba-tool: convert 'except X, e' to 'except X as e' for all X
Douglas Bagnall
15
-77
/
+77
2018-02-15
samba-tool drs showrepl: add --json option for JSON output
Douglas Bagnall
1
-1
/
+16
2018-02-15
samba-tool drs showrepl: restructure in preparation for --json
Douglas Bagnall
1
-45
/
+94
2018-02-09
sambatool drs showrepl: prefer self over ctx in python classes
Douglas Bagnall
1
-2
/
+3
2018-02-09
samba-tool rodc: consistently use self.outf, not stdout
Douglas Bagnall
1
-2
/
+2
2018-02-08
samba-tool/dns: Clarify the cleanup subcommand
Garming Sam
1
-2
/
+3
2018-02-08
remove_dc: Allow remove_dns_references to ignore missing server names
Garming Sam
1
-1
/
+2
2018-02-08
samba-tool: add dns cleanup cmd
Joe Guo
1
-0
/
+47
2018-02-08
samba-tool group: implement the group move command
Björn Baumbach
1
-0
/
+79
2018-02-08
samba-tool user: implement the user move command
Björn Baumbach
1
-0
/
+80
2018-02-08
samba-tool user: fix some typos
Björn Baumbach
1
-3
/
+3
2018-02-08
samba-tool: implement user show command to display a user AD object
Björn Baumbach
1
-0
/
+79
2018-02-08
samba-tool: implement ou management commands
Björn Baumbach
2
-0
/
+396
[prev]
[next]