summaryrefslogtreecommitdiff
path: root/ares_parse_naptr_reply.c
AgeCommit message (Collapse)AuthorFilesLines
2013-04-15protocol parsing: check input data stricterPatrick Valsecchi1-0/+5
... so that bad length fields aren't blindly accepted Bug: http://c-ares.haxx.se/mail/c-ares-archive-2013-04/0016.shtml
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse1-3/+0
Inclusion of these two header files now done in setup_once.h
2012-12-14Header inclusion clean-upYang Tse1-2/+0
Remove header inclusions already done in setup_once.h
2012-02-23Added support for parsing NAPTR recordssaghul1-0/+188