summaryrefslogtreecommitdiff
path: root/include/arpa/nameser.h
AgeCommit message (Collapse)AuthorLines
2022-09-22arpa/nameser.h: update RR types listRich Felker-0/+71
our RR type list in arpa/nameser.h was badly outdated, and missing important types for DNSSEC and DANE use, among other things.
2019-10-17remove indirect use of endian.h from public headersRich Felker-1/+0
building on commit 97d35a552ec5b6ddf7923dd2f9a8eb973526acea, __BYTE_ORDER is now available wherever alltypes.h is included. endian.h should not be used since, in the future, it will expose identifiers that are not in the reserved namespace for the headers which were previously using it.
2017-12-14fix endian errors in arpa/nameser.h due to failure to include endian.hJo-Philipp Wich-0/+1
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