index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
samba
/
netcmd
/
dns.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
python: fix mutable default arguments
Rob van der Linde
2023-02-23
1
-1
/
+4
*
samba-tool dns: catch werror.WERR_ACCESS_DENIED
Douglas Bagnall
2022-09-06
1
-0
/
+1
*
samba-tool dns: use DnsconnWrapper in zonecreate
Douglas Bagnall
2022-09-06
1
-8
/
+8
*
samba-tool dns: update_record uses DnsConnWrapper
Douglas Bagnall
2022-09-06
1
-15
/
+16
*
samba-tool dns: delete uses DnsConnWrapper messages
Douglas Bagnall
2022-09-06
1
-14
/
+16
*
samba-tool dns: add uses DnsConnWrapper messages
Douglas Bagnall
2022-09-06
1
-9
/
+11
*
samba-tool dns: query uses DnsConnWrapper messages
Douglas Bagnall
2022-09-06
1
-8
/
+8
*
samba-tool dns: zonedelete uses DnsConnWrapper messages
Douglas Bagnall
2022-09-06
1
-9
/
+9
*
samba-tool dns: NAME_DOES_NOT_EXIST errors; add docstring
Douglas Bagnall
2022-09-06
1
-0
/
+30
*
samba-tool dns: RECORD_DOES_NOT_EXIST errors as CommandErrors
Douglas Bagnall
2022-09-06
1
-0
/
+1
*
samba-tool dns: catch ZONE_ALREADY_EXISTS errors as CommandErrors
Douglas Bagnall
2022-09-06
1
-0
/
+1
*
samba-tool dns: catch DS_UNAVAILABLE errors as CommandErrors
Douglas Bagnall
2022-09-06
1
-0
/
+1
*
samba-tool dns: use DnsConnWrapper widely
Douglas Bagnall
2022-09-06
1
-10
/
+10
*
samba-tool dns: add a wrapper for better error messages
Douglas Bagnall
2022-09-06
1
-0
/
+38
*
python: Remove redundant assignments
Joseph Sutton
2022-05-10
1
-6
/
+6
*
samba-tool: Fix a typo
Volker Lendecke
2021-09-07
1
-1
/
+1
*
samba-tool: dns update rejects malformed addresses
Douglas Bagnall
2021-07-05
1
-2
/
+11
*
samba-tool dns zoneoptions --help improvement
Douglas Bagnall
2021-06-10
1
-1
/
+1
*
samba-tool dns zoneoptions: timestamp manipulation options
Douglas Bagnall
2021-06-02
1
-2
/
+202
*
samba-tool dns: remove unused imports
Douglas Bagnall
2021-06-02
1
-4
/
+0
*
samba-tool dns: move dns_record_match to dnsserver.py
Douglas Bagnall
2021-06-02
1
-81
/
+7
*
samba-tool: add dns zoneoptions for aging control
Douglas Bagnall
2021-04-21
1
-0
/
+89
*
samba-tool dns: use dnsserver.flag_from_string()
Douglas Bagnall
2021-04-08
1
-25
/
+5
*
samba-tool dns: use dnsserver.record_from_string
Douglas Bagnall
2021-04-08
1
-46
/
+6
*
pydns: rename s/CNameRecord/CNAMERecord/ for consistency
Douglas Bagnall
2021-04-08
1
-2
/
+2
*
samba-tool dns query --help: Someone forgot 'PTR' from the list of record types
Rowland Penny
2020-06-11
1
-1
/
+2
*
python/netcmd/dns: improve exception handling in cmd_add_record()
Stefan Metzmacher
2020-03-27
1
-1
/
+3
*
python/netcmd/dns: improve exception handling in cmd_delete_record()
Stefan Metzmacher
2020-03-27
1
-1
/
+3
*
samba-tool: fix adding of dns SRV/MX/SOA records
Björn Jacke
2020-01-14
1
-3
/
+3
*
samba-tool dns: use bytes for inet_ntop
Douglas Bagnall
2019-05-29
1
-2
/
+3
*
samba-tool: don't print backtrace on simple DNS errors
Björn Jacke
2018-12-19
1
-5
/
+5
*
netcmd: apply the new get_logger to cmds
Joe Guo
2018-10-10
1
-7
/
+1
*
PEP8: fix E127: continuation line over-indented for visual indent
Joe Guo
2018-09-06
1
-12
/
+12
*
PEP8: fix E303: too many blank lines (2)
Joe Guo
2018-08-24
1
-2
/
+0
*
PEP8: fix E302: expected 2 blank lines, found 1
Joe Guo
2018-08-24
1
-0
/
+1
*
PEP8: fix E231: missing whitespace after ','
Joe Guo
2018-08-24
1
-7
/
+7
*
PEP8: fix E202: whitespace before ')'
Joe Guo
2018-08-24
1
-17
/
+17
*
PEP8: fix E201: whitespace after '('
Joe Guo
2018-08-24
1
-18
/
+18
*
PEP8: fix E128: continuation line under-indented for visual indent
Joe Guo
2018-08-24
1
-2
/
+2
*
PEP8: fix E127: continuation line over-indented for visual indent
Joe Guo
2018-08-24
1
-53
/
+53
*
PEP8: fix E123: closing bracket does not match indentation of opening bracket...
Joe Guo
2018-08-24
1
-1
/
+1
*
samba-tool dns cleanup_record: add missing verbose/quiet options
Douglas Bagnall
2018-05-31
1
-0
/
+5
*
samba_tool: replace xrange -> range
Noel Power
2018-05-12
1
-3
/
+3
*
samba-tool: convert 'except X, e' to 'except X as e' for all X
Douglas Bagnall
2018-02-15
1
-1
/
+1
*
samba-tool/dns: Clarify the cleanup subcommand
Garming Sam
2018-02-08
1
-2
/
+3
*
remove_dc: Allow remove_dns_references to ignore missing server names
Garming Sam
2018-02-08
1
-1
/
+2
*
samba-tool: add dns cleanup cmd
Joe Guo
2018-02-08
1
-0
/
+47
*
samba-tool dns query: Allow '*' in names
Gary Lockyer
2017-08-15
1
-1
/
+2
*
python: Move dnsserver helper functions into samba.dnsserver
Andrew Bartlett
2017-02-23
1
-161
/
+1
*
python: Use generated WERROR definitions
Bob Campbell
2017-02-14
1
-7
/
+8
[next]