summaryrefslogtreecommitdiff
path: root/inet/inet6_scopeid_pton.c
AgeCommit message (Collapse)Author
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
* 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-08-10__inet6_scopeid_pton: Remove attribute_hidden, internal_functionFlorian Weimer
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).
2017-06-22inet: __inet6_scopeid_pton should accept node-local addresses [BZ #21657]Benjamin Cama
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-09-15inet: Add __inet6_scopeid_pton function [BZ #20611]Florian Weimer
__inet6_scopeid_pton implements strict validation of numeric scope IDs. Use it in getaddrinfo and __res_vinit.