summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/drs.py
AgeCommit message (Expand)AuthorFilesLines
2023-12-15python: pep257: docstring should use double quotesRob van der Linde1-6/+6
2023-06-23python:samba:netcmd: Fix code spellingAndreas Schneider1-2/+2
2022-09-16samba-tool drs showrepl: use global --color optionDouglas Bagnall1-5/+1
2022-09-16samba-tool: make --color a general optionDouglas Bagnall1-0/+1
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-12-09samba-tool drs: move attr_default to commonDouglas Bagnall1-7/+1
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-1/+1
2020-02-07python: use raw string for regex with escapeDouglas Bagnall1-1/+1
2019-07-31netcmd: Allow drs replicate --local to create partitionsGarming Sam1-1/+3
2019-07-02samba-tool clone-dc-database: Add --backend-store-size optionGary Lockyer1-3/+13
2018-12-10python/samba/netcmd: PY3 port for samba4.drs.samba_tool_drs_showreplNoel Power1-10/+10
2018-10-25samba-tool drs: remove duplicate and unused importsDouglas Bagnall1-2/+0
2018-10-18netcmd/drs: add cmd_drs_uptodateness with json supportJoe Guo1-0/+93
2018-10-12samba-tool drs showrepl: do not crash if no dnsHostName foundDouglas Bagnall1-2/+2
2018-10-10netcmd: apply the new get_logger to cmdsJoe Guo1-8/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-6/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+3
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo1-1/+1
2018-08-24PEP8: fix E241: multiple spaces after ','Joe Guo1-32/+32
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-1/+1
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-1/+1
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-5/+5
2018-08-24PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo1-1/+1
2018-08-15samba-tool/drs: set dns_backend to SAMBA_INTERNAL in cmd_drs_clone_dc_databaseJoe Guo1-2/+2
2018-07-13python/samba/netcmd: Fix relative module importNoel Power1-1/+1
2018-07-04samba-tool drs showrepl: correctly report failing repsFromAndrew Bartlett1-1/+1
2018-06-28samba-tool drs showrepl: add --pull-summary and --notify-summaryAndrew Bartlett1-13/+36
2018-06-28samba-tool drs showrepl: Skip deleted DSAs when checking for successAndrew Bartlett1-2/+18
2018-06-28samba-tool drs show_repl: simplify the collection of DC listsDouglas Bagnall1-11/+6
2018-06-28samba-tool drs showrepl --summary for a quick local checkDouglas Bagnall1-0/+34
2018-06-28samba-tool drs showrepl: add a --color flagDouglas Bagnall1-1/+6
2018-06-20python/samba/netcmd: Fix NameError exceptionNoel Power1-0/+1
2018-06-10samba-tool drs showrepl: add a --verbose flagDouglas Bagnall1-1/+4
2018-06-10samba-tool drs showrepl: generalise the way output mode is chosenDouglas Bagnall1-15/+42
2018-05-31samba-tool drs: remove 'server' arg from commands without --serverDouglas Bagnall1-4/+4
2018-05-31samba-tool drs showrepl: remove unused searchDouglas Bagnall1-1/+0
2018-05-31samba-tool: be consistent in accepting -q for --quietDouglas Bagnall1-1/+1
2018-05-31samba-tool: add -v to drs --verboseDouglas Bagnall1-1/+1
2018-05-31samba-tool drs replicate: reformat drs_local_replicate methodDouglas Bagnall1-11/+23
2018-05-31samba-tool drs replicate: make pseudo-method a real methodDouglas Bagnall1-61/+59
2018-02-28samba-tool: convert 'except X, (tuple)' to 'except X as e'Noel Power1-1/+2
2018-02-15samba-tool: convert 'except X, e' to 'except X as e' for all XDouglas Bagnall1-7/+7
2018-02-15samba-tool drs showrepl: add --json option for JSON outputDouglas Bagnall1-1/+16
2018-02-15samba-tool drs showrepl: restructure in preparation for --jsonDouglas Bagnall1-45/+94
2018-02-09sambatool drs showrepl: prefer self over ctx in python classesDouglas Bagnall1-2/+3
2017-07-28drs: support sync-forced for 'samba-tool drs replicate --local'Tim Beale1-3/+6
2017-02-23samba-tool drs replicate: Add --single-objectAndrew Bartlett1-4/+12
2017-02-23python: Move partial replication logic into drs_utils.pyAndrew Bartlett1-34/+1
2017-02-14samba-tool/drs: do partial replication when --local is given by defaultBob Campbell1-9/+52