NameDateSize

..06-May-202087

aclocal.m4H A D18-Aug-2016302.7 KiB

acx_nlnetlabs.m4H A D18-Aug-201639.1 KiB

ax_pkg_swig.m4H A D18-Aug-20166.7 KiB

ax_python_devel.m4H A D18-Aug-201610.9 KiB

buffer.cH A D18-Aug-20163.7 KiB

ChangelogH A D18-Aug-201636.7 KiB

compat/H20-Dec-201621

config.guessH A D18-Aug-201643.8 KiB

config.subH A D18-Aug-201634.6 KiB

configureH A D18-Aug-2016532.2 KiB

configure.acH A D18-Aug-201623.7 KiB

dane.cH A D18-Aug-201617 KiB

dname.cH A D18-Aug-201613 KiB

dnssec.cH A D18-Aug-201646.1 KiB

dnssec_sign.cH A D18-Aug-201637.7 KiB

dnssec_verify.cH A D18-Aug-201670.2 KiB

dnssec_zone.cH A D18-Aug-201625.6 KiB

drill/H15-Jul-202023

duration.cH A D18-Aug-20168.6 KiB

error.cH A D18-Aug-20168.9 KiB

freebsd-configure.shH A D04-Jan-2020758

higher.cH A D18-Aug-20167.5 KiB

host2str.cH A D18-Aug-201669.5 KiB

host2wire.cH A D18-Aug-201610.2 KiB

install-shH A D18-Aug-201613.7 KiB

keys.cH A D18-Aug-201640.1 KiB

ldns/H20-Dec-201639

libdns.doxygenH A D18-Aug-201673.7 KiB

libdns.vimH A D18-Aug-201619.1 KiB

LICENSEH A D18-Aug-20161.5 KiB

linktest.cH A D18-Aug-2016136

ltmain.shH A D18-Aug-2016277 KiB

m4/H20-Dec-20167

Makefile.inH A D18-Aug-201675.8 KiB

net.cH A D18-Aug-201623 KiB

packaging/H20-Dec-20166

packet.cH A D18-Aug-201624 KiB

parse.cH A D18-Aug-20168.4 KiB

radix.cH A D18-Aug-201636.5 KiB

rbtree.cH A D18-Aug-201617.3 KiB

rdata.cH A D18-Aug-201615.7 KiB

READMEH A D18-Aug-20164.1 KiB

README.snapshotsH A D18-Aug-2016257

resolver.cH A D18-Aug-201631.2 KiB

rr.cH A D18-Aug-201683 KiB

rr_functions.cH A D18-Aug-20168.5 KiB

sha1.cH A D18-Aug-20166.1 KiB

sha2.cH A D18-Aug-201629.9 KiB

str2host.cH A D18-Aug-201636.4 KiB

tsig.cH A D18-Aug-201611.6 KiB

update.cH A D18-Aug-20167.3 KiB

util.cH A D18-Aug-201617.6 KiB

wire2host.cH A D18-Aug-201612.6 KiB

zone.cH A D18-Aug-20166.2 KiB

README

1
2Contents: 
3	REQUIREMENTS
4	INSTALLATION
5		libdns
6		examples
7		drill
8	INFORMATION FOR SPECIFIC OPERATING SYSTEMS
9		Mac OS X
10		Solaris
11	KNOWN ISSUES
12		pyldns
13        Your Support
14
15Project page:
16http://www.nlnetlabs.nl/ldns/
17On that page you can also subscribe to the ldns mailing list.
18
19* Development 
20ldns is mainly developed on Linux and FreeBSD. It is regularly tested to
21compile on other systems like Solaris and Mac OS X.
22
23REQUIREMENTS
24- OpenSSL (Optional, but needed for features like DNSSEC)
25  - OpenSSL >= 0.9.7f for DANE support
26  - OpenSSL >= 1.0.0  for ECDSA and GOST support
27- libpcap (Optional, but needed for examples/ldns-dpa)
28- (GNU) libtool (in OSX, that's glibtool, not libtool)
29- GNU make
30
31INSTALLATION
321. Unpack the tarball
332. cd ldns-<VERSION>
343. ./configure --with-examples --with-drill
35   (optionally compile python bindings too with: --with-pyldns)
364. make
375. make install
38
39
40* Building from repository
41
42If you are building from the repository you will need to have (gnu)
43autotools like libtool and autoreconf installed. A list of all the commands
44needed to build everything can be found in README.git. Note that the actual
45commands may be a little bit different on your machine. Most notable, you'll need to run libtoolize (or glibtoolize), if you skip this step, you'll get an error about missing config.sub.
46
47* Developers
48ldns is developed by the ldns team at NLnet Labs. This team currently
49consists of:
50  o Willem Toorop
51  o Wouter Wijngaards
52  o Matthijs Mekking
53
54Former main developers:
55  o Jelte Jansen
56  o Miek Gieben
57
58* Credits
59We have received patches from the following people, thanks!
60  o Bedrich Kosata
61  o Erik Rozendaal
62  o Håkan Olsson
63  o Jakob Schlyter
64  o Paul Wouters
65  o Simon Vallet
66  o Ondřej Surý
67  o Karel Slany
68  o Havard Eidnes
69  o Leo Baltus
70  o Dag-Erling Smørgrav
71
72
73INFORMATION FOR SPECIFIC OPERATING SYSTEMS
74
75MAC OS X
76
77For MACOSX 10.4 and later, it seems that you have to set the
78MACOSX_DEPLOYMENT_TARGET environment variable to 10.4 before running
79make. Apparently it defaults to 10.1.
80
81This appears to be a known problem in 10.2 to 10.4, see:
82http://developer.apple.com/qa/qa2001/qa1233.html
83for more information.
84
85
86SOLARIS
87
88In Solaris multi-architecture systems (that have both 32-bit and
8964-bit support), it can be a bit taxing to convince the system to
90compile in 64-bit mode. Jakob Schlyter has kindly contributed a build
91script that sets the right build and link options. You can find it in
92contrib/build-solaris.sh
93
94KNOWN ISSUES
95
96A complete list of currently known open issues can be found here:
97http://www.nlnetlabs.nl/projects/ldns/bugs
98
99* pyldns
100Compiling pyldns produces many ``unused parameter'' warnings.  Those are
101harmless and may safely be ignored.
102Also when building with Swig which version is before 2.0.4, compiling
103pyldns produces many ``missing initializer'' warnings. Those are harmless
104too.
105
106Your Support
107NLnet Labs offers all of its software products as open source, most are
108published under a BDS license. You can download them, not only from the
109NLnet Labs website but also through the various OS distributions for
110which NSD, ldns, and Unbound are packaged. We therefore have little idea
111who uses our software in production environments and have no direct ties
112with 'our customers'.
113
114Therefore, we ask you to contact us at users@NLnetLabs.nl and tell us
115whether you use one of our products in your production environment,
116what that environment looks like, and maybe even share some praise.
117We would like to refer to the fact that your organization is using our
118products. We will only do that if you explicitly allow us. In all other
119cases we will keep the information you share with us to ourselves.
120
121In addition to the moral support you can also support us
122financially. NLnet Labs is a recognized not-for-profit charity foundation
123that is chartered to develop open-source software and open-standards
124for the Internet. If you use our software to satisfaction please express
125that by giving us a donation. For small donations PayPal can be used. For
126larger and regular donations please contact us at users@NLnetLabs.nl. Also
127see http://www.nlnetlabs.nl/labs/contributors/.
128
129

README.snapshots

1ldns - snapshot releases
2
3Snapshot releases are not official released. They can be released to
4interested parties for development.
5
6Snapshots can be recognized from the date in the the tar file name.
7
8They should not be used for packaging in distributions.
9