summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/dns.py
Commit message (Expand)AuthorAgeFilesLines
* ticket 1669 - improve i18n docstring extractionJohn Dennis2011-08-241-53/+39
* ticket 1659 - invalid i18n string in dns.pyJohn Dennis2011-08-181-3/+2
* Pass empty options as empty arrays for supported dns record types. https://fe...Alexander Bokovoy2011-08-151-0/+2
* Improve dnszone-add error messageMartin Kosek2011-08-081-1/+7
* Add new dnszone-find testMartin Kosek2011-07-181-1/+1
* Add ability to specify DNS reverse zone name by IP network address.Jan Cholasta2011-07-151-0/+30
* Fixed label capitalizationEndi S. Dewata2011-07-141-2/+2
* Filter reverse zones in dnszone-findMartin Kosek2011-07-131-4/+19
* Fixed object_name and object_name_plural internationalizationEndi S. Dewata2011-07-121-4/+4
* Add DNS record modification commandMartin Kosek2011-07-121-42/+85
* Fixed entity labels.Endi S. Dewata2011-06-271-2/+2
* Added singular entity labels.Endi S. Dewata2011-06-271-0/+2
* Improve DNS zone creationMartin Kosek2011-06-151-0/+20
* Improve interactive mode for DNS pluginMartin Kosek2011-06-021-20/+139
* Need force option in DNS zone adder dialogMartin Kosek2011-04-211-0/+2
* Improve DNS PTR record validationMartin Kosek2011-04-111-11/+30
* Prevent stacktrace when DNS AAAA record is addedMartin Kosek2011-03-221-1/+1
* Fix style and grammatical issues in built-in command help.Rob Crittenden2011-03-041-5/+5
* Fix translatable strings in ipalib plugins.Pavel Zuna2011-03-011-2/+6
* Validate NAPTR recordsJakub Hrozek2011-02-221-0/+26
* Better doc for idnssoaminimumJakub Hrozek2011-02-181-1/+7
* Validate that the reverse DNS record is correctJan Zeleny2011-02-171-0/+16
* Validate MX recordsJakub Hrozek2011-02-161-0/+20
* Remove obsolete record types from DNSJakub Hrozek2011-02-141-4/+4
* Fix checking for arguments in DNS pluginsJakub Hrozek2011-02-141-1/+1
* Add an address for a nameserver when a new zone is created during installJakub Hrozek2011-01-311-1/+10
* Enforce that all NS records are resolvableJakub Hrozek2011-01-281-0/+61
* Add example of DNS SRV record and a simple validatorJakub Hrozek2011-01-281-0/+23
* Delete the whole DNS record with no parametersJakub Hrozek2011-01-281-4/+48
* Fix assorted bugs found by pylintJakub Hrozek2011-01-251-1/+1
* Rename INTERNAL to NO_CLI for commands we hide from the cli.Rob Crittenden2011-01-211-3/+3
* Fix dns_is_enabled commandSimo Sorce2011-01-201-3/+3
* Provide API to check if IPA DNS is enabled on some serverSimo Sorce2011-01-191-0/+25
* Remove SOA maximum parameters from DNS zone.Pavel Zuna2011-01-181-5/+0
* Rename DNS2 to DNSJakub Hrozek2011-01-141-0/+623
* Port installer and host plugin to the new DNS pluginJakub Hrozek2011-01-141-941/+0
* Exit if a DNS A or AAAA record doesn't exist for the replica we are preparing.Rob Crittenden2011-01-111-3/+11
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Add ability to add/remove DNS records when adding/removing a host entry.Rob Crittenden2010-11-231-0/+13
* Detect when DNS is not configured and return an error messageRob Crittenden2010-10-131-0/+34
* dns metadataAdam Young2010-10-121-0/+15
* Add command to resolve a hostname. Returns True or raises NotFound.Rob Crittenden2010-09-231-0/+36
* Update command documentation based on feedback from docs team.Rob Crittenden2010-08-271-4/+4
* First pass at per-command documentationRob Crittenden2010-06-221-1/+4
* Add forgotten trailing dots in DNS recordsMartin Nagy2010-04-231-1/+8
* Fix DNS plugin: proper output definitions, --all, dns-add-rr overwrittingPavel Zuna2010-04-191-14/+15
* Translatable Param.label, Param.docJason Gerard DeRose2010-02-241-42/+37
* Auto-generate --all and --raw for commands, that return entries.Pavel Zuna2010-02-171-33/+0
* Add Object.label class attribute, enable in webUIJason Gerard DeRose2010-02-121-1/+3
* Make DNS plugin support output validation and thus make it work again.Pavel Zuna2010-01-201-39/+86