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.c
Age
Commit message (
Expand
)
Author
2023-09-06
add void to function decls with no args
Jonathan Gray
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-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-24
remove some uneeded includes
Jonathan Gray
2020-02-18
Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros.
Florian Obser
2020-02-17
remove unused code
Joerg Jung
2020-02-15
test pointers against NULL not 0
Jonathan Gray
2020-02-13
+trace has the RD bit cleared however it asks the nameserver from
Florian Obser
2020-02-13
Move DNS_NAME_INITABSOLUTE and DNS_NAME_INITNONABSOLUTE to a comon
Florian Obser
2020-02-13
remove unused macros
Jonathan Gray
2020-02-13
remove unused dig_query_start()
Jonathan Gray
2020-02-12
Standardize argument naming for "sourceaddr" and unify the wording a bit,
Ingo Schwarze
2020-02-11
remove uneeded #include lines
Jonathan Gray
2020-02-11
Remove ~/.digrc support which feels like a misfeature.
Florian Obser
2020-02-07
Move dig(1) and needed DNS libraries into it's own source directory in
Florian Obser