Mark Andrews
dd27ab1f00
use %u instead of %d
2018-02-16 17:08:36 +11:00
Mark Andrews
50f978042e
use %u instead of %d
2018-02-16 17:08:36 +11:00
Mark Andrews
a33e639d26
use %u instead of %d
2018-02-16 17:07:16 +11:00
Mark Andrews
cb29c18cfe
case to unsigned; reorder expression
2018-02-16 17:05:11 +11:00
Mark Andrews
0e7eb72847
shift unsigned (~0U) rather than signed (~0) contant
2018-02-16 16:48:53 +11:00
Evan Hunt
9d07b052b0
[v9_10] prep 9.10.7rc2
2018-02-15 11:17:40 -08:00
Tinderbox User
5a60dabcd6
update copyright notice / whitespace
2018-02-08 23:51:13 +00:00
Mark Andrews
9ccc205645
[v9_10] 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 )
(cherry picked from commit 701a93f5a5 )
2018-02-08 13:36:01 -08:00
Evan Hunt
b058c0fefb
[v9_10] update 9.11 api range
2018-01-24 10:24:34 -08:00
Evan Hunt
9109dccd02
[v9_10] prep 9.10.7b1
2018-01-24 10:15:05 -08:00
Tinderbox User
1e10f17589
update copyright notice / whitespace
2018-01-17 23:47:52 +00:00
Francis Dupont
a279dace6b
bcmp -> memcmp
2018-01-17 15:33:11 +01:00
Francis Dupont
3c8b6e234c
Merged rt46864 (check MD5 amd SHA1 support)
2018-01-17 14:48:01 +01:00
Tinderbox User
b5c5aed2e1
update copyright notice / whitespace
2018-01-13 23:48:59 +00:00
Mukund Sivaraman
d072be0691
Fix various bugs reported by valgrind --tool=memcheck ( #46978 )
...
(cherry picked from commit f96133826e )
(cherry picked from commit 0374e1c3fd )
(cherry picked from commit 929329d2d6 )
2018-01-13 11:52:17 +05:30
Tinderbox User
65eb1cc79f
update copyright notice / whitespace
2018-01-09 23:48:12 +00:00
Mark Andrews
7255d990c0
4861. [bug] The isc_crc64 unit test was not endian independent.
...
[RT #46973 ]
(cherry picked from commit 0ce212b9f5 )
2018-01-10 09:47:03 +11:00
Mark Andrews
c58a814940
4860. [bug] isc_int8_t should be signed char. [RT #46973 ]
...
(cherry picked from commit 21f708c88c )
2018-01-10 08:42:33 +11:00
Tinderbox User
0df4e44735
update copyright notice / whitespace
2018-01-04 23:46:47 +00:00
Mark Andrews
9e9bdd1e4a
unconditionally typedef summarystat_t for coverity
...
(cherry picked from commit a0e66ef6dd )
2018-01-05 10:11:27 +11:00
Tinderbox User
478c771590
update copyright notice / whitespace
2018-01-02 23:46:49 +00:00
Mark Andrews
743bb3b02b
4852. [bug] Add REQUIRE's and INSIST's to isc_time_formattimestamp,
...
isc_time_formathttptimestamp, isc_time_formatISO8601.
[RT #46892 ]
2018-01-02 10:49:09 +11:00
Tinderbox User
fc5764662b
regen v9_10
2017-12-29 02:29:40 +00:00
Tinderbox User
4724ccdf11
update copyright notice / whitespace
2017-12-06 23:46:58 +00:00
Mark Andrews
58c86991ee
4841. [bug] Address -fsanitize=undefined warnings. [RT #46786 ]
...
(cherry picked from commit 9d5a0abe81 )
2017-12-06 21:05:18 +11:00
Tinderbox User
3beaa67016
update copyright notice / whitespace
2017-11-30 23:48:18 +00:00
Mark Andrews
d2bd6061ee
4833. [bug] isc_event_free should check that the event is not
...
linked when called. [RT #46725 ]
4832. [bug] Events were not being removed from zone->rss_events.
[RT #46725 ]
(cherry picked from commit 9ddf7d6c4c )
2017-11-30 10:39:02 +11:00
Tinderbox User
4c40d4ca56
update copyright notice / whitespace
2017-11-28 23:47:03 +00:00
Mark Andrews
bcaca54fcc
4829. [bug] isc_heap_delete did not zero the index value when
...
the heap was created with a callback to do that.
[RT #46709 ]
(cherry picked from commit 65a483106e )
2017-11-28 18:57:03 +11:00
Tinderbox User
796d7d08c0
update copyright notice / whitespace
2017-11-27 23:48:26 +00:00
Mark Andrews
063500972f
More:
...
4819. [bug] Fully backout the transaction when adding a RRset
to the resigning / removal heaps fails. [RT #46473 ]
(cherry picked from commit 19f6a63184 )
2017-11-27 15:23:08 +11:00
Mark Andrews
72148d1505
add missing symbols
2017-11-27 15:01:13 +11:00
Mark Andrews
1bb97e8000
silence compiler warning [RT #46471 ]
2017-11-23 17:03:42 +11:00
Mark Andrews
9246d12884
4805. [bug] TCP4Active and TCP6Active weren't being updated
...
correctly. [RT #46454 ]
(cherry picked from commit 92bbc9914c )
2017-11-02 10:43:47 +11:00
Tinderbox User
2efc13b2f9
update copyright notice / whitespace
2017-10-31 23:47:18 +00:00
Mark Andrews
9f56e47984
4804. [port] win32: access() does not work on directories as
...
required by POSIX. Supply a alternative in
isc_file_isdirwritable. [RT #46394 ]
2017-11-01 09:43:11 +11:00
Tinderbox User
3a3d6733ca
update copyright notice / whitespace
2017-10-19 23:47:47 +00:00
Mark Andrews
e2a0aab747
s/REQUIRE/ISC_REQUIRE/; include <isc/assertions.h> if ISC_REQUIRE is used; include <isc/likely.h> if ISC_{UN}LIKELY is used
...
(cherry picked from commit 0fab171196 )
2017-10-19 16:54:18 +11:00
Mark Andrews
20ea1dd8c8
4774. [bug] <isc/util.h> was incorrectly included in several
...
header files. [RT #46311 ]
2017-10-19 12:44:15 +11:00
Tinderbox User
69b5243372
update copyright notice / whitespace
2017-10-17 23:50:51 +00:00
Michał Kępień
5e6d28e1b7
[v9_10] Doxygen fixes and cleanups
...
4773. [doc] Fixed generating Doxygen documentation for functions
annotated using certain macros. Miscellaneous
Doxygen-related cleanups. [RT #46276 ]
(cherry picked from commit ad9772c559 )
2017-10-17 08:11:55 +02:00
Evan Hunt
0e30df7847
[v9_10] add missing names
2017-10-06 17:39:05 -07:00
Tinderbox User
2f09ac92f1
update copyright notice / whitespace
2017-10-06 23:47:26 +00:00
Evan Hunt
dddf97d534
[v9_10] further restrict update-policy local
...
4762. [func] "update-policy local" is now restricted to updates
from local addresses. (Previously, other addresses
were allowed so long as updates were signed by the
local session key.) [RT #45492 ]
2017-10-06 15:43:05 -07:00
Tinderbox User
7994863f90
update copyright notice / whitespace
2017-10-04 23:47:03 +00:00
Mark Andrews
3300d816b7
silence compiler warning
2017-10-04 18:08:19 +11:00
Mark Andrews
f36ee87f84
#undef inet_ntop
...
(cherry picked from commit 396125eefe )
2017-10-04 17:50:27 +11:00
Mark Andrews
118653b38d
add isctest.@O@ dependancy
2017-10-04 17:19:43 +11:00
Mark Andrews
ab491ab5a6
sort
2017-10-04 17:15:47 +11:00
Mark Andrews
28b311d1ad
tabify
2017-10-04 14:34:19 +11:00