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
/
drs.py
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-31
netcmd: Allow drs replicate --local to create partitions
Garming Sam
1
-1
/
+3
2019-07-02
samba-tool clone-dc-database: Add --backend-store-size option
Gary Lockyer
1
-3
/
+13
2018-12-10
python/samba/netcmd: PY3 port for samba4.drs.samba_tool_drs_showrepl
Noel Power
1
-10
/
+10
2018-10-25
samba-tool drs: remove duplicate and unused imports
Douglas Bagnall
1
-2
/
+0
2018-10-18
netcmd/drs: add cmd_drs_uptodateness with json support
Joe Guo
1
-0
/
+93
2018-10-12
samba-tool drs showrepl: do not crash if no dnsHostName found
Douglas Bagnall
1
-2
/
+2
2018-10-10
netcmd: apply the new get_logger to cmds
Joe Guo
1
-8
/
+1
2018-08-24
PEP8: fix E303: too many blank lines (2)
Joe Guo
1
-6
/
+0
2018-08-24
PEP8: fix E302: expected 2 blank lines, found 1
Joe Guo
1
-0
/
+3
2018-08-24
PEP8: fix E265: block comment should start with '# '
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E241: multiple spaces after ','
Joe Guo
1
-32
/
+32
2018-08-24
PEP8: fix E231: missing whitespace after ','
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E225: missing whitespace around operator
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E202: whitespace before ')'
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E123: closing bracket does not match indentation of opening bracket...
Joe Guo
1
-5
/
+5
2018-08-24
PEP8: fix E121: continuation line under-indented for hanging indent
Joe Guo
1
-1
/
+1
2018-08-15
samba-tool/drs: set dns_backend to SAMBA_INTERNAL in cmd_drs_clone_dc_database
Joe Guo
1
-2
/
+2
2018-07-13
python/samba/netcmd: Fix relative module import
Noel Power
1
-1
/
+1
2018-07-04
samba-tool drs showrepl: correctly report failing repsFrom
Andrew Bartlett
1
-1
/
+1
2018-06-28
samba-tool drs showrepl: add --pull-summary and --notify-summary
Andrew Bartlett
1
-13
/
+36
2018-06-28
samba-tool drs showrepl: Skip deleted DSAs when checking for success
Andrew Bartlett
1
-2
/
+18
2018-06-28
samba-tool drs show_repl: simplify the collection of DC lists
Douglas Bagnall
1
-11
/
+6
2018-06-28
samba-tool drs showrepl --summary for a quick local check
Douglas Bagnall
1
-0
/
+34
2018-06-28
samba-tool drs showrepl: add a --color flag
Douglas Bagnall
1
-1
/
+6
2018-06-20
python/samba/netcmd: Fix NameError exception
Noel Power
1
-0
/
+1
2018-06-10
samba-tool drs showrepl: add a --verbose flag
Douglas Bagnall
1
-1
/
+4
2018-06-10
samba-tool drs showrepl: generalise the way output mode is chosen
Douglas Bagnall
1
-15
/
+42
2018-05-31
samba-tool drs: remove 'server' arg from commands without --server
Douglas Bagnall
1
-4
/
+4
2018-05-31
samba-tool drs showrepl: remove unused search
Douglas Bagnall
1
-1
/
+0
2018-05-31
samba-tool: be consistent in accepting -q for --quiet
Douglas Bagnall
1
-1
/
+1
2018-05-31
samba-tool: add -v to drs --verbose
Douglas Bagnall
1
-1
/
+1
2018-05-31
samba-tool drs replicate: reformat drs_local_replicate method
Douglas Bagnall
1
-11
/
+23
2018-05-31
samba-tool drs replicate: make pseudo-method a real method
Douglas Bagnall
1
-61
/
+59
2018-02-28
samba-tool: convert 'except X, (tuple)' to 'except X as e'
Noel Power
1
-1
/
+2
2018-02-15
samba-tool: convert 'except X, e' to 'except X as e' for all X
Douglas Bagnall
1
-7
/
+7
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
2017-07-28
drs: support sync-forced for 'samba-tool drs replicate --local'
Tim Beale
1
-3
/
+6
2017-02-23
samba-tool drs replicate: Add --single-object
Andrew Bartlett
1
-4
/
+12
2017-02-23
python: Move partial replication logic into drs_utils.py
Andrew Bartlett
1
-34
/
+1
2017-02-14
samba-tool/drs: do partial replication when --local is given by default
Bob Campbell
1
-9
/
+52
2016-07-28
samba-tool: add --async-rep option to 'samba-tool drs replicate'
Stefan Metzmacher
1
-4
/
+11
2016-07-28
samba-tool: use a timeout of 5 minutes in 'samba-tool drs replicate'
Stefan Metzmacher
1
-3
/
+4
2016-07-12
samba-tool drs replicate: Allow replication call to take as long as required
Andrew Bartlett
1
-1
/
+2
2016-07-12
pyrpc: Allow control of RPC timeout for IRPC
Andrew Bartlett
1
-0
/
+1
2016-07-08
samba-tool: Add --local-online mode to samba-tool drs replicate
Andrew Bartlett
1
-3
/
+12
2016-07-08
samba-tool: Add success message to samba-tool drs replicate --local
Andrew Bartlett
1
-0
/
+2
2015-10-26
samba-tool drs clone-dc-database: Require --targetdir
Andrew Bartlett
1
-1
/
+5
2015-10-26
samba-tool drs clone-dc: Add --include-secrets option
Andrew Bartlett
1
-2
/
+3
[next]