aboutsummaryrefslogtreecommitdiff
path: root/contrib/ldns
Commit message (Collapse)AuthorAgeFilesLines
* Add a script that runs configure for both ldns and drill.Dag-Erling Smørgrav2015-04-273-2/+32
| | | | | | | | | | Run configure for drill (I forgot to do it when I imported 1.6.17, but the omission was harmless). Note that running configure --with-drill at the top level doesn't quite work for us since it is geared toward the slightly weird upstream Makefiles, which we don't use. Notes: svn path=/head/; revision=282088
* Restore packaging subdir to enable running unmodified configure script.Dag-Erling Smørgrav2015-04-274-0/+299
| | | | Notes: svn path=/head/; revision=282087
* Don't cast away the const qualifier. Fixes gcc build.Dag-Erling Smørgrav2014-05-162-8/+8
| | | | Notes: svn path=/head/; revision=266238
* ldns_axfr_abort is apparently an undocumented API function. UnstaticizeDag-Erling Smørgrav2014-05-152-1/+7
| | | | | | | and add a prototype + documentation to the relevant header. Notes: svn path=/head/; revision=266193
* Remove dead files.Dag-Erling Smørgrav2014-05-152-729/+0
| | | | Notes: svn path=/head/; revision=266138
* Upgrade to latest ldns (1.6.17) and unbound (1.4.22).Dag-Erling Smørgrav2014-05-1568-5870/+19095
| | | | | | | MFC after: 3 weeks Notes: svn path=/head/; revision=266114
* Build and install drill(1).Dag-Erling Smørgrav2013-09-222-0/+539
| | | | | | | Approved by: re (blanket) Notes: svn path=/head/; revision=255801
* Remove duplicate function declaration.Dag-Erling Smørgrav2013-09-151-17/+0
| | | | | | | Approved by: re (blanket) Notes: svn path=/head/; revision=255600
* The Unbound developers have never met a pointer game they didn't like.Dag-Erling Smørgrav2013-09-151-2/+2
| | | | | | | | | Fix needless deconsting. Approved by: re (blanket) Notes: svn path=/head/; revision=255599
* Clean up the ntop / pton code. Part of a patch which has been submittedDag-Erling Smørgrav2013-04-136-31/+47
| | | | | | | upstream but not yet adopted. Notes: svn path=/head/; revision=249453
* Last remaining prototype issue that still hasn't been fixed upstream.Dag-Erling Smørgrav2013-04-092-3/+1
| | | | Notes: svn path=/head/; revision=249308
* Revert local changes and pull in r3828 from upstream.Dag-Erling Smørgrav2013-04-098-269/+12
| | | | Notes: svn path=/head/; revision=249307
* #if out unused functions which trip up gcc but not clang.Dag-Erling Smørgrav2013-02-166-3/+18
| | | | Notes: svn path=/head/; revision=246883
* Upgrade to 1.6.16Dag-Erling Smørgrav2013-02-1558-1792/+2718
| | | | Notes: svn path=/head/; revision=246854
* Add generated filesDag-Erling Smørgrav2013-02-154-0/+1199
| | | | Notes: svn path=/head/; revision=246853
* Import LDNS and build it as an internal library.Dag-Erling Smørgrav2013-02-15119-0/+99881
Notes: svn path=/head/; revision=246827