summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd/dns.py
AgeCommit message (Expand)AuthorFilesLines
2012-11-16samba-tool dns: Don't use "localhost" to connect to local hostKai Blin1-0/+2
2012-10-08samba-tool: Unify usage messages.Karolin Seeger1-7/+7
2012-09-16samba.netcmd: Formatting fixes, break lines.Jelmer Vernooij1-70/+67
2012-03-13s4-python: Remove env from non-executable netcmd scripts.Andreas Schneider1-2/+0
2012-03-02samba-tool: dns: Add support for handling TXT recordsAmitay Isaacs1-8/+50
2012-03-02samba-tool: dns: Copy string data when creating DNS_RPC_RECORDAmitay Isaacs1-18/+23
2012-02-21samba-tool: dns: Update the copyrightAmitay Isaacs1-1/+1
2012-02-21samba-tool: dns: Fix the output display of DNS recordsAmitay Isaacs1-2/+3
2012-02-21samba-tool: dns: Add extra references for string objects as workaroundAmitay Isaacs1-8/+17
2012-02-21samba-tool: dns: Add support to add/update/delete MX and SRV recordsAmitay Isaacs1-44/+47
2012-02-21samba-tool: dns: Convert dns data into a dns record for comparisonAmitay Isaacs1-5/+33
2012-02-21samba-tool: dns: Convert dns data in a string to DNS recordAmitay Isaacs1-0/+48
2012-02-21samba-tool: dns: Add MXRecord type to add/update mx recordsAmitay Isaacs1-0/+14
2012-02-08samba-tool dns: Re-add support for option groupsAmitay Isaacs1-0/+60
2012-01-12samba-tool:dns: DNS names are case insensitiveAmitay Isaacs1-3/+3
2012-01-06samba-tool:dns: Check through all the DNS records for a matchAmitay Isaacs1-16/+16
2011-12-23samba-tool:dns: Fix a typoAmitay Isaacs1-1/+1
2011-12-23samba-tool:dns: Add zone create/delete commandsAmitay Isaacs1-0/+85
2011-12-23samba-tool:dns: Add support for reverse names (PTR records)Amitay Isaacs1-5/+33
2011-11-06Some formatting fixes, remove unused imports.Jelmer Vernooij1-3/+0
2011-11-02samba-tool: Improve the description of dns subcommands.Amitay Isaacs1-5/+15
2011-10-20samba-tool: Added dns command for DNS managementAmitay Isaacs1-0/+859