index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
dig
/
lib
/
dns
/
rdata
Age
Commit message (
Expand
)
Author
2024-12-09
Implement RESINFO (RFC 9606)
Florian Obser
2024-10-31
When decoding SVCB or HTTPS do not skip reading params in alias
Otto Moerbeek
2024-04-23
correct indentation; no functional change
Jonathan Gray
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-07-03
Implement SVCB and HTTPS record types.
Florian Obser
2021-04-02
Implement ZONEMD (RFC8976), based on DS (ds_43.c)
Florian Obser
2020-09-14
Mechanically replace isc_boolean_t with int.
Florian Obser
2020-09-14
Bunch of dead stores and otherwise unused stuff lets us get rid of
Florian Obser
2020-03-27
unused constants
Florian Obser
2020-02-26
no need to go through RETERR when we return a constant
Florian Obser
2020-02-26
In preparation of compiling lib/dns/rdata/ files individually we need
Florian Obser
2020-02-26
In preparation of compiling lib/dns/rdata/ files individually we need
Florian Obser
2020-02-26
Always printing unknown types as TYPE%u and not sometimes as %u
Florian Obser
2020-02-25
unused file
Florian Obser
2020-02-25
reduce multiple newlines
Jonathan Gray
2020-02-24
Stop generating rdatastruct.h and put the dns_rdata_* structs for
Florian Obser
2020-02-24
Delete a few more fromstruct_*, tostruct_* and freestruct_* functions
Florian Obser
2020-02-24
We only need to create cname, ns, soa and tsig structs.
Florian Obser
2020-02-24
We only need to fill a wire format buffer from soa and tsig structs.
Florian Obser
2020-02-24
We only need to free cname, ns, soa and tsig structs.
Florian Obser
2020-02-24
remove some uneeded includes
Jonathan Gray
2020-02-24
We only need to check the owner for nsec3 records, remove all the
Florian Obser
2020-02-24
We are always preserving the order of records.
Florian Obser
2020-02-23
rmeove more unused functions and code
Joerg Jung
2020-02-20
We do not generate DNS records from text representations.
Florian Obser
2020-02-16
Get rid of isc_stdtime_t and use time_t directly.
Florian Obser
2020-02-16
Move isc_time_formathttptimestamp to the only place it is used.
Florian Obser
2020-02-16
remove timespec setters
Florian Obser
2020-02-16
Replace isc_time_t and interval_t with struct timespec.
Florian Obser
2020-02-13
unifdef CHECK; not sure why cppcheck would only trip over this macro,
Florian Obser
2020-02-13
remove macros which defined extern "C" for C++
Jonathan Gray
2020-02-13
we do not have gost
Florian Obser
2020-02-12
remove some unreferenced functions
Jonathan Gray
2020-02-07
Move dig(1) and needed DNS libraries into it's own source directory in
Florian Obser