python:samba:netcmd: Fix code spelling
[samba.git] / python / samba / netcmd / dns.py
2023-06-23 Andreas Schneiderpython:samba:netcmd: Fix code spelling
2023-06-21 Björn Baumbachsamba-tool: print default (domain) for --dns-directory...
2023-06-16 Björn Baumbachsamba-tool: add new --dns-directory-partition option...
2023-02-23 Rob van der Lindepython: fix mutable default arguments
2022-09-06 Douglas Bagnallsamba-tool dns: catch werror.WERR_ACCESS_DENIED
2022-09-06 Douglas Bagnallsamba-tool dns: use DnsconnWrapper in zonecreate
2022-09-06 Douglas Bagnallsamba-tool dns: update_record uses DnsConnWrapper
2022-09-06 Douglas Bagnallsamba-tool dns: delete uses DnsConnWrapper messages
2022-09-06 Douglas Bagnallsamba-tool dns: add uses DnsConnWrapper messages
2022-09-06 Douglas Bagnallsamba-tool dns: query uses DnsConnWrapper messages
2022-09-06 Douglas Bagnallsamba-tool dns: zonedelete uses DnsConnWrapper messages
2022-09-06 Douglas Bagnallsamba-tool dns: NAME_DOES_NOT_EXIST errors; add docstring
2022-09-06 Douglas Bagnallsamba-tool dns: RECORD_DOES_NOT_EXIST errors as Command...
2022-09-06 Douglas Bagnallsamba-tool dns: catch ZONE_ALREADY_EXISTS errors as...
2022-09-06 Douglas Bagnallsamba-tool dns: catch DS_UNAVAILABLE errors as CommandE...
2022-09-06 Douglas Bagnallsamba-tool dns: use DnsConnWrapper widely
2022-09-06 Douglas Bagnallsamba-tool dns: add a wrapper for better error messages
2022-05-10 Joseph Suttonpython: Remove redundant assignments
2021-09-07 Volker Lendeckesamba-tool: Fix a typo
2021-07-05 Douglas Bagnallsamba-tool: dns update rejects malformed addresses
2021-06-10 Douglas Bagnallsamba-tool dns zoneoptions --help improvement
2021-06-02 Douglas Bagnallsamba-tool dns zoneoptions: timestamp manipulation...
2021-06-02 Douglas Bagnallsamba-tool dns: remove unused imports
2021-06-02 Douglas Bagnallsamba-tool dns: move dns_record_match to dnsserver.py
2021-04-21 Douglas Bagnallsamba-tool: add dns zoneoptions for aging control
2021-04-08 Douglas Bagnallsamba-tool dns: use dnsserver.flag_from_string()
2021-04-08 Douglas Bagnallsamba-tool dns: use dnsserver.record_from_string
2021-04-08 Douglas Bagnallpydns: rename s/CNameRecord/CNAMERecord/ for consistency
2020-06-11 Rowland Pennysamba-tool dns query --help: Someone forgot 'PTR' from...
2020-03-27 Stefan Metzmacherpython/netcmd/dns: improve exception handling in cmd_ad...
2020-03-27 Stefan Metzmacherpython/netcmd/dns: improve exception handling in cmd_de...
2020-01-14 Björn Jackesamba-tool: fix adding of dns SRV/MX/SOA records
2019-05-29 Douglas Bagnallsamba-tool dns: use bytes for inet_ntop
2018-12-19 Björn Jackesamba-tool: don't print backtrace on simple DNS errors
2018-10-10 Joe Guonetcmd: apply the new get_logger to cmds
2018-09-06 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-08-24 Joe GuoPEP8: fix E303: too many blank lines (2)
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 Joe GuoPEP8: fix E231: missing whitespace after ','
2018-08-24 Joe GuoPEP8: fix E202: whitespace before ')'
2018-08-24 Joe GuoPEP8: fix E201: whitespace after '('
2018-08-24 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-08-24 Joe GuoPEP8: fix E123: closing bracket does not match indentat...
2018-05-30 Douglas Bagnallsamba-tool dns cleanup_record: add missing verbose...
2018-05-12 Noel Powersamba_tool: replace xrange -> range
2018-02-14 Douglas Bagnallsamba-tool: convert 'except X, e' to 'except X as e...
2018-02-08 Garming Samsamba-tool/dns: Clarify the cleanup subcommand
2018-02-08 Garming Samremove_dc: Allow remove_dns_references to ignore missin...
2018-02-08 Joe Guosamba-tool: add dns cleanup cmd
2017-08-15 Gary Lockyersamba-tool dns query: Allow '*' in names
2017-02-23 Andrew Bartlettpython: Move dnsserver helper functions into samba...
2017-02-14 Bob Campbellpython: Use generated WERROR definitions
2016-12-12 Bob Campbellsamba-tool/dns: remove use of dns_record_match from...
2016-12-12 Bob Campbellsamba-tool/dns: reword error messages and make error...
2015-10-20 Andrew Bartlettsamba-tool dns: Trap on conneciton errors and give...
2014-11-26 Guenter Kukkukksamba-tool: Fix the IP output of "samba-tool dns server...
2014-11-26 Guenter Kukkukksamba-tool: Fix enum values in dns.py
2013-11-30 Amitay Isaacsnetcmd/dns: Catch wildcard patterns when querying for...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-05-30 Amitay Isaacssamba-tool/dns: Set secure zone update flag after creat...
2013-05-30 Amitay Isaacssamba-tool/dns: Pass on additional flags when creating...
2013-05-30 Amitay Isaacss4-dns: Support update of SOA records
2013-05-28 Amitay Isaacss4-dns: Print/Set minimumTTL value in SOA record
2013-04-19 Amitay Isaacssamba-tool/dns: Fix a typo in ttl variable name
2013-04-18 David Disseldorpnetcmd/dns: fix typo
2013-03-02 Jelmer VernooijMove python modules from source4/scripting/python/...