Mark Andrews
810fdbe4e7
use %u instead of %d
2018-02-16 18:30:18 +11:00
Mark Andrews
f6e83e4108
use %u instead of %d
2018-02-16 18:30:18 +11:00
Mark Andrews
9d061a7864
use %u instead of %d
2018-02-16 18:29:17 +11:00
Mark Andrews
a6f0a302ea
case to unsigned; reorder expression
2018-02-16 18:25:33 +11:00
Mark Andrews
fd0877d294
simplify expression
2018-02-16 18:23:12 +11:00
Mark Andrews
ef0fb20613
use %u and preserve unsigned property
2018-02-16 18:23:11 +11:00
Mark Andrews
6cc168d6d4
cast to unsigned
2018-02-16 18:17:59 +11:00
Mark Andrews
bc7adce774
preserve unsigned property
2018-02-16 18:17:59 +11:00
Mark Andrews
5ae3eb3cfb
make both arguments of & unsigned
2018-02-16 18:17:59 +11:00
Mark Andrews
13421f89a2
shift unsigned (~0U) rather than signed (~0) contant
2018-02-16 18:16:48 +11:00
Mark Andrews
1bc27d6b26
use %u instead of %d
2018-02-16 18:16:48 +11:00
Mark Andrews
f693b488e1
unsigned constants
2018-02-16 18:15:21 +11:00
Mark Andrews
fe9ab35df1
unsigned constants
2018-02-16 18:13:08 +11:00
Mark Andrews
b6e6160df8
use %u instead of %d
2018-02-16 18:10:41 +11:00
Mark Andrews
606aa56e4f
use %u instead of %d
2018-02-16 18:10:41 +11:00
Mark Andrews
131d4c873e
use %u instead of %d
2018-02-16 18:08:58 +11:00
Mark Andrews
b3d10f1a43
use %u instead of %d
2018-02-16 18:06:58 +11:00
Mark Andrews
922ada36b5
formally cast to int; use %u instead of %d
2018-02-16 18:05:01 +11:00
Mark Andrews
726eaefd3e
formally cast to int
2018-02-16 18:05:01 +11:00
Evan Hunt
ff9f94f78a
[v9_9] prep 9.9.12rc1
2018-02-15 11:20:01 -08:00
Evan Hunt
8ac589acc5
[rt43670] more emphatic warning
2018-02-09 12:29:29 +11:00
Mark Andrews
11221a5504
4889. [func] Warn about the use of old root keys without the new
...
root key being present. Warn about dlv.isc.org's
key being present. Warn about both managed and
trusted root keys being present. [RT #43670 ]
(cherry picked from commit baef0ca988 )
2018-02-09 12:16:30 +11:00
Tinderbox User
af6854e060
update copyright notice / whitespace
2018-02-08 23:53:55 +00:00
Mark Andrews
e004a9a491
[v9_9] fix nsupdate test on windows
...
4888. [test] Initialize sockets correctly in sample-update so
that nsupdate system test will will run on Windows.
[RT #47097 ]
(cherry picked from commit 6757dc6488 )
2018-02-08 13:36:44 -08:00
Mark Andrews
676dafa28c
add IgnoreImportLibrary
2018-02-08 18:30:37 +11:00
Tinderbox User
0cba4c94d4
update copyright notice / whitespace
2018-02-07 23:52:52 +00:00
Mark Andrews
274b1ae55a
4885. [security] update-policy rules that otherwise ignore the name
...
field now require that it be set to "." to ensure
that any type list present is properly interpreted.
[RT #47126 ]
(cherry picked from commit ec771bbdc8 )
2018-02-07 13:51:05 +11:00
Tinderbox User
1cbeda829d
update copyright notice / whitespace
2018-01-30 23:50:48 +00:00
Mark Andrews
e1994f4fd9
4882. [bug] Address potential memory leak in
...
dns_update_signaturesinc. [RT #47084 ]
(cherry picked from commit 7817caa3c7 )
2018-01-30 15:29:41 +11:00
Mark Andrews
7e6d7232c7
4879. [bug] dns_rdata_caa:value_len is was small. [RT #47086 ]
...
(cherry picked from commit 3ae586b857 )
2018-01-30 11:01:02 +11:00
Tinderbox User
763a9ad41f
update copyright notice / whitespace
2018-01-24 23:49:40 +00:00
Evan Hunt
7fe379bf51
[v9_9] change uint to isc_uint
2018-01-24 11:02:45 -08:00
Evan Hunt
0712192947
[v9_9] update 9.11 api range
2018-01-24 10:24:48 -08:00
Evan Hunt
00947bf45d
[v9_9] prep 9.9.12b1
2018-01-24 10:15:30 -08:00
Evan Hunt
12edba1c1b
[v9_9] copyrights
2018-01-24 09:53:05 -08:00
Mark Andrews
cc30c2c06a
4876. [bug] Address deadlock with accessing a keytable. [RT #47000 ]
2018-01-24 21:43:52 +11:00
Mark Andrews
54945751e2
4874. [bug] Wrong time display when reporting new keywarntime.
...
[RT #47042 ]
(cherry picked from commit 83d005de61 )
2018-01-24 08:01:17 +11:00
Tinderbox User
0478b1d205
update copyright notice / whitespace
2018-01-22 23:49:47 +00:00
Mukund Sivaraman
ef838436ef
Don't permit loading meta RR types such as TKEY from master files ( #47009 )
...
(cherry picked from commit 8a4ce20172 )
(cherry picked from commit c8eb726046 )
(cherry picked from commit 6fb3db01ac )
(cherry picked from commit 96456c0834 )
2018-01-22 15:03:31 +05:30
Tinderbox User
ecfc27bf6d
update copyright notice / whitespace
2018-01-21 23:49:55 +00:00
Mark Andrews
2f346f4275
4869. [bug] Address some cases where NULL with zero length could
...
be passed to memmove which is undefined behaviour and
can lead to bad optimisation. [RT #46888 ]
(cherry picked from commit fdd8838bf9 )
2018-01-22 09:42:25 +11:00
Tinderbox User
8d5a01a868
update copyright notice / whitespace
2018-01-13 23:50:30 +00:00
Mukund Sivaraman
4f47e5fd63
Fix various bugs reported by valgrind --tool=memcheck ( #46978 )
...
(cherry picked from commit f96133826e )
(cherry picked from commit 0374e1c3fd )
(cherry picked from commit 929329d2d6 )
(cherry picked from commit d072be0691 )
2018-01-13 12:02:18 +05:30
Tinderbox User
4c71ca4ae7
update copyright notice / whitespace
2018-01-10 23:57:36 +00:00
Mark Andrews
efb95afc6f
4862. [bug] The rdata flags for RRSIG was not being properly set
...
when constructing a rdataslab. [RT #46978 ]
(cherry picked from commit 7befb67af4 )
2018-01-11 09:55:07 +11:00
Tinderbox User
536fe358af
update copyright notice / whitespace
2018-01-09 23:49:31 +00:00
Mark Andrews
55c81d796c
4860. [bug] isc_int8_t should be signed char. [RT #46973 ]
...
(cherry picked from commit 21f708c88c )
2018-01-10 08:42:38 +11:00
Mark Andrews
455296d36a
Revert "unconditionally typedef summarystat_t for coverity"
...
This reverts commit 59c2cad2f3 .
2018-01-05 11:10:28 +11:00
Tinderbox User
f3e5a44f00
update copyright notice / whitespace
2018-01-04 23:47:43 +00:00
Mark Andrews
59c2cad2f3
unconditionally typedef summarystat_t for coverity
...
(cherry picked from commit a0e66ef6dd )
2018-01-05 10:12:16 +11:00