summaryrefslogtreecommitdiffstats
path: root/ipapython/dnsclient.py
Commit message (Collapse)AuthorAgeFilesLines
* Make the IPA installer IPv6 friendlyJakub Hrozek2010-12-201-1/+18
| | | | | | | | | Notable changes include: * parse AAAA records in dnsclient * also ask for AAAA records when verifying FQDN * do not use functions that are not IPv6 aware - notably socket.gethostbyname() The complete list of functions was taken from http://www.akkadia.org/drepper/userapi-ipv6.html section "Interface Checklist"
* Rename ipa-python directory to ipapython so it is a real python libraryRob Crittenden2009-02-091-0/+443
We used to install it as ipa, now installing it as ipapython. The rpm is still ipa-python.