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
/
dig.h
Age
Commit message (
Expand
)
Author
2024-05-17
remove prototypes with no matching function; ok florian@
Jonathan Gray
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-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-09-13
Get rid of isc_parse_uint32() and replace it with strtonum.
Florian Obser
2020-02-25
traditional nslookup would not fatal if the server name was undiscoverable.
Theo de Raadt
2020-02-24
remove some uneeded includes
Jonathan Gray
2020-02-16
Replace isc_time_t and interval_t with struct timespec.
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-13
expand ISC_FORMAT_PRINTF and get rid of formatcheck.h
Florian Obser
2020-02-13
remove macros which defined extern "C" for C++
Jonathan Gray
2020-02-13
remove more uneeded include statements and files
Jonathan Gray
2020-02-13
remove unused dig_query_start()
Jonathan Gray
2020-02-07
Move dig(1) and needed DNS libraries into it's own source directory in
Florian Obser