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
/
lib
/
dns
/
at
jcs
2 folders
22 files
include
Implement zoneversion edns option (RFC 9660)
1 year ago
rdata
Implement RESINFO (RFC 9606)
1 year ago
Makefile.inc
rewrite generating of IPv6 reverse names, lets us get rid of byaddr. OK beck
5 years ago
compress.c
Mechanically replace isc_boolean_t with int. OK deraadt
5 years ago
dns_log.c
reduce multiple newlines
6 years ago
dns_result.c
Mechanically replace isc_boolean_t with int. OK deraadt
5 years ago
dns_time.c
Replace a bunch of hand rolled date / time math with gmtime(3). While here fix dns_time64_from32() to correctly deal with unsigned 32 bit cyclic time that I accidentally broke when I switched "now" from isc_std_time (unsiged 32 bit) to time_t (64 bit).
6 years ago
dst_api.c
Mechanically replace isc_boolean_t with int. OK deraadt
5 years ago
dst_internal.h
remove unneeded dst__opensslrsa_init() prototype
1 year ago
dst_result.c
Mechanically replace isc_boolean_t with int. OK deraadt
5 years ago
gen.c
remove duplicate includes
3 years ago
hmac_link.c
use timingsafe_bcmp and get rid of now unused safe.c
6 years ago
key.c
reduce multiple newlines
6 years ago
masterdump.c
Remove a bunch of unused DNS_RDATASETATTR_ #defines and mop up. OK sthen, beck
3 years ago
message.c
Implement zoneversion edns option (RFC 9660)
1 year ago
name.c
Mechanically replace isc_boolean_t with int. OK deraadt
5 years ago
openssl_link.c
The slightly less deprecated spelling of ERR_remove_state(0) is ERR_remove_thread_state(NULL).
3 years ago
rcode.c
In preparation of compiling lib/dns/rdata/ files individually we need global visibility of str_totext. Rename it to isc_str_tobuffer, put it into buffer.c and delete duplicate implementations.
6 years ago
rdata.c
Implement RESINFO (RFC 9606)
1 year ago
rdatalist.c
gc trust, it's never set. OK beck
3 years ago
rdatalist_p.h
Remove a bunch of unused DNS_RDATASETATTR_ #defines and mop up. OK sthen, beck
3 years ago
rdataset.c
dig: garbage collect the unused 'added'
2 years ago
tsig.c
correct indentation; no functional change ok tb@
2 years ago
ttl.c
Mechanically replace isc_boolean_t with int. OK deraadt
5 years ago