diff options
author | David Cantrell <dcantrell@redhat.com> | 2006-11-02 02:20:24 +0000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2006-11-02 02:20:24 +0000 |
commit | c89579246f19348d5921e6148b235bf840b24f88 (patch) | |
tree | ae6e06ac2a1b98d7e911e5c8ed4a7013fcbaf245 /ChangeLog | |
parent | bf05f4da7b9d4e83095a633eef2ef759ded9499b (diff) | |
download | anaconda-c89579246f19348d5921e6148b235bf840b24f88.tar.gz anaconda-c89579246f19348d5921e6148b235bf840b24f88.tar.xz anaconda-c89579246f19348d5921e6148b235bf840b24f88.zip |
Added IPv6 DNS lookup support to libisys.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +2006-11-01 David Cantrell <dcantrell@redhat.com> + + * isys/dns.c (doQuery): Expand to support IPv6 AAAA and ip6.arpa + records. + * isys/dns.c (mygethostbyaddr): Add family parameter, rewrite + in-addr.arpa construction, add ip6.arpa construction. + * isys/dns.c (mygethostbyname): Add family parameter, pass T_A or + T_AAAA depending on address family. + * isys/dns.c (main): Everyone likes test functions. + * isys/dns.h: Update prototypes. + + * isys/nfsmount.c: Pass AF_INET to mygethostbyname() calls. + + * loader2/ftp.c (getHostAddress): Pass AF_INET to mygethostbyname(). + * loader2/ftp.c (ftpOpen, find_header): Check return value of asprintf(). + + * loader2/loader.c (parseCmdLineFlags): Check return value of asprintf(). + + * loader2/net.c (manualNetConfig): Catch asprintf() return values. + * loader2/net.c (findHostAndDomain): Pass address family to + mygethostbyaddr(). + + * loader2/urls.c (urlinstStartTransfer): Pass AF_INET to + mygethostbyname(). + * loader2/urls.c (urlMainSetupPanel): Check return value of asprintf(). + 2006-11-01 Chris Lumens <clumens@redhat.com> * ui/anaconda.glade: Center anaconda window again (#213350). |