Mark Andrews
8b7d3aeda2
2885. [bug] Improve -fno-strict-aliasing support probing in
...
configure. [RT #21080 ]
2010-05-12 08:25:21 +00:00
Automatic Updater
7da0a5ddc6
update copyright notice
2010-03-18 23:50:57 +00:00
Mark Andrews
003fd2f720
2868. [cleanup] Run "make clean" at the end of configure to ensure
...
any changes made by configure are integrated.
Use --with-make-clean=no to disable. [RT #20994 ]
2010-03-18 13:28:32 +00:00
Tatuya JINMEI 神明達哉
2c016c64f5
2757. [cleanup] Enable internal symbol table for backtrace only for
...
systems that are known to work. Currently, BSD
variants, Linux and Solaris are supported. [RT# 20202]
9.7.0rc1
2009-11-11 08:46:47 +00:00
Tatuya JINMEI 神明達哉
4ffd660d41
2745. [bug] configure script didn't probe the return type of
...
gai_strerror(3) correctly. [RT #20573 ]
2009-11-03 23:17:31 +00:00
Mark Andrews
e09cdbac08
2738. [func] Add RSASHA256 and RSASHA512 tests to the dnssec system
...
test. [RT #20453 ]
2009-10-27 22:25:37 +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
Mark Andrews
45eea1bda6
2715. [bug] Require OpenSSL support to be explicitly disabled.
...
[RT #20288 ]
2009-10-16 04:16:17 +00:00
Mark Andrews
616560e3db
2713. [port] aix/powerpc: 'asm("ics");' needs non standard assembler
...
flags.
2009-10-16 04:10:06 +00:00
Evan Hunt
95b41985f7
- build pkcs11 tools when compiling --with-pkcs11=yes
...
- add PKCS11_PROVIDER environment variable as a method for specifying
the provider.
2009-10-06 20:27:55 +00:00
Francis Dupont
a631b30b1d
pkcs11 rt20225
2009-10-05 12:07:08 +00:00
Mark Andrews
339c130823
ISC_PLATFORM_NORETURN_POST not ISC_PLATFORM_NORETURN
2009-10-02 06:28:27 +00:00
Francis Dupont
debd489a44
noreturn RT #20257
2009-09-29 15:06:07 +00:00
Tatuya JINMEI 神明達哉
866a531c59
typo in a warning message (found in rt #20280 )
2009-09-15 23:17:22 +00:00
Tatuya JINMEI 神明達哉
2fa5af7b73
2676. [bug] --with-export-installdir should have been
...
--with-export-includedir. [RT #20252 ]
2009-09-14 18:31:15 +00:00
Mark Andrews
730e25bf11
'test' uses '=' not '=='
2009-09-04 00:46:09 +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
Mark Andrews
90c1e763d5
2645. [port] "gcc -m32" didn't work on amd64 and x86_64 platforms
...
which default to 64 bits. [RT #19927 ]
2009-08-13 01:51:19 +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
Evan Hunt
351b62535d
2609. [func] Simplify the configuration of dynamic zones:
...
- add ddns-confgen command to generate
configuration text for named.conf
- add zone option "ddns-autoconf yes;", which
causes named to generate a TSIG session key
and allow updates to the zone using that key
- add '-l' (localhost) option to nsupdate, which
causes nsupdate to connect to a locally-running
named process using the session key generated
by named
[RT #19284 ]
2009-06-10 00:27:22 +00:00
Evan Hunt
ca42dcc068
2569. [func] Move journalprint, nsec3hash, and genrandom
...
commands from bin/tests into bin/tools;
"make install" will put them in $sbindir. [RT #19301 ]
2009-03-02 03:54:10 +00:00
Mark Andrews
0807f596b5
2550. [bug] Check --with-openssl=<path> finds <openssl/opensslv.h>.
...
[RT #19343 ]
2009-02-15 22:54:29 +00:00
Francis Dupont
c1d7e0562f
OpenSSL hashes
2009-02-06 12:26:23 +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
Automatic Updater
d362465c77
update copyright notice
2009-01-17 23:47:43 +00:00
Francis Dupont
323a9f3430
spelling
2009-01-17 09:35:58 +00:00
Mark Andrews
ddb35cf2f3
2521. [bug] Improve epoll cross compilation support. [RT #19047 ]
2008-12-22 04:16:37 +00:00
Mark Andrews
9908cbc06f
2506. [port] solaris: Check at configure time if
...
hack_shutup_pthreadonceinit is needed. [RT #19037 ]
2008-12-08 04:50:52 +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
Francis Dupont
a2fa49cebc
accept libxml2 2.7.x too
2008-10-29 10:09:21 +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
20256cbc15
use build_os not host for change 2461
2008-10-15 00:10:09 +00:00
Mark Andrews
d7896edb4e
2463. [port] linux: POSIX doesn't include the IPv6 Advanced Socket
...
API and glibc hides parts of the IPv6 Advanced Socket
API as a result. This is stupid as it breaks how the
two halves (Basic and Advanced) of the IPv6 Socket API
were designed to be used but we have to live with it.
Define _GNU_SOURCE to pull in the IPv6 Advanced Socket
API. [RT #18388 ]
2008-10-15 00:05:16 +00:00
Mark Andrews
99a522dad7
2461. [port] sunos: Change #2363 was not complete. [RT #17513 ]
2008-10-13 00:29:48 +00:00
Mark Andrews
7d5d6647dd
remove AC_CONFIG_SUBDIRS(lib/bind)
2008-09-25 04:25:15 +00:00
Evan Hunt
203e146e5e
fixed missing backquotes
2008-09-25 03:33:11 +00:00
Mark Andrews
19e4588ed7
2451. [port] solaris: handle runtime linking better. [RT #18356 ]
2008-09-25 01:22:47 +00:00
Mark Andrews
11dbf2fc38
2447. [cleanup] libbind has been split out as a seperate produce.
2008-09-24 02:13:12 +00:00
Tatuya JINMEI 神明達哉
eeaa2277ea
2446. [func] Add a new log message about build options on startup.
...
A new command-line option '-V' for named is also
provided to show this information. [RT# 18645]
2008-09-23 17:25:47 +00:00
Mark Andrews
3dfa202e4f
2424. [port] configure now probes for a working epoll
...
implementation. Allow the use of kqueue,
epoll and /dev/poll to be selected at compile
time. [RT #18277 ]
2008-08-22 13:17:56 +00:00
Mark Andrews
101a7960b7
2407. [port] hpux: test for sys/dyntune.h. [RT #18421 ]
2008-08-05 07:05:47 +00:00
Francis Dupont
cbb8a1b7cb
Support Solaris 2.11 and over. [RT #18362 ]
2008-07-25 20:40:07 +00:00
Tatuya JINMEI 神明達哉
386d3a99c1
2375. [security] Fully randomize UDP query ports to improve
...
forgery resilience. [RT #17949 , #18098 ]
2008-06-23 19:41:20 +00:00
Evan Hunt
0415ca35ad
Linux: use libcap for capability management if possible. [RT# 18026]
2008-05-06 01:31:11 +00:00