Mark Andrews
027bc5535c
add POST(len);
2018-02-16 15:08:24 +11:00
Mark Andrews
bdf5c08fc4
Clarify calculation precedence for '&' and '?'
2018-02-16 15:08:24 +11:00
Mark Andrews
2c85b9afd7
add POST(tl)
2018-02-16 15:08:24 +11:00
Mark Andrews
118203925a
conditionally declare strbuf
2018-02-16 15:06:51 +11:00
Mark Andrews
c2e6e799b3
test for == 0 rather than <= as value is unsigned
2018-02-16 15:00:06 +11:00
Mark Andrews
22c6b2308e
use %u instead of %d
2018-02-16 14:58:17 +11:00
Mark Andrews
c58169ff1c
use %u instead of %d
2018-02-16 14:58:17 +11:00
Mark Andrews
8db1762d68
use %u instead of %d
2018-02-16 14:58:17 +11:00
Mark Andrews
f6dae15117
use %u instead of %d
2018-02-16 14:58:17 +11:00
Mark Andrews
8d9097b0b7
use %u instead of %d
2018-02-16 14:58:17 +11:00
Mark Andrews
54672c31b9
use %u instead of %d
2018-02-16 14:54:36 +11:00
Mark Andrews
262d514345
use %u instead of %d
2018-02-16 14:54:36 +11:00
Mark Andrews
8c51ba3aac
use %u instead of %d
2018-02-16 14:54:36 +11:00
Mark Andrews
8dba09602b
case to unsigned; reorder expression
2018-02-16 14:52:51 +11:00
Mark Andrews
012ae8afa2
simplify expression
2018-02-16 14:45:20 +11:00
Mark Andrews
0ae4bf22d2
use %u and preserve unsigned property
2018-02-16 14:45:20 +11:00
Mark Andrews
7873680877
cast to unsigned
2018-02-16 14:36:56 +11:00
Mark Andrews
ea6732c354
preserve unsigned property
2018-02-16 14:36:56 +11:00
Mark Andrews
c57610f1cc
make both arguments of & unsigned
2018-02-16 14:36:56 +11:00
Mark Andrews
faf0e3ff65
use %u instead of %d
2018-02-16 14:36:56 +11:00
Mark Andrews
ab0805b73e
shift unsigned (~0U) rather than signed (~0) contant
2018-02-16 14:35:36 +11:00
Mark Andrews
4b83e4e105
use %u instead of %d
2018-02-16 14:35:36 +11:00
Mark Andrews
351a27ef5b
unsigned constants
2018-02-16 14:35:36 +11:00
Mark Andrews
e6cd8a52aa
unsigned constants
2018-02-16 14:34:18 +11:00
Mark Andrews
9cc1ea9566
use %u instead of %d
2018-02-16 14:32:24 +11:00
Mark Andrews
2bbdfaaa0a
use %u instead of %d
2018-02-16 14:32:24 +11:00
Mark Andrews
95657b047e
use %u instead of %d
2018-02-16 14:32:24 +11:00
Mark Andrews
42c12e6b81
INSIST ipnum6 != NULL
2018-02-16 14:29:27 +11:00
Mark Andrews
cd86c23e87
use %u instead of %d
2018-02-16 14:29:27 +11:00
Mark Andrews
ca60688cb1
use %u instead of %d
2018-02-16 14:29:27 +11:00
Mark Andrews
39142beb63
test for >= 0 and use %d instead of %u
2018-02-16 14:29:27 +11:00
Mark Andrews
a0adc34f3b
formally cast to int; use %u instead of %d
2018-02-16 14:29:27 +11:00
Mark Andrews
61f81fde94
formally cast to int
2018-02-16 14:29:27 +11:00
Evan Hunt
d77cb075aa
[v9_11] prep 9.11.3rc1
2018-02-15 11:16:15 -08:00
Evan Hunt
785d8ad324
[rt43670] more emphatic warning
2018-02-09 12:33:43 +11:00
Mark Andrews
30ca20f720
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:33:42 +11:00
Tinderbox User
83545641dd
update copyright notice / whitespace
2018-02-08 23:48:55 +00:00
Mark Andrews
701a93f5a5
[v9_11] 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:35:43 -08:00
Tinderbox User
fccc836ebf
update copyright notice / whitespace
2018-02-07 23:48:20 +00:00
Mark Andrews
8f1ed05dc0
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:50:00 +11:00
Tinderbox User
9b63f75476
update copyright notice / whitespace
2018-02-01 23:49:05 +00:00
Michał Kępień
40aa5cab12
[v9_11] Silence compiler warnings about comparisons between signed and unsigned integers [RT #46980 ]
...
(cherry picked from commit a3c2b8831e )
2018-02-01 21:29:17 +01:00
Tinderbox User
3c5862dfc7
update copyright notice / whitespace
2018-01-30 23:48:16 +00:00
Mark Andrews
73cf0ba4e8
4882. [bug] Address potential memory leak in
...
dns_update_signaturesinc. [RT #47084 ]
(cherry picked from commit 7817caa3c7 )
2018-01-30 15:28:56 +11:00
Mark Andrews
d8351dfc9b
4881. [bug] Only include dst_openssl.h when OpenSSL is required.
...
[RT #47068 ]
(cherry picked from commit a64503c736 )
2018-01-30 15:28:51 +11:00
Mark Andrews
5c78f1f50e
4879. [bug] dns_rdata_caa:value_len is was small. [RT #47086 ]
...
(cherry picked from commit 3ae586b857 )
2018-01-30 11:00:44 +11:00
Mark Andrews
5bcd0fe019
copyrights
2018-01-25 16:47:34 +11:00
Mark Andrews
31c7ab4fb3
4811. [bug] Revert api changes to use <isc/buffer.h> inline
...
macros. Provide a alternative mechanism to turn
on the use of inline macros when building BIND.
[RT #46520 ]
(cherry picked from commit a1a5145867 )
2018-01-25 16:42:37 +11:00
Tinderbox User
574176a88d
update copyright notice / whitespace
2018-01-24 23:47:27 +00:00
Evan Hunt
f6ea3eaf82
[v9_11] change uint to isc_uint to fix build failure on windows
2018-01-24 10:59:57 -08:00