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
/
dighost.c
Age
Commit message (
Expand
)
Author
2024-08-29
Update root hints.
Florian Obser
2024-04-23
correct indentation; no functional change
Jonathan Gray
2020-12-21
Rewrite parse_netprefix to no longer use isc_sockaddr_fromin{,6}.
Florian Obser
2020-12-20
Fix EDNS Client Subnet option (+subnet=)
Florian Obser
2020-12-20
Fix IPv6 link-local address handling for nameservers to talk to as
Florian Obser
2020-09-15
We have sockaddr_storage these days, get rid of isc_sockaddr_t.
Florian Obser
2020-09-15
The various sockaddr structures have length fields these days.
Florian Obser
2020-09-15
we no longer need isc_netaddr_t
Florian Obser
2020-09-15
rewrite generating of IPv6 reverse names, lets us get rid of byaddr.
Florian Obser
2020-09-15
Fix botched conversion. This was not converted from parse_uint() which
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-09-14
Rewrite isc_time_microdiff() as uelapsed() and put it directly
Florian Obser
2020-09-13
Get rid of isc_parse_uint32() and replace it with strtonum.
Florian Obser
2020-02-25
use timingsafe_bcmp and get rid of now unused safe.c
Florian Obser
2020-02-25
traditional nslookup would not fatal if the server name was undiscoverable.
Theo de Raadt
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
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 are always preserving the order of records.
Florian Obser
2020-02-23
rmeove more unused functions and code
Joerg Jung
2020-02-23
We are not passing options to the message renderer.
Florian Obser
2020-02-21
set function parameter list to void
Joerg Jung
2020-02-21
Read CLOCK_MONOTONIC when we need timestamps to compare and use
Florian Obser
2020-02-20
Remove support for reading tsig keys from dnssec key pair.
Florian Obser
2020-02-19
simplify signal setup and remove block/unblock/is_running/reload
Joerg Jung
2020-02-16
clock_gettime cannot fail if called correctly; unravel TIME_NOW
Florian Obser
2020-02-16
Reduce interval indirection by setting struct members directly and
Florian Obser
2020-02-16
Replace isc_time_t and interval_t with struct timespec.
Florian Obser
2020-02-16
Now we are only using one timer type (once) and expires is always NULL
Florian Obser
2020-02-15
get path to resolv.conf from resolv.h
Florian Obser
2020-02-13
+trace has the RD bit cleared however it asks the nameserver from
Florian Obser
2020-02-11
remove uneeded #include lines
Jonathan Gray
2020-02-11
Replace SIZE defines with sizeof.
Florian Obser
2020-02-11
Remove #if 0 that has been there since the initial import in 2003.
Florian Obser
2020-02-07
Move dig(1) and needed DNS libraries into it's own source directory in
Florian Obser