Name Date Size #Lines LOC

..--

compat/H--431167

drill/H--3,8503,025

ldns/H--11,3742,895

LICENSEH A D26-Nov-20111.5 KiB2723

README.DELETEDH A D13-Nov-2022800 5554

README.DRAGONFLYH A D13-Nov-2022725 2619

buffer.cH A D13-Nov-20223.7 KiB178142

dane.cH A D13-Nov-202224.5 KiB999742

dname.cH A D13-Nov-202213.1 KiB603463

dnssec.cH A D13-Nov-202249.2 KiB1,9581,567

dnssec_sign.cH A D13-Nov-202243.4 KiB1,6891,392

dnssec_verify.cH A D13-Nov-202273.9 KiB2,8312,322

dnssec_zone.cH A D13-Nov-202249.4 KiB1,9861,580

duration.cH A D13-Nov-20226.4 KiB282179

edns.cH A D13-Nov-20228.5 KiB437319

error.cH A D13-Nov-202210.9 KiB202186

higher.cH A D15-Apr-20197.6 KiB348273

host2str.cH A D13-Nov-202292.6 KiB3,5373,024

host2wire.cH A D13-Nov-202214 KiB528427

keys.cH A D13-Nov-202251.7 KiB2,2101,898

net.cH A D13-Nov-202224 KiB1,037816

packet.cH A D13-Nov-202226.7 KiB1,2691,055

parse.cH A D13-Nov-202210.2 KiB490399

radix.cH A D16-Jul-202036.6 KiB1,5941,055

rbtree.cH A D13-Nov-202217.3 KiB671441

rdata.cH A D13-Nov-202216.2 KiB764646

resolver.cH A D13-Nov-202235.8 KiB1,5991,275

rr.cH A D13-Nov-202286.1 KiB2,7852,167

rr_functions.cH A D13-Nov-20228.7 KiB432341

sha1.cH A D13-Nov-20226.1 KiB179127

sha2.cH A D13-Nov-202230.1 KiB999673

str2host.cH A D13-Nov-202258 KiB2,4381,962

tsig.cH A D13-Nov-202212.3 KiB495400

update.cH A D15-Apr-20197.5 KiB326238

util.cH A D13-Nov-202218.2 KiB793557

wire2host.cH A D13-Nov-202212.9 KiB498369

zone.cH A D13-Nov-20228.2 KiB382259

README.DELETED

README.DRAGONFLY

1LDNS
2====
3
4Original source can be downloaded from:
5http://www.nlnetlabs.nl/downloads/ldns/
6
7file = ldns-1.8.3.tar.gz
8date = 15 August 2022
9size = 1299856
10sha1 = 2796cc49636f68260c9662b60d5a7c9e6eed195c
11
12A list of files and directories removed is in README.DELETED
13
14Use "git diff vendor/LDNS contrib/ldns" to see local modifications.
15
16Configured with
17===============
18./configure --prefix=/usr --disable-rpath --disable-dane-ta-usage --with-drill \
19	    --with-trust-anchor=/usr/local/etc/unbound/root.key \
20	    ac_cv_header_dlfcn_h=no
21
22After configuring, don't forget to copy net.h, util.h, common.h
23to lib/libldns/ldns.
24These header files are generated by the configure script and they should never
25be in the vendor branch.
26