tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.bin
/
dig
/
at
master
1 folder
10 files
lib
The slightly less deprecated spelling of ERR_remove_state(0) is ERR_remove_thread_state(NULL).
3 years ago
COPYRIGHT
Move dig(1) and needed DNS libraries into it's own source directory in usr.bin/dig.
6 years ago
Makefile
Bunch of dead stores and otherwise unused stuff lets us get rid of unix/net.{c.h}. We need to sprinkle in a few #includes that net.h dragged in. OK deraadt
5 years ago
dig.1
new sentence, new line
4 years ago
dig.c
Fix IPv6 link-local address handling for nameservers to talk to as well as address to bind to. Reported by Jordan Geoghegan (jordan AT geoghegan.ca), thanks! Debugged by & initial fix by otto Input & OK otto
5 years ago
dig.h
We have sockaddr_storage these days, get rid of isc_sockaddr_t. OK beck, "beautiful" deraadt
5 years ago
dighost.c
Rewrite parse_netprefix to no longer use isc_sockaddr_fromin{,6}. Since this was the last user of those functions we can delete them. OK otto
5 years ago
host.1
man pages: add missing commas between subordinate and main clauses
4 years ago
host.c
use sys/types.h to get at __dead. Pointed out by & OK deraadt
3 years ago
nslookup.1
Move dig(1) and needed DNS libraries into it's own source directory in usr.bin/dig.
6 years ago
nslookup.c
We have sockaddr_storage these days, get rid of isc_sockaddr_t. OK beck, "beautiful" deraadt
5 years ago