Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-11 | support_format_addrinfo: Fix flags and canonname formatting | Florian Weimer | 1 | -4/+67 | |
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-04-13 | resolv: Support an exactly sized buffer in ns_name_pack [BZ #21359] | Florian Weimer | 1 | -1/+29 | |
This bug did not affect name resolution because those functions indirectly call ns_name_pack with a buffer which is always larger than the generated query packet, even in the case of the longest-possible domain name. | |||||
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 | |
2016-12-31 | resolv: Add beginnings of a libresolv test suite | Florian Weimer | 1 | -0/+315 | |