summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/drs.py
Commit message (Expand)AuthorAgeFilesLines
* samba-tool drs showrepl: use global --color optionDouglas Bagnall2022-09-161-5/+1
* samba-tool: make --color a general optionDouglas Bagnall2022-09-161-0/+1
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-281-1/+0
* samba-tool drs: move attr_default to commonDouglas Bagnall2020-12-091-7/+1
* python2 reduction: Merge remaining compat code into commonDavid Mulder2020-10-021-1/+1
* python: use raw string for regex with escapeDouglas Bagnall2020-02-071-1/+1
* netcmd: Allow drs replicate --local to create partitionsGarming Sam2019-07-311-1/+3
* samba-tool clone-dc-database: Add --backend-store-size optionGary Lockyer2019-07-021-3/+13
* python/samba/netcmd: PY3 port for samba4.drs.samba_tool_drs_showreplNoel Power2018-12-101-10/+10
* samba-tool drs: remove duplicate and unused importsDouglas Bagnall2018-10-251-2/+0
* netcmd/drs: add cmd_drs_uptodateness with json supportJoe Guo2018-10-181-0/+93
* samba-tool drs showrepl: do not crash if no dnsHostName foundDouglas Bagnall2018-10-121-2/+2
* netcmd: apply the new get_logger to cmdsJoe Guo2018-10-101-8/+1
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-6/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+3
* PEP8: fix E265: block comment should start with '# 'Joe Guo2018-08-241-1/+1
* PEP8: fix E241: multiple spaces after ','Joe Guo2018-08-241-32/+32
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-1/+1
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-1/+1
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-241-5/+5
* PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo2018-08-241-1/+1
* samba-tool/drs: set dns_backend to SAMBA_INTERNAL in cmd_drs_clone_dc_databaseJoe Guo2018-08-151-2/+2
* python/samba/netcmd: Fix relative module importNoel Power2018-07-131-1/+1
* samba-tool drs showrepl: correctly report failing repsFromAndrew Bartlett2018-07-041-1/+1
* samba-tool drs showrepl: add --pull-summary and --notify-summaryAndrew Bartlett2018-06-281-13/+36
* samba-tool drs showrepl: Skip deleted DSAs when checking for successAndrew Bartlett2018-06-281-2/+18
* samba-tool drs show_repl: simplify the collection of DC listsDouglas Bagnall2018-06-281-11/+6
* samba-tool drs showrepl --summary for a quick local checkDouglas Bagnall2018-06-281-0/+34
* samba-tool drs showrepl: add a --color flagDouglas Bagnall2018-06-281-1/+6
* python/samba/netcmd: Fix NameError exceptionNoel Power2018-06-201-0/+1
* samba-tool drs showrepl: add a --verbose flagDouglas Bagnall2018-06-101-1/+4
* samba-tool drs showrepl: generalise the way output mode is chosenDouglas Bagnall2018-06-101-15/+42
* samba-tool drs: remove 'server' arg from commands without --serverDouglas Bagnall2018-05-311-4/+4
* samba-tool drs showrepl: remove unused searchDouglas Bagnall2018-05-311-1/+0
* samba-tool: be consistent in accepting -q for --quietDouglas Bagnall2018-05-311-1/+1
* samba-tool: add -v to drs --verboseDouglas Bagnall2018-05-311-1/+1
* samba-tool drs replicate: reformat drs_local_replicate methodDouglas Bagnall2018-05-311-11/+23
* samba-tool drs replicate: make pseudo-method a real methodDouglas Bagnall2018-05-311-61/+59
* samba-tool: convert 'except X, (tuple)' to 'except X as e'Noel Power2018-02-281-1/+2
* samba-tool: convert 'except X, e' to 'except X as e' for all XDouglas Bagnall2018-02-151-7/+7
* samba-tool drs showrepl: add --json option for JSON outputDouglas Bagnall2018-02-151-1/+16
* samba-tool drs showrepl: restructure in preparation for --jsonDouglas Bagnall2018-02-151-45/+94
* sambatool drs showrepl: prefer self over ctx in python classesDouglas Bagnall2018-02-091-2/+3
* drs: support sync-forced for 'samba-tool drs replicate --local'Tim Beale2017-07-281-3/+6
* samba-tool drs replicate: Add --single-objectAndrew Bartlett2017-02-231-4/+12
* python: Move partial replication logic into drs_utils.pyAndrew Bartlett2017-02-231-34/+1
* samba-tool/drs: do partial replication when --local is given by defaultBob Campbell2017-02-141-9/+52
* samba-tool: add --async-rep option to 'samba-tool drs replicate'Stefan Metzmacher2016-07-281-4/+11
* samba-tool: use a timeout of 5 minutes in 'samba-tool drs replicate'Stefan Metzmacher2016-07-281-3/+4