aboutsummaryrefslogtreecommitdiff
path: root/lib/bind/isc
Commit message (Collapse)AuthorAgeFilesLines
* Update BIND to version 9.6.1rc1. This version has better performance andDoug Barton2009-05-312-63/+89
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lots of new features compared to 9.4.x, including: Full NSEC3 support Automatic zone re-signing New update-policy methods tcp-self and 6to4-self DHCID support. More detailed statistics counters including those supported in BIND 8. Faster ACL processing. Efficient LRU cache-cleaning mechanism. NSID support. Notes: svn path=/head/; revision=193149
| * In preparation for the BIND 9.6.1rc1 import, remove this directory.Doug Barton2009-05-3029-10449/+0
| | | | | | | | | | | | | | | | The libbind library is no longer distributed as part of the main BIND package, and we never built it in any case. Notes: svn path=/vendor/bind9/dist/; revision=193136
| * Vendor import of BIND 9.4.3vendor/bind9/9.4.3Doug Barton2008-12-236-18/+19
| | | | | | | | | | Notes: svn path=/vendor/bind9/dist/; revision=186448 svn path=/vendor/bind9/9.4.3/; revision=186449; tag=vendor/bind9/9.4.3
| * Flatten bind9 vendor work areaPeter Wemm2008-07-1229-0/+10448
| | | | Notes: svn path=/vendor/bind9/dist/; revision=180456
* Updates for version 9.4.3Doug Barton2008-12-232-6/+22
| | | | Notes: svn path=/head/; revision=186463
* Update glue for BIND 9.4.2Doug Barton2007-12-021-2/+7
| | | | Notes: svn path=/head/; revision=174189
* Update generated files for BIND 9.4.1Doug Barton2007-06-021-39/+85
| | | | Notes: svn path=/head/; revision=170224
* Update bmake glue for the BIND 9.4.1 import.Doug Barton2007-06-021-9/+16
| | | | | | | | This includes a return to building with threads, since one of the major focuses of the 9.4.x branch is to improve thread performance. Notes: svn path=/head/; revision=170221
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
| | | | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine) Notes: svn path=/head/; revision=156813
* Updated versions of header files generated per the instructionsDoug Barton2005-12-291-1/+1
| | | | | | | in src/contrib/bind9/FREEBSD-Upgrade for the 9.2.3 import Notes: svn path=/head/; revision=153821
* Finish the removal of threads support in ../config.mk,v 1.15.Ruslan Ermilov2005-11-071-3/+0
| | | | Notes: svn path=/head/; revision=152157
* Disable thread support in BIND. It appears to reduce performance ratherDag-Erling Smørgrav2005-07-252-7/+7
| | | | | | | | | | | than increase it, and seems to be the cause of the memory leaks which some users have reported. Requested by: dougb MFC after: 5 days Notes: svn path=/head/; revision=148389
* Fix the WANT_BIND_LIBS knob by correctly spelling it as WITH_BIND_LIBSDoug Barton2004-09-241-1/+1
| | | | | | | | | | | | to match how similar syntax is used in the ports system. Thanks to kris for pointing out my mistake here. Install the lwres library unless the user defines NO_BIND, or the new knob, NO_BIND_LIBS_LWRES. There is at least one potential customer for this library in the wings. Thanks to nectar for the reminder. Notes: svn path=/head/; revision=135752
* Don't expose BIND libraries and their headers to the public by default,Ruslan Ermilov2004-09-241-2/+5
| | | | | | | | | | | | | | | | | | but have a knob (WANT_BIND_LIBS) to build and install them in /usr/lib and /usr/include. Rumors are that this may be useful at a later point, let's see. What this really means is that all BIND libraries are now internal to buildworld (by default, unless WANT_BIND_LIBS is defined), and linked statically into various BIND executables. While here, removed redundant -I's from CFLAGS in lib/bind makefiles. Sponsored by: des OK'ed by: dougb Notes: svn path=/head/; revision=135739
* Clean up and comment config.mk. Centralize more stuff. Bitch ifDag-Erling Smørgrav2004-09-221-2/+2
| | | | | | | | | | | POSIX threads libraries are not available. Add crypto support if the crypto libraries are available. Build dnssec-{keygen,signzone} if crypto is available. Submitted by: (in part) dougb@ Notes: svn path=/head/; revision=135569
* Switch from BIND 8 to BIND 9.Dag-Erling Smørgrav2004-09-212-0/+381
Submitted by: (in part) dougb@, trhodes@ Reviewed by: dougb@, trhodes@, re@ MFC after: 5 days Notes: svn path=/head/; revision=135549