Tinderbox User
9897222d78
update copyright notice
2014-03-04 23:45:33 +00:00
Evan Hunt
0ed727f405
[v9_9] use ANSI prototypes, clean up some casts
...
(cherry picked from commit b454c03196 )
2014-03-04 10:48:05 -08:00
Tinderbox User
caff862183
regen v9_9
2014-02-28 01:16:27 +00:00
Evan Hunt
8d4d4c8eb8
[v9_9] fix possible rndc secroots crash
...
3765. [bug] Fixed a bug in "rndc secroots" that could crash
named when dumping an empty keynode. [RT #35469 ]
(cherry picked from commit 1aced7b870 )
2014-02-27 16:43:32 -08:00
Tinderbox User
a01848c1cf
update copyright notice
2014-02-27 23:45:39 +00:00
Evan Hunt
18482891e3
[v9_9] correct dates in man pages
2014-02-27 11:45:43 -08:00
Mark Andrews
6c90e655bf
3761. [bug] Address dangling reference bug in dns_keytable_add.
...
[RT #35471 ]
(cherry picked from commit 96c17c5ecb )
2014-02-27 16:56:39 +11:00
Mark Andrews
ee20dec8dc
#include <inttypes.h>
2014-02-27 11:58:43 +11:00
Evan Hunt
57f8e1e386
[v9_9] enable windows python tools
...
3757. [port] Enable Python tools (dnssec-coverage,
dnssec-checkds) to run on Windows. [RT #34355 ]
(cherry picked from commit 3a01ded15d )
2014-02-26 08:47:25 -08:00
Tinderbox User
37a0c7bd43
update copyright notice
2014-02-24 23:45:46 +00:00
Mark Andrews
f1fc30125e
3756. [bug] GSSAPI Kerberos realm checking was broken in
...
check_config leading to spurious messages being
logged. [RT #35443 ]
(cherry picked from commit 0072ae822d )
2014-02-24 12:16:58 +11:00
Francis Dupont
b73c17377c
more missing WIN32 docs
2014-02-22 02:59:34 +01:00
Mark Andrews
e8105d6310
3753. [bug] allow-notify was ignoring keys. [RT #35425 ]
...
(cherry picked from commit edd82b2ce2 )
2014-02-21 00:10:58 +11:00
Evan Hunt
314b626e20
[v9_9] fix dns_resolver_destroyfetch race
...
3747. [bug] A race condition could lead to a core dump when
destroying a resolver fetch object. [RT #35385 ]
(cherry picked from commit 7f5bdf7f40 )
2014-02-18 23:32:41 -08:00
Mark Andrews
d659c5dac1
3743. [bug] delegation-only flag wasn't working in forward zone
...
declarations despite being documented. This is
needed to support turning off forwarding and turning
on delegation only at the same name. [RT #35392 ]
(cherry picked from commit 38eabfcee7 )
2014-02-18 10:16:26 +11:00
Mark Andrews
76b2abc0b4
#include <isc/string.h>
...
(cherry picked from commit 823eadf26d )
2014-02-17 12:23:09 +11:00
Tinderbox User
2ef658bd75
update copyright notice
2014-02-14 23:45:48 +00:00
Evan Hunt
547fe6d764
[v9_9] updated published drafts
2014-02-14 08:54:25 -08:00
Tinderbox User
4b3033fd16
update copyright notice
2014-02-12 23:45:50 +00:00
Mark Andrews
8e30a7e9fd
3737. [bug] 'rndc retransfer' could trigger a assertion failure
...
with inline zones. [RT #35353 ]
2014-02-13 08:54:51 +11:00
Evan Hunt
1a58baf293
[v9_9] 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 ]
(cherry picked from commit 842a3e6d0e )
2014-02-11 21:30:17 -08:00
Tinderbox User
6e1a48501e
update copyright notice
2014-02-07 23:45:57 +00:00
Evan Hunt
c2d3d0eda5
[v9_9] 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 ]
(cherry picked from commit 166341d554 )
2014-02-06 19:42:39 -08:00
Evan Hunt
d0fad28c72
[v9_9] report T_SKIPPED from t_dst
...
(cherry picked from commit dd19c1a352 )
2014-02-06 16:22:29 -08:00
Evan Hunt
a9eb392c55
[v9_9] testcrypto.sh in system tests
...
3714. [test] System tests that need to test for cryptography
support before running can now use a common
"testcrypto.sh" script to do so. [RT #35213 ]
2014-02-06 16:10:03 -08:00
Evan Hunt
b603c50553
[v9_9] fixed win32 dig problem
...
3724. [bug] win32: Fixed a bug that prevented dig and
host from exiting properly after completing
a UDP query. [RT #35288 ]
(cherry picked from commit a8cdf2a2e7 )
2014-02-04 12:02:54 -08:00
Evan Hunt
f48c053bb5
[v9_9] silence coverity warnings
...
- remove dead code in server.c
- initialize a struct tm.c
(cherry picked from commit 48def18179 )
2014-01-31 09:40:11 -08:00
Mark Andrews
66a97b2000
#include <inttypes.h>
2014-01-31 22:42:17 +11:00
Evan Hunt
fd780a9c39
[v9_9] add stdint.h
2014-01-31 00:06:03 -08:00
Tinderbox User
f148939b08
update copyright notice
2014-01-30 23:45:43 +00:00
Tinderbox User
75c96a1a40
update copyright notice
2014-01-29 23:45:44 +00:00
Mark Andrews
52f0c7ba83
3720. [bug] Address compiler warnings. [RT #35261 ]
...
(cherry picked from commit 63add83a26 )
2014-01-30 10:33:52 +11:00
Mark Andrews
5731197d08
3719. [bug] Address memory leak in in peer.c. [RT #35255 ]
...
(cherry picked from commit 75d747e1c5 )
2014-01-30 07:55:25 +11:00
Mark Andrews
017451c87b
3718. [bug] A missing ISC_LINK_INIT in log.c. [RT #35260 ]
...
(cherry picked from commit fbc0e37e0c )
Conflicts:
CHANGES
2014-01-30 07:45:33 +11:00
Tinderbox User
c5917963bc
update copyright notice
2014-01-27 23:45:47 +00:00
Mark Andrews
736db05eb6
doxygen markup
...
(cherry picked from commit bc28371004d70b17f0ca872da8bd84e70591eaf4)
2014-01-28 09:13:06 +11:00
Tinderbox User
afbf97392d
update copyright notice
2014-01-24 23:45:45 +00:00
Evan Hunt
f0f4bda44a
[v9_9] correct copyrights and attributions
...
see RT #35423 for details; highlights:
- remove license clauses 3 and 4 from NetBSD code
- remove advertising clause from historical BSD code
2014-01-24 09:51:53 -08:00
Mark Andrews
928163b7d9
remove src files not available for 'make depend'
2014-01-22 10:48:42 +11:00
Tinderbox User
91e8058ab5
update copyright notice
2014-01-21 23:45:43 +00:00
Mark Andrews
ded0ff274b
s/gai_sterror.c/gai_strerror.c/
...
(cherry picked from commit 395a4c7f6f )
2014-01-22 10:11:23 +11:00
Evan Hunt
571c5eeb19
[v9_9] remove unnecessary test in name.c
2014-01-20 17:59:14 -08:00
Evan Hunt
e5f3300a39
[v9_9] prep 9.9.5rc2
2014-01-16 18:58:09 -08:00
Mark Andrews
7ff6680c5a
cast to unsigned char
...
(cherry picked from commit 64819a98a9 )
2014-01-16 11:46:57 +11:00
Tinderbox User
b94f70ab8d
update copyright notice
2014-01-15 23:45:46 +00:00
Mark Andrews
bf96f5fe38
initalize ret
...
(cherry picked from commit 636c2f488c )
2014-01-16 09:23:36 +11:00
Evan Hunt
181b35c220
[v9_9] typo
2014-01-15 11:18:22 -08:00
Evan Hunt
0067977a3c
[v9_9] address compiler warnings
2014-01-15 09:39:48 -08:00
Mark Andrews
05f59e68ad
add tm.c tm.@O@
2014-01-15 20:10:50 +11:00
Evan Hunt
6f3e1f7dbe
[v9_9] portable strptime/timegm
...
3709. [port] Use built-in versions of strptime() and timegm()
on all platforms to avoid portability issues.
[RT #35183 ]
2014-01-14 23:17:21 -08:00