• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangeLog.22-nov-2005H A D03-Dec-20213.3 KiB10690

READMEH A D03-Dec-2021302 138

REGRESSIONSH A D03-Dec-2021882 2618

chasetrace.cH A D03-Dec-202113 KiB508368

dnssec.cH A D03-Dec-202113.1 KiB522410

drill.1.inH A D03-Dec-20216.2 KiB254201

drill.cH A D03-Dec-202128 KiB1,018890

drill.hH A D03-Dec-20212.6 KiB10171

drill_util.cH A D03-Dec-20216.8 KiB312246

drill_util.hH A D03-Dec-20211.1 KiB6615

error.cH A D03-Dec-20211.3 KiB8764

install-shH A D03-Dec-202113.3 KiB521344

root.cH A D03-Dec-20214.8 KiB12390

securetrace.cH A D03-Dec-202123.2 KiB798641

work.cH A D03-Dec-20215 KiB262189

README

1QUICK INSTALL GUIDE
2
3drill is a subdirectory in ldns.
4
5To compile drill you need:
6autoreconf && ./configure && make
7
8If ldns is installed in a different location, use --with-ldns=directory
9See also ./configure --help
10
11In the first case you must run drill as:
12LD_LIBRARY_PATH=../.libs ./drill <options>
13