Mark Andrews
cc38fe32c0
4104. [bug] Address uninitialized elements. [RT #39252 ]
...
(cherry picked from commit f1a261ba2d )
2015-04-17 14:06:53 +10:00
Francis Dupont
1648365e62
fixed test == bugs for PYTHON
2015-04-17 05:06:06 +02:00
Mark Andrews
39ad068359
use awk for line count rather that wc -l which may space pad
...
(cherry picked from commit e834b30f7c )
2015-04-16 12:18:15 +10:00
Tinderbox User
c09508cf70
regen v9_10
2015-04-16 01:08:45 +00:00
Tinderbox User
e4654e78e1
update copyright notice / whitespace
2015-04-15 23:45:50 +00:00
Tinderbox User
b26a2e329b
newcopyrights
2015-04-15 23:30:06 +00:00
Evan Hunt
c0605a1d5a
[v9_10] use after free in resquery_destroy()
...
4102. [bug] Fix a use after free bug introduced in change
#4094 . [RT #39281 ]
2015-04-15 15:38:38 -07:00
Evan Hunt
094d578993
[v9_10] fix +split and +rrcomments with dig +short
...
4101. [bug] dig: the +split and +rrcomments options didn't
work with +short. [RT #39291 ]
2015-04-15 10:01:41 -07:00
Mark Andrews
ac32e1aa03
4100. [bug] Inherited owernames on the line immediately following
...
a $INCLUDE were not working. [RT #39268 ]
(cherry picked from commit c855e7170a )
2015-04-15 12:50:39 +10:00
Mark Andrews
d48dec46f2
4099. [port] clang: make unknown commandline options hard errors
...
when determining what options are supported.
[RT #39273 ]
(cherry picked from commit e840f92bfb )
2015-04-15 12:40:17 +10:00
Mark Andrews
2f088f0896
4098. [bug] Address use-after-free issue when using a
...
predecessor key with dnssec-settime. [RT #39272 ]
(cherry picked from commit bc8f82492d )
2015-04-15 12:33:52 +10:00
Tinderbox User
c4bf958afb
update copyright notice / whitespace
2015-04-14 23:45:47 +00:00
Tinderbox User
60cd6835d4
newcopyrights
2015-04-14 23:30:08 +00:00
Mukund Sivaraman
6065cb0858
Add additional logging about xfrin transfer status ( #39170 )
...
(cherry picked from commit ac31adc3b7 )
2015-04-14 12:22:24 +05:30
Mukund Sivaraman
7f2b905c81
Don't use query->sendevent after it's been destroyed ( #39132 )
...
(cherry picked from commit 2c4d5faf7f )
2015-04-13 15:07:27 +05:30
Mark Andrews
5c052b2f58
4095. [bug] zone->options2 was not being properly initalized.
...
[RT #39228 ]
(cherry picked from commit 54fe1d05b6 )
2015-04-11 08:04:34 +10:00
Tinderbox User
abd1513c63
regen v9_10
2015-04-09 01:08:56 +00:00
Evan Hunt
289ff24e2d
[v9_10] hold a reference on fetch context during query
...
4094. [bug] A race during shutdown or reconfiguration could
cause an assertion in mem.c. [RT #38979 ]
(cherry picked from commit 2cfe85e6ee33ec97102b6e2e80c86f827bba8594)
2015-04-08 14:34:10 -07:00
Tinderbox User
5058bdb645
regen v9_10
2015-04-08 01:09:02 +00:00
Tinderbox User
c97b1a80ee
update copyright notice / whitespace
2015-04-07 23:45:50 +00:00
Tinderbox User
e5c41089d7
newcopyrights
2015-04-07 23:30:10 +00:00
Evan Hunt
1c13a150ed
[v9_10] dig can now learn the SIT value when retrying
...
4093. [func] Dig now learns the SIT value from truncated
responses when it retries over TCP. [RT #39047 ]
2015-04-06 23:18:27 -07:00
Mark Andrews
3dbd0b7da5
4092. [bug] 'in-view' didn't work for zones beneath a empty zone.
...
[RT #39173 ]
(cherry picked from commit febb020dce )
2015-04-07 13:22:20 +10:00
Tinderbox User
306c1eb38d
regen v9_10
2015-04-07 01:08:54 +00:00
Evan Hunt
0b6dfb95ee
[v9_10] minor doc fixes
2015-04-06 13:48:48 -07:00
Tinderbox User
0a775763af
sync
2015-04-03 01:04:58 +00:00
Tinderbox User
5fa800e702
update copyright notice / whitespace
2015-03-27 23:45:49 +00:00
Tinderbox User
b171929903
newcopyrights
2015-03-27 23:30:10 +00:00
Mukund Sivaraman
8bf3c4972b
Some cleanups in isc mem code ( #38896 )
...
(cherry picked from commit fba894c98b )
2015-03-28 00:06:34 +05:30
Mukund Sivaraman
ffc5d17ea8
Fix a crash while parsing malformed CAA RRs in presentation format ( #39003 )
...
(cherry picked from commit f9f81abff0 )
2015-03-27 10:34:06 +05:30
Tinderbox User
06ea857da1
newcopyrights
2015-03-25 23:30:07 +00:00
Evan Hunt
9b61dd0ae8
[v9_10] updated contrib/README
2015-03-25 13:12:26 -05:00
Mukund Sivaraman
76d6b3c544
Send notifies immediately for slave zones during startup ( #38843 )
...
(cherry picked from commit 9a7532f836 )
2015-03-25 12:46:39 +05:30
Tinderbox User
2fa25cdb19
update copyright notice / whitespace
2015-03-23 23:45:47 +00:00
Tinderbox User
11355388f7
newcopyrights
2015-03-23 23:30:08 +00:00
Mark Andrews
0a8db1048c
@ISC_OPENSSL_INC@ needs to not be by itself
...
(cherry picked from commit a5885354413d503105521b7bf4cd603927f81814)
2015-03-24 07:54:45 +11:00
Evan Hunt
582bd9d5a4
[v9_10] fixed build errors with libressl
...
4088. [port] Fixed errors when building with libressl. [RT #38899 ]
2015-03-23 13:35:26 -05:00
Mukund Sivaraman
ac1ccdd323
Fix a crash due to use-after-free ( #38495 )
...
(cherry picked from commit ebeb4b3e09 )
2015-03-18 06:43:33 +05:30
Mark Andrews
05bae3f352
spelling
2015-03-18 09:35:27 +11:00
Tinderbox User
c019679b32
update copyright notice / whitespace
2015-03-16 23:45:45 +00:00
Tinderbox User
967b62a9cf
newcopyrights
2015-03-16 23:30:09 +00:00
Mukund Sivaraman
d5fc01df13
Fix out-of-srcdir build with native pkcs11 ( #38831 )
...
(cherry picked from commit 642e4ac70d )
2015-03-16 14:11:38 +05:30
Francis Dupont
9b525c672a
update VS last version
2015-03-14 15:46:53 +01:00
Tinderbox User
327ff9a0a4
regen v9_10
2015-03-11 01:08:28 +00:00
Mark Andrews
5e8cc6e868
Add warning about configuration inheritence with in-view
...
(cherry picked from commit 7b52254bf3 )
2015-03-11 10:43:34 +11:00
Evan Hunt
0d3d91ef3a
[v9_10] fix CHANGES numbers
2015-03-09 18:48:54 -07:00
Mark Andrews
715f98823b
4095. [bug] ISC_PLATFORM_HAVEXADDQ could be inconsistently set.
...
[RT #38828 ]
(cherry picked from commit 77b179cbbe )
2015-03-09 23:07:49 +11:00
Mukund Sivaraman
26406f9997
Fix a possible race in updating stats counters ( #38826 )
...
and do some other isc mem cleanups.
(cherry picked from commit 24f2cc7d06 )
Conflicts:
CHANGES
2015-03-09 11:00:43 +05:30
Mukund Sivaraman
c203b9040a
Fix -Wshadow warnings ( #38762 )
...
These happen due to ntohs()/htons() macro expansion in glibc.
(cherry picked from commit f5a62d97e3 )
2015-03-09 09:37:16 +05:30
Tinderbox User
b538882cb3
regen v9_10
2015-03-05 01:08:21 +00:00