Mark Andrews
03152360db
3661. [bug] Address lock order reversal deadlock with inline zones.
...
[RT #34856 ]
2013-10-08 11:43:08 +11:00
Evan Hunt
c174d5c13c
[master] portability fix
...
3614. [port] Check for <linux/types.h>. [RT #34162 ]
2013-07-10 20:44:58 -07:00
Evan Hunt
feb067b25a
[master] add JSON statistics channel
...
3524. [func] Added an alternate statistics channel in JSON format,
when the server is built with the json-c library:
http://[address]:[port]/json . [RT #32630 ]
2013-03-13 14:24:50 -07:00
Evan Hunt
501941f0b6
[master] add geoip support
...
3504. [func] Add support for ACLs based on geographic location,
using MaxMind GeoIP databases. Based on code
contributed by Ken Brownfield <kb@slide.com >.
[RT #30681 ]
2013-02-27 17:19:39 -08:00
Mark Andrews
b123b265e3
3435. [bug] Cross compilation support in configure was broken.
...
[RT #32078 ]
2012-12-07 16:43:22 +11:00
Mark Andrews
63dd467330
update libtool support to version 2.4.2
2012-11-28 04:32:15 +00:00
Evan Hunt
5506903c92
Merge rt28412b
...
- check for mmap() in configure
- implement isc_file_mmap() and isc_file_munmap() to do
malloc()/read() and free() when run on systems that do not
support mmap().
2012-06-21 12:58:46 -07:00
Evan Hunt
d878b8d87c
merged filter-aaaa-on-v6 (ATT SoW)
...
3327. [func] Added 'filter-aaaa-on-v6' option; this is similar
to 'filter-aaaa-on-v4' but applies to IPv6
connections. (Use "configure --enable-filter-aaaa"
to enable this option.) [RT #27308 ]
2012-05-14 11:50:00 -07:00
Mark Andrews
aaaf8d4f48
3317. [func] Add ECDSA support (RFC 6605). [RT #21918 ]
2012-05-02 23:20:17 +10:00
Mark Andrews
b9848361b9
regen
2011-12-20 00:49:49 +00:00
Evan Hunt
1d32b1df37
3244. [func] Added readline support to nslookup and nsupdate.
...
Also simplified nsupdate syntax to make "update"
and "prereq" optional. [RT #24659 ]
2011-12-16 23:01:17 +00:00
Mark Andrews
30d9cf665d
3171. [port] darwin 10.* and freebsd [89] are now built threaded by
...
default.
2011-10-14 05:42:52 +00:00
Automatic Updater
a44bf3209a
regen
2011-07-28 13:33:09 +00:00
Evan Hunt
422009fe5b
3066. [func] The DLZ "dlopen" driver is now built by default,
...
no longer requiring a configure option. To
disable it, use "configure --without-dlopen".
Driver also supported on win32. [RT #23467 ]
2011-03-10 04:36:16 +00:00
Mark Andrews
4417904b15
regen
2011-02-27 06:21:53 +00:00
Mark Andrews
819f0ca24a
regen
2011-01-13 02:06:40 +00:00
Mark Andrews
87708bde16
3008. [func] Response policy zones (RPZ) support. [RT #21726 ]
2011-01-13 01:59:28 +00:00
Mark Andrews
9fffc937a9
rege
2010-12-23 04:09:28 +00:00
Mark Andrews
aa5b977943
regen
2010-12-18 14:47:42 +00:00
Evan Hunt
71bd858d8e
2989. [func] Added support for writable DLZ zones. (Contributed
...
by Andrew Tridgell of the Samba project.) [RT #22629 ]
2988. [experimental] Added a "dlopen" DLZ driver, allowing the creation
of external DLZ drivers that can be loaded as
shared objects at runtime rather than linked with
named. Currently this is switched on via a
compile-time option, "configure --with-dlz-dlopen".
Note: the syntax for configuring DLZ zones
is likely to be refined in future releases.
(Contributed by Andrew Tridgell of the Samba
project.) [RT #22629 ]
2987. [func] Improve ease of configuring TKEY/GSS updates by
adding a "tkey-gssapi-keytab" option. If set,
updates will be allowed with any key matching
a principal in the specified keytab file.
"tkey-gssapi-credential" is no longer required
and is expected to be deprecated. (Contributed
by Andrew Tridgell of the Samba project.)
[RT #22629 ]
2010-12-18 01:56:23 +00:00
Mark Andrews
c0a76b3c0b
2978. [port] hpux: look for <devpoll.h> [RT #21919 ]
2010-12-03 00:57:57 +00:00
Mark Andrews
3a7b1fb32a
add kerberosv5/krb5.h to search list
2010-06-03 03:55:07 +00:00
Mark Andrews
a20996ab6f
2910. [func] Sanity check Kerberos credentials. [RT #20986 ]
2010-06-03 02:29:58 +00:00
Mark Andrews
5b02fc32d6
2901. [port] Use AC_C_FLEXIBLE_ARRAY_MEMBER. [RT #21316 ]
2010-05-19 07:13:15 +00:00
Mark Andrews
8b7d3aeda2
2885. [bug] Improve -fno-strict-aliasing support probing in
...
configure. [RT #21080 ]
2010-05-12 08:25:21 +00:00
Mark Andrews
c4e59874fb
regen
2010-03-18 13:30:36 +00:00
Mark Andrews
9a97696b54
regen
2009-10-27 22:26:05 +00:00
Evan Hunt
c8aa7ce70d
2732. [func] Add optional filter-aaaa-on-v4 option, available
...
if built with './configure --enable-filter-aaaa'.
Filters out AAAA answers to clients connecting
via IPv4. (This is NOT recommended for general
use.) [RT #20339 ]
2009-10-26 23:14:54 +00:00
Tatuya JINMEI 神明達哉
a27fe4c990
2667. [func] Add support for logging stack backtrace on assertion
...
failure (not available for all platforms). [RT #19780 ]
9.7.0
2009-09-01 18:40:25 +00:00
Tatuya JINMEI 神明達哉
588f79e557
fixed build error on hpux due to gai_strerror() prototype mismatch
...
[RT #20194 ]
2009-09-01 17:54:16 +00:00
Tatuya JINMEI 神明達哉
307d208450
2660. [func] Add a new set of DNS libraries for non-BIND9
...
applications. See README.libdns. [RT #19369 ]
2009-09-01 00:22:28 +00:00
Evan Hunt
38cd4d14cc
2629. [port] Check for seteuid()/setegid(), use setresuid()/
...
setresgid() if not present. [RT #19932 ]
2009-07-14 22:39:30 +00:00
Mark Andrews
f4ea363e3a
2610. [port] sunos: Change #2363 was not complete. [RT #19796 ]
2009-06-10 02:23:42 +00:00
Mark Andrews
31b7a2fed6
2534. [func] Check NAPTR records regular expressions and
...
replacement strings to ensure they are syntaxically
valid and consistant. [RT #18168 ]
2009-01-21 05:37:55 +00:00
Mark Andrews
914eeb3314
2529. [cleanup] Upgrade libtool to silence complaints from recent
...
version of autoconf. [RT #18657 ]
2009-01-19 01:39:50 +00:00
Mark Andrews
2e61d171bc
2505. [port] Treat amd64 similarly to x86_64 when determining
...
atomic operation support. [RT #19031 ]
2008-12-05 02:02:12 +00:00
Mark Andrews
d5518bf5bc
linux doesn't need checks for -lsocket and -lnsl
2008-12-01 07:50:17 +00:00
Mark Andrews
9935447b51
2503. [port] linux: improve compatibility with Linux Standard
...
Base. [RT #18793 ]
2008-12-01 03:53:32 +00:00
Mark Andrews
4e9775118d
2469. [port] solaris: Work around Solaris's select() limitations.
...
[RT #18769 ]
2008-10-21 02:43:08 +00:00
Mark Andrews
101a7960b7
2407. [port] hpux: test for sys/dyntune.h. [RT #18421 ]
2008-08-05 07:05:47 +00:00
Mark Andrews
146484aced
2407. [port] hpux: test for sys/dyntune.h. [RT #18421 ]
2008-08-05 07:04:49 +00:00
Evan Hunt
0415ca35ad
Linux: use libcap for capability management if possible. [RT# 18026]
2008-05-06 01:31:11 +00:00
Mark Andrews
8b56b8956f
2363. [port] sunos: pre-set "lt_cv_sys_max_cmd_len=4096;".
...
[RT #17513 ]
2008-04-28 23:43:24 +00:00
Evan Hunt
2284b84d74
Make "rrset-order fixed" a compile-time option. settable by
...
"./configure --enable-fixed-rrset". Disabled by default. [rt17977]
2008-04-23 21:32:57 +00:00
Mark Andrews
dc2a0aa7aa
2325. [port] Linux: use capset() function if available. [RT #17557 ]
2008-01-30 04:50:00 +00:00
Mark Andrews
8486ce1efa
2287. [bug] Use 'volatile' if the compiler supports it. [RT #17413 ]
2008-01-04 03:28:39 +00:00
Evan Hunt
7de2c6e6d5
Fix compiler warnings on SCO OSr5
2007-09-13 04:48:16 +00:00
Mark Andrews
8eb4eca375
2127. [port] Improved OpenSSL 0.9.8 support. [RT #16563 ]
2007-01-08 01:53:30 +00:00
Mark Andrews
186e7f37c9
2122. [func] Experimental http server and statistics support
...
for named via xml.
2006-12-21 06:03:37 +00:00
Mark Andrews
289ae548d5
2105. [func] GSS-TSIG support (RFC 3645).
2006-12-04 01:54:53 +00:00