Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Condense getservinfo and bounds check | June McEnroe | 2020-12-07 |
| | |||
* | Remove RCODE and ANCOUNT check | June McEnroe | 2020-12-07 |
| | | | | res_query already checks these. | ||
* | Correctly handle . in nameString | June McEnroe | 2020-12-07 |
| | |||
* | Remove use of AI_DEFAULT | June McEnroe | 2020-12-07 |
| | | | | | This just causes getaddrinfo(3) to return EAI_BADFLAGS on FreeBSD, strangely. | ||
* | Implement getservinfo for SRV lookup | June McEnroe | 2020-12-04 |