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