about summary refs log tree commit diff
path: root/inet/net-internal.h
Commit message (Collapse)AuthorAgeFilesLines
* Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer2018-05-231-0/+27
| | | | | This provides an implementation of the IDNA2008 standard and fixes CVE-2016-6261, CVE-2016-6263, CVE-2017-14062.
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-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.
* inet: Remove internal_function attributeFlorian Weimer2017-08-311-5/+3
|
* __inet6_scopeid_pton: Remove attribute_hidden, internal_functionFlorian Weimer2017-08-101-2/+1
| | | | | | | | The hidden attribute was overridden by libc_hidden_proto on GNU/Linux. It is incorrect because the function is used from nscd. internal_function is not supposed to be used across DSO boundaries, so this commit removes it (again, due to the use in nscd).
* sunrpc: Improvements for UDP client timeout handling [BZ #20257]Florian Weimer2017-02-281-0/+89
| | | | | | This commit fixes various aspects in the UDP client timeout handling. Timeouts are now applied in a more consistent fashion. Discarded UDP packets no longer prevent the timeout from happening at all.
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
|
* inet: Add __inet6_scopeid_pton function [BZ #20611]Florian Weimer2016-09-151-0/+30
__inet6_scopeid_pton implements strict validation of numeric scope IDs. Use it in getaddrinfo and __res_vinit.