Tinderbox User
79b627f399
newcopyrights
2014-02-14 23:30:13 +00:00
Evan Hunt
f2ea8c2f96
[master] updated published drafts
2014-02-14 08:53:06 -08:00
Tinderbox User
9ecb5d3347
newcopyrights
2014-02-13 23:30:08 +00:00
Mark Andrews
36a06fc2d6
regen
2014-02-13 15:14:11 +11:00
Mark Andrews
2729aea3c1
3738. [bug] --enable-openssl-hash failed to build. [RT #35343 ]
2014-02-13 15:09:08 +11:00
Tinderbox User
665a24faf6
regen master
2014-02-13 01:05:15 +00:00
Tinderbox User
1124950b35
update copyright notice
2014-02-12 23:46:27 +00:00
Tinderbox User
27739dd250
newcopyrights
2014-02-12 23:30:11 +00:00
Mark Andrews
a1271e2404
3737. [bug] 'rndc retransfer' could trigger a assertion failure
...
with inline zones. [RT #35353 ]
(cherry picked from commit 8e30a7e9fd
)
2014-02-13 08:55:09 +11:00
Mark Andrews
5deedd7057
use unsigned constants
2014-02-13 07:48:44 +11:00
Evan Hunt
79a1c7502d
[master] typos in dig man page
2014-02-12 10:32:20 -08:00
Mark Andrews
afdcff15c0
#ifdef PF_ROUTE use
2014-02-13 01:13:05 +11:00
Evan Hunt
842a3e6d0e
[master] try multiple addresses per server name in nsupdate
...
3736. [bug] nsupdate: When specifying a server by name,
fall back to alternate addresses if the first
address for that name is not reachable. [RT #25784 ]
2014-02-11 21:29:10 -08:00
Evan Hunt
dbb012765c
[master] merge libiscpk11 to libisc
...
3735. [cleanup] Merged the libiscpk11 library into libisc
to simplify dependencies. [RT #35205 ]
2014-02-11 21:20:28 -08:00
Mark Andrews
6b66ee9147
define and use BACKTRACECFLAGS
2014-02-12 09:07:54 +11:00
Mark Andrews
ac49f1c511
hpux: move -Wl,+vnocompatwarnings to STD_CWARNINGS; add +vnocompatwarnings to SO_LDFLAGS
2014-02-11 13:22:27 +11:00
Tinderbox User
6874b16e4a
update copyright notice
2014-02-10 23:46:26 +00:00
Tinderbox User
7addb3e8b5
newcopyrights
2014-02-10 23:30:12 +00:00
Mark Andrews
343556ecf9
-Wl,+vnocompatwarnings is a compiler flag to pass to the loader not a direct loader flag
2014-02-10 17:53:39 +11:00
Mark Andrews
d7729155df
3734. [bug] Improve building with libtool. [RT #35314 ]
2014-02-10 15:01:06 +11:00
Mark Andrews
d9bbd9c64f
cleanup removed files
2014-02-10 12:08:00 +11:00
Mark Andrews
850b5e8093
Add Linux support to:
...
3733. [func] Improve interface scanning support. Interface
information will be automatically updated if the
OS supports routing sockets (MacOS, *BSD, Linux).
Use "automatic-interface-scan no;" to disable.
Add "rndc scan" to trigger a scan. [RT #23027 ]
2014-02-10 09:46:54 +11:00
Tinderbox User
f2016fcecf
regen master
2014-02-08 01:05:40 +00:00
Tinderbox User
81f58902eb
update copyright notice
2014-02-07 23:46:39 +00:00
Tinderbox User
37d8e0a445
newcopyrights
2014-02-07 23:30:41 +00:00
Tinderbox User
5f122b65e9
Merge branch 'master' of /proj/git/prod/bind9
2014-02-07 23:16:02 +00:00
Mark Andrews
fc9c44a8b0
move unreachable code inside #ifdef block
2014-02-08 09:49:03 +11:00
Mark Andrews
2870ee1fe5
use exit 255
2014-02-08 09:43:16 +11:00
Mark Andrews
404d7c966c
fix typo in comment
2014-02-08 09:37:32 +11:00
Tinderbox User
f6f53ae2e5
Merge branch 'master' of /proj/git/prod/bind9
2014-02-07 13:15:40 +00:00
Francis Dupont
c41d8a22ab
spelling
2014-02-07 13:40:44 +01:00
Mark Andrews
d896314990
remove dns_pkcs11.h
2014-02-07 23:19:08 +11:00
Tinderbox User
0cb06c3060
Merge branch 'master' of /proj/git/prod/bind9
2014-02-07 09:37:40 +00:00
Mark Andrews
6a47daef7e
#ifdef PF_ROUTE
2014-02-07 20:36:48 +11:00
Tinderbox User
da7337d1df
Merge branch 'master' of /proj/git/prod/bind9
2014-02-07 07:15:53 +00:00
Evan Hunt
c922131320
[master] update README
2014-02-06 22:54:38 -08:00
Mark Andrews
62ec9fd168
3733. [func] Improve interface scanning support. Interface
...
information will be automatically updated if the
OS supports routing sockets. Use
"automatic-interface-scan no;" to disable.
Add "rndc scan" to trigger a scan. [RT #23027 ]
2014-02-07 17:16:37 +11:00
Tinderbox User
8202437594
Merge branch 'master' of /proj/git/prod/bind9
2014-02-07 06:16:18 +00:00
Mark Andrews
0584ab7e9c
#include <isc/util.h>
2014-02-07 16:46:11 +11:00
Tinderbox User
20b801707f
Merge branch 'master' of /proj/git/prod/bind9
2014-02-07 04:16:23 +00:00
Evan Hunt
41e55d0403
[master] type mismatch in ODBC DLZ driver
...
3732. [contrib] Fixed a type mismatch causing the ODBC DLZ
driver to dump core on 64-bit systems. [RT #35324 ]
2014-02-06 20:05:25 -08:00
Evan Hunt
7983f6f77a
[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9
2014-02-06 19:41:48 -08:00
Evan Hunt
166341d554
[master] add no-case-compress
...
3731. [func] Added a "no-case-compress" ACL, which causes
named to use case-insensitive compression
(disabling change #3645 ) for specified
clients. (This is useful when dealing
with broken client implementations that
use case-sensitive name comparisons,
rejecting responses that fail to match the
capitalization of the query that was sent.)
[RT #35300 ]
2014-02-06 19:37:26 -08:00
Tinderbox User
3c8ad60843
Merge branch 'master' of /proj/git/prod/bind9
2014-02-07 02:15:44 +00:00
Tinderbox User
bbbf2e27d3
regen master
2014-02-07 02:03:45 +00:00
Mark Andrews
6b0dee6cd7
fix tag
2014-02-07 12:36:16 +11:00
Mark Andrews
9c8126d0c7
fix tag
2014-02-07 12:34:35 +11:00
Mark Andrews
11d8c966ea
fix closing tag
2014-02-07 12:26:16 +11:00
Tinderbox User
1b56acb9a1
Merge branch 'master' of /proj/git/prod/bind9
2014-02-07 01:16:02 +00:00
Mark Andrews
a928b54fa9
silence unused parameter
2014-02-07 11:47:32 +11:00