Mark Andrews
28f0e82bea
3838. [protocol] EDNS EXPIRE as been assigned a code point of 9.
2014-05-09 12:09:54 +10:00
Tinderbox User
853c451dc5
update copyright notice
2014-05-08 23:46:02 +00:00
Mark Andrews
2fd5f9a326
s/DNS_EDNSOPTIONS/DNS_EDNSOPTIONS/
...
(cherry picked from commit 801b958a5c )
2014-05-08 11:43:45 +10:00
Mark Andrews
375dac22e4
define DNS_OPT_EDNSOPTIONS
...
(cherry picked from commit 72ba6ba736 )
2014-05-08 11:39:56 +10:00
Tinderbox User
f74c892d50
update copyright notice
2014-05-07 23:46:06 +00:00
Mark Andrews
9c9775353e
3841. [cleanup] Refactor zone.c:add_opt to use dns_message_buildopt.
...
[RT #35924 ]
(cherry picked from commit faa01edd13 )
2014-05-08 09:39:28 +10:00
Evan Hunt
a3b3557f6f
[v9_9] check for arc4random_addrandom()
...
3840. [port] Check for arc4random_addrandom() before using it;
it's been removed from OpenBSD 5.5. [RT #35907 ]
(cherry picked from commit 1ea6e09c37 )
2014-05-07 08:58:54 -07:00
Tinderbox User
ed32138fe7
update copyright notice
2014-05-02 23:46:00 +00:00
Mark Andrews
b9d7857d16
3836. [bug] Address C++ keyword usage in header file.
...
(cherry picked from commit dd820d8fd2 )
2014-05-02 11:36:12 +10:00
Mark Andrews
daf8905bc3
add keyboard.h [RT #35887 ]
...
(cherry picked from commit c25d9da3f1 )
2014-05-02 10:19:48 +10:00
Mark Andrews
854e0dc55b
silence clang compiler warnings
...
(cherry picked from commit d26c36b1d9 )
2014-05-02 10:03:23 +10:00
Mark Andrews
13d9cbac4e
silence NULL pointer dereference warning
...
(cherry picked from commit 4442141672 )
2014-05-01 14:31:33 +10:00
Mark Andrews
5f19d979cd
3834. [bug] The re-signing heaps were not being updated soon enough
...
leading to multiple re-generations of the same RRSIG
when a zone transfer was in progress. [RT #35273 ]
(cherry picked from commit 5d739300d1 )
2014-04-30 11:58:37 +10:00
Tinderbox User
6ec060a1f9
update copyright notice
2014-04-29 23:46:03 +00:00
Evan Hunt
6ffed98d1e
[v9_9] use-after-free in isc_radix_remove()
...
3826. [bug] Corrected a use-after-free in isc_radix_remove().
(This function is not used in BIND, but could have
caused problems in programs linking to libisc.)
[RT #35870 ]
(cherry picked from commit 3e5743068c )
2014-04-29 15:22:16 -07:00
Mark Andrews
2fbed97055
3825. [bug] Address sign extension bug in isc_regex_validate.
...
[RT #35758 ]
(cherry picked from commit c11e46110b )
2014-04-29 14:36:37 +10:00
Evan Hunt
7939308755
[v9_9] SIT/max-cache-size flag collision
...
3824. [bug] A collision between two flag values could cause
problems with cache cleaning when SIT was enabled.
[RT #35858 ]
(cherry picked from commit e01fbe2a45 )
2014-04-29 11:28:11 +10:00
Tinderbox User
c7e4eb88a9
update copyright notice
2014-04-25 23:46:01 +00:00
Mark Andrews
f49e47739c
additional places:
...
3818. [bug] Stop lying to the optimizer that 'void *arg' is a
constant in isc_event_allocate.
(cherry picked from commit 39b5269577 )
2014-04-25 12:21:15 +10:00
Mark Andrews
71b15f9362
additional changes for:
...
3818. [bug] Stop lying to the optimizer that 'void *arg' is a
constant in isc_event_allocate.
2014-04-25 12:12:40 +10:00
Tinderbox User
1f841fabd2
update copyright notice
2014-04-24 23:46:02 +00:00
Mark Andrews
c10c7ddb6e
3819. [bug] NSEC3 hashes need to be able to be entered and
...
displayed without padding. This is not a issue for
currently defined algorithms but may be for future
hash algorithms. [RT #27925 ]
(cherry picked from commit 36e5ac0033 )
2014-04-24 19:12:08 +10:00
Mark Andrews
336c54e9ac
3818. [bug] Stop lying to the optimizer that 'void *arg' is a
...
constant in isc_event_allocate.
(cherry picked from commit e916c4f840 )
2014-04-24 13:44:48 +10:00
Mark Andrews
27cf9fea54
make days a const
...
(cherry picked from commit 974fb3a9c5 )
2014-04-24 13:16:43 +10:00
Francis Dupont
78a30f613f
fix char sign extension [ #35743 ]
...
(cherry picked from commit c80fef792a )
2014-04-14 09:13:17 +10:00
Mark Andrews
34c6d20fe3
sort
...
(cherry picked from commit 51af0a72ad )
2014-04-08 10:44:01 +10:00
Mark Andrews
e53cc6ac4c
keyboard.h
...
(cherry picked from commit 2d1c1ee28a )
2014-04-08 10:39:37 +10:00
Mark Andrews
81697d5d7a
order.h
...
(cherry picked from commit c7bd423cec )
2014-04-08 10:38:44 +10:00
Evan Hunt
af35d10c68
[v9_9] fix race
...
3804. [bug] Corrected a race condition in dispatch.c in which
portentry could be reset leading to an assertion
failure in socket_search(). (Change #3708
addressed the same issue but was incomplete.)
[RT #35128 ]
(cherry picked from commit 38c3ed154a )
2014-04-07 13:54:52 -07:00
Tinderbox User
238d74b059
update copyright notice
2014-04-04 23:45:33 +00:00
Mark Andrews
7908a238dd
3802. [bug] Various header files were not being installed
...
(cherry picked from commit 866606b9c7 )
2014-04-04 22:06:24 +11:00
Evan Hunt
99d8ef6cd4
[v9_9] fix gssapi probing on freebsd
...
3801. [port] Fix probing for gssapi support on FreeBSD. [RT #35615 ]
(cherry picked from commit f0e9d6e905 )
2014-04-03 19:56:01 -07:00
Mukund Sivaraman
8da4c8daec
3795. [bug] Make named-checkconf detect raw masterfiles for
...
hint zones and reject them. [RT #35268 ]
Squashed commit of the following:
commit 5b0254711d6b77940d6217b9131b9d401df8a866
Author: Mukund Sivaraman <muks@isc.org >
Date: Fri Mar 28 02:09:01 2014 +0530
Remove redundant helper function
commit a4341c1a2ba830c8cee1def57a533f987f67c3dc
Author: Mark Andrews <marka@isc.org >
Date: Thu Jan 30 10:08:17 2014 +1100
error out if masterfile-format raw is specified for a hint zone.
(cherry picked from commit ef9334d745 )
2014-03-31 04:59:47 +05:30
Tinderbox User
24356993e3
update copyright notice
2014-03-29 23:45:28 +00:00
Mark Andrews
85fb175958
3794. [maint] Added AAAA for C.ROOT-SERVERS.NET.
...
(cherry picked from commit 6ffa8fcf76 )
2014-03-29 10:30:53 +11:00
Tinderbox User
ed05579879
update copyright notice
2014-03-27 23:45:30 +00:00
Mark Andrews
caf94c7fbe
fix typo in comment
...
(cherry picked from commit 6d5740075b )
2014-03-27 18:22:06 +11:00
Mark Andrews
93b1293085
missing braces
2014-03-27 13:34:49 +11:00
Mark Andrews
a1a0be12f2
sigprocmask sets errno on error
...
(cherry picked from commit 1fa64087e7 )
2014-03-27 12:34:26 +11:00
Evan Hunt
37646bc4fe
[v9_9] fix possible assertion in save_nsec3param()
...
3793. [bug] zone.c:save_nsec3param() could assert when out of
memory. [RT #35621 ]
(cherry picked from commit bbd5c0ab33 )
2014-03-26 13:12:55 -07:00
Mark Andrews
734cac1178
silence clang compiler warnings
...
(cherry picked from commit c1f26bd63c )
2014-03-26 16:21:48 +11:00
Tinderbox User
0cda4c5638
update copyright notice
2014-03-19 23:45:28 +00:00
Mark Andrews
33a7161d27
3791. [bug] solaris: remove extraneous return. [RT #35589 ]
2014-03-20 07:40:29 +11:00
Evan Hunt
52cbef6c95
[v9_9] skip unnecesary also-notify data
...
3713. [bug] Save memory by not storing "also-notify" addresses
in zone objects that are configured not to send
notify requests. [RT #35195 ]
(cherry picked from commit e45d0508c3 )
2014-03-14 10:57:51 -07:00
Mark Andrews
5ca8e16412
install context.h dnsconf.h; resconf.h types.h were not being installed when cross compiling
...
(cherry picked from commit 8058292627 )
2014-03-14 11:43:00 +11:00
Evan Hunt
860eadb994
[v9_9] check allow-update in view/options
...
3787. [bug] The code that checks whether "auto-dnssec" is
allowed was ignoring "allow-update" ACLs set at
the options or view level. [RT #29536 ]
(cherry picked from commit 22e29471c7 )
2014-03-12 21:39:31 -07:00
Evan Hunt
eed5fb6967
[v9_9] fix possible uninitialized variable
2014-03-10 20:55:42 -07:00
Tinderbox User
763af93d29
update copyright notice
2014-03-10 23:45:29 +00:00
Evan Hunt
1db5accb1e
[v9_9] fix negative numbers in $GENERATE
...
3780. [bug] $GENERATE handled negative numbers incorrectly.
[RT #25528 ]
(cherry picked from commit 7b46a4aa41 )
2014-03-10 11:57:36 -07:00
Evan Hunt
240614c334
[v9_9] clarify error
...
3779. [cleanup] Clarify the error message when using an option
that was not enabled at compile time. [RT #35504 ]
2014-03-07 16:00:46 -08:00