| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| |
| | |
Notes:
svn path=/vendor/bind9/dist/; revision=186448
svn path=/vendor/bind9/9.4.3/; revision=186449; tag=vendor/bind9/9.4.3
|
| |
|
|
| |
Notes:
svn path=/vendor/bind9/dist/; revision=180456
|
| |
|
|
| |
Notes:
svn path=/head/; revision=186463
|
| |
|
|
| |
Notes:
svn path=/head/; revision=174189
|
| |
|
|
| |
Notes:
svn path=/head/; revision=170224
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
in src/contrib/bind9/FREEBSD-Upgrade for the 9.2.3 import
Notes:
svn path=/head/; revision=153821
|
| |
|
|
| |
Notes:
svn path=/head/; revision=152157
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
Submitted by: (in part) dougb@, trhodes@
Reviewed by: dougb@, trhodes@, re@
MFC after: 5 days
Notes:
svn path=/head/; revision=135549
|