summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/netcmd/dns.py
Commit message (Expand)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-1186/+0
* samba-tool dns: Don't use "localhost" to connect to local hostKai Blin2012-11-161-0/+2
* samba-tool: Unify usage messages.Karolin Seeger2012-10-081-7/+7
* samba.netcmd: Formatting fixes, break lines.Jelmer Vernooij2012-09-161-70/+67
* s4-python: Remove env from non-executable netcmd scripts.Andreas Schneider2012-03-131-2/+0
* samba-tool: dns: Add support for handling TXT recordsAmitay Isaacs2012-03-021-8/+50
* samba-tool: dns: Copy string data when creating DNS_RPC_RECORDAmitay Isaacs2012-03-021-18/+23
* samba-tool: dns: Update the copyrightAmitay Isaacs2012-02-211-1/+1
* samba-tool: dns: Fix the output display of DNS recordsAmitay Isaacs2012-02-211-2/+3
* samba-tool: dns: Add extra references for string objects as workaroundAmitay Isaacs2012-02-211-8/+17
* samba-tool: dns: Add support to add/update/delete MX and SRV recordsAmitay Isaacs2012-02-211-44/+47
* samba-tool: dns: Convert dns data into a dns record for comparisonAmitay Isaacs2012-02-211-5/+33
* samba-tool: dns: Convert dns data in a string to DNS recordAmitay Isaacs2012-02-211-0/+48
* samba-tool: dns: Add MXRecord type to add/update mx recordsAmitay Isaacs2012-02-211-0/+14
* samba-tool dns: Re-add support for option groupsAmitay Isaacs2012-02-081-0/+60
* samba-tool:dns: DNS names are case insensitiveAmitay Isaacs2012-01-121-3/+3
* samba-tool:dns: Check through all the DNS records for a matchAmitay Isaacs2012-01-061-16/+16
* samba-tool:dns: Fix a typoAmitay Isaacs2011-12-231-1/+1
* samba-tool:dns: Add zone create/delete commandsAmitay Isaacs2011-12-231-0/+85
* samba-tool:dns: Add support for reverse names (PTR records)Amitay Isaacs2011-12-231-5/+33
* Some formatting fixes, remove unused imports.Jelmer Vernooij2011-11-061-3/+0
* samba-tool: Improve the description of dns subcommands.Amitay Isaacs2011-11-021-5/+15
* samba-tool: Added dns command for DNS managementAmitay Isaacs2011-10-201-0/+859