summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/dns.py
AgeCommit message (Expand)AuthorFilesLines
2025-06-05samba-tool dns: add --allow-existing to not complain if records existDouglas Bagnall1-5/+17
2023-06-23python:samba:netcmd: Fix code spellingAndreas Schneider1-1/+1
2023-06-21samba-tool: print default (domain) for --dns-directory-partition option in he...Björn Baumbach1-1/+1
2023-06-16samba-tool: add new --dns-directory-partition option to dns zonecreate commandBjörn Baumbach1-5/+22
2023-02-23python: fix mutable default argumentsRob van der Linde1-1/+4
2022-09-06samba-tool dns: catch werror.WERR_ACCESS_DENIEDDouglas Bagnall1-0/+1
2022-09-06samba-tool dns: use DnsconnWrapper in zonecreateDouglas Bagnall1-8/+8
2022-09-06samba-tool dns: update_record uses DnsConnWrapperDouglas Bagnall1-15/+16
2022-09-06samba-tool dns: delete uses DnsConnWrapper messagesDouglas Bagnall1-14/+16
2022-09-06samba-tool dns: add uses DnsConnWrapper messagesDouglas Bagnall1-9/+11
2022-09-06samba-tool dns: query uses DnsConnWrapper messagesDouglas Bagnall1-8/+8
2022-09-06samba-tool dns: zonedelete uses DnsConnWrapper messagesDouglas Bagnall1-9/+9
2022-09-06samba-tool dns: NAME_DOES_NOT_EXIST errors; add docstringDouglas Bagnall1-0/+30
2022-09-06samba-tool dns: RECORD_DOES_NOT_EXIST errors as CommandErrorsDouglas Bagnall1-0/+1
2022-09-06samba-tool dns: catch ZONE_ALREADY_EXISTS errors as CommandErrorsDouglas Bagnall1-0/+1
2022-09-06samba-tool dns: catch DS_UNAVAILABLE errors as CommandErrorsDouglas Bagnall1-0/+1
2022-09-06samba-tool dns: use DnsConnWrapper widelyDouglas Bagnall1-10/+10
2022-09-06samba-tool dns: add a wrapper for better error messagesDouglas Bagnall1-0/+38
2022-05-10python: Remove redundant assignmentsJoseph Sutton1-6/+6
2021-09-07samba-tool: Fix a typoVolker Lendecke1-1/+1
2021-07-05samba-tool: dns update rejects malformed addressesDouglas Bagnall1-2/+11
2021-06-10samba-tool dns zoneoptions --help improvementDouglas Bagnall1-1/+1
2021-06-02samba-tool dns zoneoptions: timestamp manipulation optionsDouglas Bagnall1-2/+202
2021-06-02samba-tool dns: remove unused importsDouglas Bagnall1-4/+0
2021-06-02samba-tool dns: move dns_record_match to dnsserver.pyDouglas Bagnall1-81/+7
2021-04-21samba-tool: add dns zoneoptions for aging controlDouglas Bagnall1-0/+89
2021-04-08samba-tool dns: use dnsserver.flag_from_string()Douglas Bagnall1-25/+5
2021-04-08samba-tool dns: use dnsserver.record_from_stringDouglas Bagnall1-46/+6
2021-04-08pydns: rename s/CNameRecord/CNAMERecord/ for consistencyDouglas Bagnall1-2/+2
2020-06-11samba-tool dns query --help: Someone forgot 'PTR' from the list of record typesRowland Penny1-1/+2
2020-03-27python/netcmd/dns: improve exception handling in cmd_add_record()Stefan Metzmacher1-1/+3
2020-03-27python/netcmd/dns: improve exception handling in cmd_delete_record()Stefan Metzmacher1-1/+3
2020-01-14samba-tool: fix adding of dns SRV/MX/SOA recordsBjörn Jacke1-3/+3
2019-05-29samba-tool dns: use bytes for inet_ntopDouglas Bagnall1-2/+3
2018-12-19samba-tool: don't print backtrace on simple DNS errorsBjörn Jacke1-5/+5
2018-10-10netcmd: apply the new get_logger to cmdsJoe Guo1-7/+1
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-12/+12
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-2/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-7/+7
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-17/+17
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-18/+18
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-2/+2
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-53/+53
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-1/+1
2018-05-31samba-tool dns cleanup_record: add missing verbose/quiet optionsDouglas Bagnall1-0/+5
2018-05-12samba_tool: replace xrange -> rangeNoel Power1-3/+3
2018-02-15samba-tool: convert 'except X, e' to 'except X as e' for all XDouglas Bagnall1-1/+1
2018-02-08samba-tool/dns: Clarify the cleanup subcommandGarming Sam1-2/+3
2018-02-08remove_dc: Allow remove_dns_references to ignore missing server namesGarming Sam1-1/+2