summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/dns.py
AgeCommit message (Expand)AuthorFilesLines
2018-12-19samba-tool: don't print backtrace on simple DNS errorsBjörn Jacke1-5/+5
2018-10-10netcmd: apply the new get_logger to cmdsJoe Guo1-7/+1
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-12/+12
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-2/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-7/+7
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-17/+17
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-18/+18
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-53/+53
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-1/+1
2018-05-31samba-tool dns cleanup_record: add missing verbose/quiet optionsDouglas Bagnall1-0/+5
2018-05-12samba_tool: replace xrange -> rangeNoel Power1-3/+3
2018-02-15samba-tool: convert 'except X, e' to 'except X as e' for all XDouglas Bagnall1-1/+1
2018-02-08samba-tool/dns: Clarify the cleanup subcommandGarming Sam1-2/+3
2018-02-08remove_dc: Allow remove_dns_references to ignore missing server namesGarming Sam1-1/+2
2018-02-08samba-tool: add dns cleanup cmdJoe Guo1-0/+47
2017-08-15samba-tool dns query: Allow '*' in namesGary Lockyer1-1/+2
2017-02-23python: Move dnsserver helper functions into samba.dnsserverAndrew Bartlett1-161/+1
2017-02-14python: Use generated WERROR definitionsBob Campbell1-7/+8
2016-12-12samba-tool/dns: remove use of dns_record_match from add and deleteBob Campbell1-10/+2
2016-12-12samba-tool/dns: reword error messages and make error catching specificBob Campbell1-33/+72
2015-10-20samba-tool dns: Trap on conneciton errors and give useful infoAndrew Bartlett1-1/+5
2014-11-26samba-tool: Fix the IP output of "samba-tool dns serverinfo <some_server>"Guenter Kukkukk1-5/+8
2014-11-26samba-tool: Fix enum values in dns.pyGuenter Kukkukk1-1/+1
2013-11-30netcmd/dns: Catch wildcard patterns when querying for nameAmitay Isaacs1-0/+3
2013-05-30samba-tool/dns: Set secure zone update flag after creating new zoneAmitay Isaacs1-3/+9
2013-05-30samba-tool/dns: Pass on additional flags when creating zonesAmitay Isaacs1-0/+6
2013-05-30s4-dns: Support update of SOA recordsAmitay Isaacs1-2/+3
2013-05-28s4-dns: Print/Set minimumTTL value in SOA recordAmitay Isaacs1-1/+3
2013-04-19samba-tool/dns: Fix a typo in ttl variable nameAmitay Isaacs1-1/+1
2013-04-18netcmd/dns: fix typoDavid Disseldorp1-2/+2
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+1186