PEP8: fix E231: missing whitespace after ','
[samba.git] / python / samba / netcmd / dns.py
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/...