aboutsummaryrefslogtreecommitdiff
path: root/support/support_format_addrinfo.c
AgeCommit message (Collapse)AuthorFilesLines
2018-05-23Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer1-2/+0
This provides an implementation of the IDNA2008 standard and fixes CVE-2016-6261, CVE-2016-6263, CVE-2017-14062.
2018-04-01support_format_addrinfo: Include unknown error number in resultFlorian Weimer1-1/+5
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
* All files with FSF copyright notices: Update copyright dates using scripts/update-copyrights. * locale/programs/charmap-kw.h: Regenerated. * locale/programs/locfile-kw.h: Likewise.
2017-12-14support: Simplify compiling most of support/ outside of glibcFlorian Weimer1-0/+1
Some include files were missing because they are implied by the in-tree build process. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
2017-05-11support_format_addrinfo: Fix flags and canonname formattingFlorian Weimer1-16/+53
The address family splitting via format_ai_family made unpredictable the place where the canonname field was printed. This commit adjusts the implementation so that the ai_flags is checked for consistency across the list, and ai_canonname must only be present on the first list element. Tests for AI_CANONNAME are added to resolv/tst-resolv-basic.
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-31resolv: Add beginnings of a libresolv test suiteFlorian Weimer1-0/+202