summaryrefslogtreecommitdiff
path: root/include/arpa/nameser.h
AgeCommit message (Collapse)AuthorLines
2014-12-17add basic dns record parsing functionsRich Felker-35/+23
based on patch by Timo Teräs, with some corrections to bounds checking code and other minor changes. while they are borderline scope creep, the functions added are fairly small and are roughly the minimum code needed to use the results of the res_query API without re-implementing error-prone DNS packet parsing, and they are used in practice by some kerberos related software and possibly other things. at this time there is no intent to implement further nameser.h API functions.
2012-08-24fix missing uintXX_t in nameser.hRich Felker-0/+2
2012-06-15header file fixes: multiple include guard consistency and correctnessRich Felker-2/+2
one file was reusing another file's macro name, and many had inconsistent underscores and application of SYS prefix, etc. patch by Szabolcs Nagy (nsz)
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+465