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
Mark Andrews
d1e38b4734
4752. [test] Add unit test for isc_net_pton. [RT #46171 ]
...
(cherry picked from commit 5fcdb09126 )
2017-10-04 14:22:12 +11:00
Evan Hunt
b434598b0a
[v9_10] missing declaration of INSIST
2017-10-03 20:03:25 -07:00
Tinderbox User
aafc292564
update copyright notice / whitespace
2017-10-03 23:47:11 +00:00
Mark Andrews
825f4a4869
4748. [cleanup] Sprintf to snprintf coversions. [RT #46132 ]
...
(cherry picked from commit a009d03a1a )
2017-10-03 14:55:57 +11:00
Tinderbox User
957dd25717
update copyright notice / whitespace
2017-09-27 23:47:43 +00:00
Mukund Sivaraman
6da7b3227c
Make isc_refcount_current() atomically read the counter value ( #46074 )
...
(cherry picked from commit abb8813a33 )
(cherry picked from commit a8fa3e2d44 )
2017-09-27 15:11:05 +05:30
Mark Andrews
755e74bb28
4739. [cleanup] Address clang static analysis warnings. [RT #45952 ]
...
(cherry picked from commit f9f3f20d2d )
2017-09-27 13:00:57 +10:00
Mukund Sivaraman
7cf6516670
Use stdint.h only when stdatomic.h is in use (stdint.h isn't available everywhere)
...
(cherry picked from commit fb9712f639 )
(cherry picked from commit dc0d95a23d )
2017-09-22 15:15:59 +05:30
Mark Andrews
abe0548125
#include <isc/string.h> as it includes both <string.h> and <strings.h> if they both exist
...
(cherry picked from commit 6138c5a5e4 )
2017-09-22 18:09:58 +10:00
Tinderbox User
b79ebcdaf0
regen v9_10
2017-09-21 07:37:08 +00:00
Mark Andrews
b129689ff1
#include <stdint.h>
2017-09-21 14:20:59 +10:00
Tinderbox User
f3b815c257
regen v9_10
2017-09-21 03:52:25 +00:00
Mark Andrews
7260156bec
atomic_compare_exchange_strong_explicit's second argument should not be atomic_*
2017-09-21 13:41:56 +10:00
Mark Andrews
4e714d3766
explicitly list test programs
2017-09-21 13:06:42 +10:00
Tinderbox User
fb548d30d7
update copyright notice / whitespace
2017-09-19 23:48:54 +00:00
Mukund Sivaraman
aaf04460a0
Don't use memset() to wipe memory ( #45947 )
...
(cherry picked from commit d5707676e4 )
(cherry picked from commit b5252fcde5 )
2017-09-19 17:45:57 +05:30
Mukund Sivaraman
5bae58a2e7
Use C11's stdatomic.h instead of isc_atomic where available
...
(cherry picked from commit 404c9b1c53 )
(cherry picked from commit 9905606390 )
2017-09-19 15:53:32 +05:30
Tinderbox User
3ae4b027b9
update copyright notice / whitespace
2017-09-14 23:50:11 +00:00
Mark Andrews
33c4213802
silence warning
...
(cherry picked from commit c59bf663e8 )
2017-09-14 19:02:50 +10:00
Mark Andrews
2fd8fb5b74
#include <isc/string.h>
...
(cherry picked from commit 7eb73f6288 )
2017-09-14 18:58:19 +10:00
Mark Andrews
759d231b5e
#include <isc/string.h>
...
(cherry picked from commit 5fb0c09a5e )
2017-09-14 18:55:22 +10:00
Mark Andrews
f31a98ebbf
more str{n}{cat,cpy} corrections rt45981_stage2
...
(cherry picked from commit cb629cdeda )
2017-09-14 18:40:23 +10:00
Tinderbox User
9b39cb394a
update copyright notice / whitespace
2017-09-13 23:54:53 +00:00
Mark Andrews
bf5e318303
add #include <isc/string.h>
...
(cherry picked from commit 4c9ba9ded8 )
(cherry picked from commit 28a55095f7 )
2017-09-13 19:52:21 +05:30
Mukund Sivaraman
83dfa75ac3
Add missing <isc/print.h>
...
(cherry picked from commit 188fa6ea68 )
(cherry picked from commit a13e9f894c )
2017-09-13 19:52:20 +05:30
Mukund Sivaraman
f3e90ace9d
Tweak hash_test.c further, passing sizeof(str)
...
(cherry picked from commit 8997fc0a3f )
(cherry picked from commit fc7ed600ae )
2017-09-13 19:34:31 +05:30
Mukund Sivaraman
1be28340db
Tweak
...
(cherry picked from commit a2873eabf6 )
(cherry picked from commit 4baac8b9f3 )
2017-09-13 19:34:30 +05:30
Mukund Sivaraman
6e338884b5
Fix size of output string in hash tests
...
(cherry picked from commit bc5e0a6868 )
(cherry picked from commit 3dc00443bb )
2017-09-13 19:34:28 +05:30
Evan Hunt
e0ddfb109e
[master] cleanup strcat/strcpy
...
4722. [cleanup] Clean up uses of strcpy() and strcat() in favor of
strlcpy() and strlcat() for safety. [RT #45981 ]
(cherry picked from commit 114f95089c )
(cherry picked from commit 7cd594b842 )
2017-09-13 00:18:44 -07:00
Mark Andrews
3534cc3144
4719. [bug] Address PVS static analyzer warnings. [RT #45946 ]
...
(cherry picked from commit 34130ee25a )
2017-09-13 09:53:13 +10:00
Tinderbox User
87f5992d62
update copyright notice / whitespace
2017-09-12 23:48:28 +00:00
Mark Andrews
b51a66b4f3
4714. [port] openbsd/libressl: add support for building with
...
--enable-openssl-hash. [RT #45982 ]
(cherry picked from commit c75e9c7630 )
2017-09-12 14:20:38 +10:00
Tinderbox User
bcd441c112
update copyright notice / whitespace
2017-08-09 23:50:59 +00:00
Evan Hunt
733404ab8c
[v9_10] silence gcc 7 warnings
...
4673. [port] Silence GCC 7 warnings. [RT #45592 ]
(cherry picked from commit cdacec1dcb )
(cherry picked from commit 7dbeb5e7f0 )
2017-08-09 00:32:44 -07:00
Tinderbox User
5e8a063aed
update copyright notice / whitespace
2017-08-02 23:58:52 +00:00
Mark Andrews
a10354263c
4668. [bug] Use localtime_r and gmtime_r for thread safety.
...
[RT #45664 ]
(cherry picked from commit 2019cf29e2 )
2017-08-03 08:46:56 +10:00
Tinderbox User
bb8aad2148
update copyright notice / whitespace
2017-08-01 23:48:35 +00:00
Mukund Sivaraman
fc9b18d917
Add missing file
2017-08-01 07:48:46 +05:30
Tinderbox User
17a549b541
update copyright notice / whitespace
2017-07-31 23:47:22 +00:00
Francis Dupont
b03f0672e1
Added Ed25519 support ( #44696 )
2017-07-31 16:05:05 +02:00
Tinderbox User
8d3cdf1029
update copyright notice / whitespace
2017-07-28 23:48:00 +00:00
Mark Andrews
2965d77a8c
4660. [bug] Remove spurious "peer" from Windows socket log
...
messages. [RT #45617 ]
(cherry picked from commit 5140501a0b )
2017-07-28 16:07:32 +10:00
Tinderbox User
56a32b9f54
update copyright notice / whitespace
2017-07-21 23:47:10 +00:00