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
/
nslookup.c
Age
Commit message (
Expand
)
Author
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-13
Get rid of isc_parse_uint32() and replace it with strtonum.
Florian Obser
2020-04-28
Rather than attempting to lookup the keyword "set" as a hostname,
Theo de Raadt
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-19
simplify signal setup and remove block/unblock/is_running/reload
Joerg Jung
2020-02-18
Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros.
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-07
Move dig(1) and needed DNS libraries into it's own source directory in
Florian Obser