summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/dns2.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename DNS2 to DNSJakub Hrozek2011-01-141-623/+0
|
* Port installer and host plugin to the new DNS pluginJakub Hrozek2011-01-141-8/+46
| | | | | | * move ipa dns-resolve to the new plugin * port the installer and the host plugin to the new interface * remove the old plugin
* Fixes for the DNS pluginJakub Hrozek2011-01-121-3/+9
| | | | https://fedorahosted.org/freeipa/ticket/730
* Added some fields to DNS2 pluginJan Zeleny2010-12-211-18/+13
| | | | | | | Field idnszoneactive is marked as optional, because it is set to true by default (see class dnszone_add). https://fedorahosted.org/freeipa/ticket/601
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
| | | | | | | | | | The changes include: * Change license blobs in source files to mention GPLv3+ not GPLv2 only * Add GPLv3+ license text * Package COPYING not LICENSE as the license blobs (even the old ones) mention COPYING specifically, it is also more common, I think https://fedorahosted.org/freeipa/ticket/239
* dns2 ui replaceing calls for the dns plugin to the dns2 plugin no has ↵Adam Young2010-12-031-1/+1
| | | | attribute permissions and all other benefits of building on the baseldap plugin
* Add new version of DNS plugin: complete rework with baseldap + unit tests.Pavel Zuna2010-12-011-0/+584
| | | | | Ticket #36 Ticket #450
* Rename plugins2 files (remove '2' suffix').Pavel Zuna2009-07-021-803/+0
|
* Remove all references to use_ldap2.Pavel Zuna2009-07-021-10/+0
|
* Change plugins2 using find_entries to support incomplete (truncated) search ↵Pavel Zuna2009-06-151-11/+27
| | | | results.
* Make plugins2 use lowercase when reffering to LDAP attributes.Pavel Zuna2009-05-221-6/+6
|
* Add a reason to the NotFound exception so we can provide more robust errorsRob Crittenden2009-05-131-1/+1
|
* Add DNS management plugin port to the new ldap backend.Pavel Zuna2009-04-301-0/+797