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
/
host.c
Age
Commit message (
Expand
)
Author
2022-07-03
use sys/types.h to get at __dead.
Florian Obser
2020-09-15
We have sockaddr_storage these days, get rid of isc_sockaddr_t.
Florian Obser
2020-09-14
Mechanically replace isc_boolean_t with int.
Florian Obser
2020-09-14
Rewrite isc_time_microdiff() as uelapsed() and put it directly
Florian Obser
2020-02-25
traditional nslookup would not fatal if the server name was undiscoverable.
Theo de Raadt
2020-02-24
Stop generating rdatastruct.h and put the dns_rdata_* structs for
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 free cname, ns, soa and tsig structs.
Florian Obser
2020-02-24
remove some uneeded includes
Jonathan Gray
2020-02-21
Read CLOCK_MONOTONIC when we need timestamps to compare and use
Florian Obser
2020-02-18
Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros.
Florian Obser
2020-02-16
clock_gettime cannot fail if called correctly; unravel TIME_NOW
Florian Obser
2020-02-16
Replace isc_time_t and interval_t with struct timespec.
Florian Obser
2020-02-14
Fix host(1) when providing a server to query.
Florian Obser
2020-02-13
+trace has the RD bit cleared however it asks the nameserver from
Florian Obser
2020-02-13
unifdef USEINITALWS, was never defined
Florian Obser
2020-02-11
remove uneeded #include lines
Jonathan Gray
2020-02-07
Move dig(1) and needed DNS libraries into it's own source directory in
Florian Obser