Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change license: GPLv2 or later | Martin Nagy | 2009-08-04 | 1 | -2/+3 |
| | | | | | Allow publishing the code under GPL version 2 or later. Before that, we only allowed to use version 2. | ||||
* | Add a new structure: zone register | Martin Nagy | 2009-08-04 | 1 | -0/+273 |
Zone register is used for storing pointers to zones and their corresponding LDAP distinguished names. These can then be accessed by dns name of the zone. The data is needed for conversion of a dns name to DN and to get a pointer of a zone when we need to make changes to it. We could use dns_view_findzone() for this, but that way we would not have any assurance that the found zone is really managed by us. |