Mark Andrews
f4889a7491
cast to (unsigned long) to silence format warning
...
(cherry picked from commit d2a50c9ba8 )
2015-02-05 07:50:44 +11:00
Evan Hunt
6bd82ee4a5
[v9_10] avoid crash due to managed-key rollover
...
4053. [security] Revoking a managed trust anchor and supplying
an untrusted replacement could cause named
to crash with an assertion failure.
(CVE-2015-1349) [RT #38344 ]
2015-02-03 18:25:58 -08:00
Tinderbox User
18f1c5b304
regen v9_10
2015-02-04 01:08:20 +00:00
Tinderbox User
a45043e538
update copyright notice / whitespace
2015-02-03 23:46:54 +00:00
Tinderbox User
32302c8013
newcopyrights
2015-02-03 23:30:06 +00:00
Evan Hunt
039c916c48
[v9_10] clarify edns-udp-size doc
...
(cherry picked from commit 7267d1f335 )
2015-02-03 13:36:54 -08:00
Mukund Sivaraman
6ba6c73179
Update notes.xml for #38454
...
(cherry picked from commit e3e783a0e9 )
2015-02-03 12:08:17 +05:30
Mukund Sivaraman
718b30d039
Fix a leak of query fetchlock ( #38454 )
...
4052. [bug] Fix a leak of query fetchlock. [RT #38454 ]
(cherry picked from commit 4eefa351cc )
2015-02-03 11:47:44 +05:30
Mukund Sivaraman
ed436982c5
Fix a leak of pthread_mutexattr_t ( #38454 )
...
4051. [bug] Fix a leak of pthread_mutexattr_t. [RT #38454 ]
(cherry picked from commit fe12a8f107 )
Conflicts:
CHANGES
2015-02-03 11:47:21 +05:30
Tinderbox User
7c8189712b
update copyright notice / whitespace
2015-01-30 23:45:46 +00:00
Tinderbox User
4e06940d7b
newcopyrights
2015-01-30 23:30:05 +00:00
Mark Andrews
8c59d8f17a
4049. [bug] CDS and CDNSKEY had the wrong attributes. [RT #38491 ]
...
(cherry picked from commit e77ef50a57 )
2015-01-30 21:49:23 +11:00
Tinderbox User
82b5996b64
update copyright notice / whitespace
2015-01-29 23:45:48 +00:00
Tinderbox User
55a0253d6c
newcopyrights
2015-01-29 23:30:05 +00:00
Mark Andrews
93a8e57df1
copy COPYRIGHT and OpenSSL Licence to Build\Release
2015-01-29 14:36:40 +11:00
Mark Andrews
1829b78a8d
4048. [bug] adb hash table was not being grown. [RT #38470 ]
...
(cherry picked from commit 4b36b9c1ff )
2015-01-29 11:51:25 +11:00
Tinderbox User
d0c7c4694d
regenerate
2015-01-26 19:13:27 +00:00
Tinderbox User
788d6fa8fb
regen v9_10
2015-01-23 01:08:32 +00:00
Tinderbox User
1bf1157d72
update copyright notice / whitespace
2015-01-22 23:45:54 +00:00
Tinderbox User
3883755be9
newcopyrights
2015-01-22 23:30:12 +00:00
Evan Hunt
7389013151
[v9_10] bump mapapi (dns_rbtnode has changed)
2015-01-22 11:32:23 -08:00
Evan Hunt
2826029732
[v9_10] fixed library version reporting
...
- forgot to include a CHANGES note
- disabled on windows (it fails to link)
2015-01-22 11:18:37 -08:00
Tinderbox User
051d488aef
regenerate
2015-01-22 18:39:57 +00:00
Evan Hunt
d17847d30d
[v9_10] prep 9.10.2rc1
2015-01-22 10:35:49 -08:00
Evan Hunt
865621b742
[v9_10] fix 'total use' accounting
...
4046. [bug] Accounting of "total use" in memory context
statistics was not correct. [RT #38370 ]
2015-01-22 09:46:28 -08:00
Evan Hunt
6cb3753654
[v9_10] silence warning
2015-01-22 09:07:57 -08:00
Mark Andrews
9b02bf01a1
4045. [bug] Skip to next master on dns_request_createvia4 failure.
...
[RT #25185 ]
(cherry picked from commit 875574f1e4 )
2015-01-22 15:57:16 +11:00
Tinderbox User
e48e2d8638
regen v9_10
2015-01-22 01:08:28 +00:00
Tinderbox User
3a0e7f5300
update copyright notice / whitespace
2015-01-21 23:45:50 +00:00
Tinderbox User
b99f7bf9b7
Merge branch 'v9_10' of /proj/git/prod/bind9 into v9_10
2015-01-21 23:45:31 +00:00
Evan Hunt
50b5bbcb11
[v9_10] typos
2015-01-21 15:42:25 -08:00
Mark Andrews
8fdd3e31d6
4044. [bug] Change 3955 was not complete resulting is a assertion
...
failure is the timing was just right. [RT #38352 ]
(cherry picked from commit 17dc146c7c )
2015-01-22 10:39:18 +11:00
Tinderbox User
f53c2be77a
newcopyrights
2015-01-21 23:30:07 +00:00
Evan Hunt
ce85d3132e
[v9_10] oops, semicolons were still wrong
2015-01-21 11:43:56 -08:00
Evan Hunt
20377516b6
[v9_10] reformat response-policy grammar
...
There was an overly long line that ran off the end of the
page in the PDF; also missing semicolons and close brace.
2015-01-21 11:19:33 -08:00
Mark Andrews
fa5be051ae
4042. [bug] zone.c:iszonesecure was being called too late.
...
[RT #38371 ]
(cherry picked from commit 22e3e00ac9 )
2015-01-21 13:19:19 +11:00
Mark Andrews
8cb74cf1b1
(cherry picked from commit 83b9e799df)
2015-01-21 13:08:57 +11:00
Tinderbox User
3817256ab9
update copyright notice / whitespace
2015-01-20 23:47:01 +00:00
Evan Hunt
a9034405a0
[v9_10] more windows VS14 compatibility work
...
(completes change #3987 )
2015-01-20 15:46:00 -08:00
Tinderbox User
cb1ee51970
newcopyrights
2015-01-20 23:30:19 +00:00
Evan Hunt
1ef4faabd5
[v9_10] clean up gcc -Wshadow warnings
...
4039. [cleanup] Cleaned up warnings from gcc -Wshadow. [RT #37381 ]
2015-01-20 13:43:35 -08:00
Mark Andrews
f9ef9ca233
4038. [bug] Add 'rpz' flag to node and use it to determine whether
...
to call dns_rpz_delete. This should prevent unbalanced
add / delete calls. [RT #36888
(cherry picked from commit cc0a48a381 )
2015-01-20 16:58:15 +11:00
Mark Andrews
4b499125a9
4037. [bug] also-notify was ignoring the tsig key when checking
...
for duplicates resulting in some expected notify
messages not being sent. [RT #38369 ]
(cherry picked from commit f8eb4e5bfd )
2015-01-20 16:46:06 +11:00
Evan Hunt
a7763db2e0
[v9_10] remove a potentially misleading log message
2015-01-19 20:15:24 -08:00
Mukund Sivaraman
1721fb782c
Close FILEs before overwriting NZF file ( #38332 )
...
Based on a patch sent in by Tony Finch <dot@dotat.at>.
2015-01-16 15:37:09 +05:30
Tinderbox User
534f45eecf
update copyright notice / whitespace
2015-01-14 23:45:49 +00:00
Tinderbox User
fba62a46d8
newcopyrights
2015-01-14 23:30:06 +00:00
Tony Finch
94f84083e4
doc: ignore and clean up isc-notes-html.xsl
...
(cherry picked from commit eb4221895f )
Conflicts:
doc/xsl/.gitignore
2015-01-14 17:27:15 +05:30
Tinderbox User
37cff9600e
regen v9_10
2015-01-14 01:08:26 +00:00
Tinderbox User
fcdfeaa0c2
update copyright notice / whitespace
2015-01-13 23:45:46 +00:00