summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/dns.py
Commit message (Expand)AuthorAgeFilesLines
* python: fix mutable default argumentsRob van der Linde2023-02-231-1/+4
* samba-tool dns: catch werror.WERR_ACCESS_DENIEDDouglas Bagnall2022-09-061-0/+1
* samba-tool dns: use DnsconnWrapper in zonecreateDouglas Bagnall2022-09-061-8/+8
* samba-tool dns: update_record uses DnsConnWrapperDouglas Bagnall2022-09-061-15/+16
* samba-tool dns: delete uses DnsConnWrapper messagesDouglas Bagnall2022-09-061-14/+16
* samba-tool dns: add uses DnsConnWrapper messagesDouglas Bagnall2022-09-061-9/+11
* samba-tool dns: query uses DnsConnWrapper messagesDouglas Bagnall2022-09-061-8/+8
* samba-tool dns: zonedelete uses DnsConnWrapper messagesDouglas Bagnall2022-09-061-9/+9
* samba-tool dns: NAME_DOES_NOT_EXIST errors; add docstringDouglas Bagnall2022-09-061-0/+30
* samba-tool dns: RECORD_DOES_NOT_EXIST errors as CommandErrorsDouglas Bagnall2022-09-061-0/+1
* samba-tool dns: catch ZONE_ALREADY_EXISTS errors as CommandErrorsDouglas Bagnall2022-09-061-0/+1
* samba-tool dns: catch DS_UNAVAILABLE errors as CommandErrorsDouglas Bagnall2022-09-061-0/+1
* samba-tool dns: use DnsConnWrapper widelyDouglas Bagnall2022-09-061-10/+10
* samba-tool dns: add a wrapper for better error messagesDouglas Bagnall2022-09-061-0/+38
* python: Remove redundant assignmentsJoseph Sutton2022-05-101-6/+6
* samba-tool: Fix a typoVolker Lendecke2021-09-071-1/+1
* samba-tool: dns update rejects malformed addressesDouglas Bagnall2021-07-051-2/+11
* samba-tool dns zoneoptions --help improvementDouglas Bagnall2021-06-101-1/+1
* samba-tool dns zoneoptions: timestamp manipulation optionsDouglas Bagnall2021-06-021-2/+202
* samba-tool dns: remove unused importsDouglas Bagnall2021-06-021-4/+0
* samba-tool dns: move dns_record_match to dnsserver.pyDouglas Bagnall2021-06-021-81/+7
* samba-tool: add dns zoneoptions for aging controlDouglas Bagnall2021-04-211-0/+89
* samba-tool dns: use dnsserver.flag_from_string()Douglas Bagnall2021-04-081-25/+5
* samba-tool dns: use dnsserver.record_from_stringDouglas Bagnall2021-04-081-46/+6
* pydns: rename s/CNameRecord/CNAMERecord/ for consistencyDouglas Bagnall2021-04-081-2/+2
* samba-tool dns query --help: Someone forgot 'PTR' from the list of record typesRowland Penny2020-06-111-1/+2
* python/netcmd/dns: improve exception handling in cmd_add_record()Stefan Metzmacher2020-03-271-1/+3
* python/netcmd/dns: improve exception handling in cmd_delete_record()Stefan Metzmacher2020-03-271-1/+3
* samba-tool: fix adding of dns SRV/MX/SOA recordsBjörn Jacke2020-01-141-3/+3
* samba-tool dns: use bytes for inet_ntopDouglas Bagnall2019-05-291-2/+3
* samba-tool: don't print backtrace on simple DNS errorsBjörn Jacke2018-12-191-5/+5
* netcmd: apply the new get_logger to cmdsJoe Guo2018-10-101-7/+1
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-09-061-12/+12
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-2/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+1
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-7/+7
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-17/+17
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-241-18/+18
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-2/+2
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-53/+53
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-241-1/+1
* samba-tool dns cleanup_record: add missing verbose/quiet optionsDouglas Bagnall2018-05-311-0/+5
* samba_tool: replace xrange -> rangeNoel Power2018-05-121-3/+3
* samba-tool: convert 'except X, e' to 'except X as e' for all XDouglas Bagnall2018-02-151-1/+1
* samba-tool/dns: Clarify the cleanup subcommandGarming Sam2018-02-081-2/+3
* remove_dc: Allow remove_dns_references to ignore missing server namesGarming Sam2018-02-081-1/+2
* samba-tool: add dns cleanup cmdJoe Guo2018-02-081-0/+47
* samba-tool dns query: Allow '*' in namesGary Lockyer2017-08-151-1/+2
* python: Move dnsserver helper functions into samba.dnsserverAndrew Bartlett2017-02-231-161/+1
* python: Use generated WERROR definitionsBob Campbell2017-02-141-7/+8