summaryrefslogtreecommitdiff
path: root/python/samba/dnsserver.py
AgeCommit message (Expand)AuthorFilesLines
2021-07-05py/dnsserver: TXTRecord copes with single stringsDouglas Bagnall1-0/+2
2021-06-22python dns: dns_record_match() matches IPv6 semanticallyDouglas Bagnall1-1/+8
2021-06-11py: samba.dnsserver: add helper for record buffersDouglas Bagnall1-0/+7
2021-06-02samba-tool dns: move dns_record_match to dnsserver.pyDouglas Bagnall1-0/+91
2021-04-08py/dnsserver add flag from string functionDouglas Bagnall1-0/+8
2021-04-08py/dnsserver: add record_from_string helper functionDouglas Bagnall1-0/+32
2021-04-08py/dnsserver: add .from_string() methodsDouglas Bagnall1-0/+71
2021-04-08py/dnsserver: remove workaround of fixed bugDouglas Bagnall1-22/+10
2021-04-08py/dnsserver: replace obsolete comments with useful onesDouglas Bagnall1-2/+18
2021-04-08pydns: rename s/CNameRecord/CNAMERecord/ for consistencyDouglas Bagnall1-2/+2
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
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-4/+4
2017-02-23python: Move dnsserver helper functions into samba.dnsserverAndrew Bartlett1-0/+181