Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | inet: __inet6_scopeid_pton should accept node-local addresses [BZ #21657] | Benjamin Cama | 2017-06-22 | 1 | -1/+1 |
| | |||||
* | inet: Add IPv6 getaddrinfo coverage to tst-inet6_scopeid_pton.c | Florian Weimer | 2017-06-21 | 1 | -10/+109 |
| | |||||
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
| | |||||
* | inet: Add __inet6_scopeid_pton function [BZ #20611] | Florian Weimer | 2016-09-15 | 1 | -0/+131 |
__inet6_scopeid_pton implements strict validation of numeric scope IDs. Use it in getaddrinfo and __res_vinit. |