summaryrefslogtreecommitdiff
path: root/usr.bin/dig/lib/dns/rdata
AgeCommit message (Expand)Author
2024-12-09Implement RESINFO (RFC 9606)Florian Obser
2024-10-31When decoding SVCB or HTTPS do not skip reading params in aliasOtto Moerbeek
2024-04-23correct indentation; no functional changeJonathan Gray
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-07-03Implement SVCB and HTTPS record types.Florian Obser
2021-04-02Implement ZONEMD (RFC8976), based on DS (ds_43.c)Florian Obser
2020-09-14Mechanically replace isc_boolean_t with int.Florian Obser
2020-09-14Bunch of dead stores and otherwise unused stuff lets us get rid ofFlorian Obser
2020-03-27unused constantsFlorian Obser
2020-02-26no need to go through RETERR when we return a constantFlorian Obser
2020-02-26In preparation of compiling lib/dns/rdata/ files individually we needFlorian Obser
2020-02-26In preparation of compiling lib/dns/rdata/ files individually we needFlorian Obser
2020-02-26Always printing unknown types as TYPE%u and not sometimes as %uFlorian Obser
2020-02-25unused fileFlorian Obser
2020-02-25reduce multiple newlinesJonathan Gray
2020-02-24Stop generating rdatastruct.h and put the dns_rdata_* structs forFlorian Obser
2020-02-24Delete a few more fromstruct_*, tostruct_* and freestruct_* functionsFlorian Obser
2020-02-24We only need to create cname, ns, soa and tsig structs.Florian Obser
2020-02-24We only need to fill a wire format buffer from soa and tsig structs.Florian Obser
2020-02-24We only need to free cname, ns, soa and tsig structs.Florian Obser
2020-02-24remove some uneeded includesJonathan Gray
2020-02-24We only need to check the owner for nsec3 records, remove all theFlorian Obser
2020-02-24We are always preserving the order of records.Florian Obser
2020-02-23rmeove more unused functions and codeJoerg Jung
2020-02-20We do not generate DNS records from text representations.Florian Obser
2020-02-16Get rid of isc_stdtime_t and use time_t directly.Florian Obser
2020-02-16Move isc_time_formathttptimestamp to the only place it is used.Florian Obser
2020-02-16remove timespec settersFlorian Obser
2020-02-16Replace isc_time_t and interval_t with struct timespec.Florian Obser
2020-02-13unifdef CHECK; not sure why cppcheck would only trip over this macro,Florian Obser
2020-02-13remove macros which defined extern "C" for C++Jonathan Gray
2020-02-13we do not have gostFlorian Obser
2020-02-12remove some unreferenced functionsJonathan Gray
2020-02-07Move dig(1) and needed DNS libraries into it's own source directory inFlorian Obser