Mark Andrews
ccf2bb9626
remove bind9.c
2014-05-23 23:14:48 +10:00
Mark Andrews
ec1f5e6122
crc64.c and bind9.c are not part of 9.9.5
...
(cherry picked from commit 194c5f3acd )
2014-05-23 22:37:25 +10:00
Mark Andrews
6eff02f3bf
3860. [bug] ioctl(DP_POLL) array size needs to be determined
...
at run time as it is limited to {OPEN_MAX}.
[RT #35878 ]
(cherry picked from commit a569e1b321 )
2014-05-23 13:06:51 +10:00
Mark Andrews
466260b953
3857. [bug] Make it harder for a incorrect NOEDNS classification
...
to be made. [RT #36020 ]
2014-05-22 23:46:28 +10:00
Tinderbox User
18ae2b1347
update copyright notice
2014-05-21 23:46:07 +00:00
Mark Andrews
f1aa50ef44
remove unused assignment
...
(cherry picked from commit a771e8c154d85dea18c2ae77dbc082d197ba433a)
2014-05-22 00:57:35 +10:00
Mark Andrews
a86bb63d99
3855. [bug] Limit smoothed round trip time aging to no more than
...
once a second. [RT #32909 ]
(cherry picked from commit 0fe0789181 )
2014-05-21 11:09:56 +10:00
Mark Andrews
f0733857ce
3853. [cleanup] Refactor dns_rdataslab_fromrdataset to seperate out
...
the handling of a rdataset with no records. [RT #35968 ]
(cherry picked from commit 27b09ceb12 )
2014-05-20 11:38:29 +10:00
Mark Andrews
168ec78c63
3843. [protocol] Check EDNS EXPIRE option in dns_rdata_fromwire.
...
[RT #35969 ]
(cherry picked from commit ae5335dcd9d750312a4fa455495080fcb314b9d8)
2014-05-13 12:48:14 +10:00
Mark Andrews
116b26c9cc
suppress clang static analysis warning
...
(cherry picked from commit e188b84bc4 )
2014-05-11 10:48:35 +10:00
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