Mark Andrews
8572cac546
silence compiler warning [RT #46471 ]
2017-11-23 17:04:01 +11:00
Tinderbox User
709025bb14
update copyright notice / whitespace
2017-10-31 23:48:39 +00:00
Mark Andrews
3b9332a20d
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:47:52 +11:00
Tinderbox User
2f5154f3b1
update copyright notice / whitespace
2017-10-19 23:49:30 +00:00
Mark Andrews
54eb949c35
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 17:00:13 +11:00
Mark Andrews
40e08f66a8
4774. [bug] <isc/util.h> was incorrectly included in several
...
header files. [RT #46311 ]
2017-10-19 12:54:44 +11:00
Tinderbox User
b17ca7e7f1
update copyright notice / whitespace
2017-10-17 23:53:44 +00:00
Michał Kępień
eb2c3bdfae
[v9_9] 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 5e6d28e1b7 )
2017-10-17 08:13:40 +02:00
Evan Hunt
474caa0473
[v9_9] add missing names
2017-10-06 17:39:15 -07:00
Tinderbox User
ab0f4f3a40
update copyright notice / whitespace
2017-10-06 23:48:57 +00:00
Evan Hunt
5cdb31e8df
[v9_9] 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:42:54 -07:00
Tinderbox User
512ef3fc26
update copyright notice / whitespace
2017-10-04 23:48:22 +00:00
Mark Andrews
eeb53d081a
silence compiler warning
2017-10-04 18:08:23 +11:00
Mark Andrews
d84dbc76e6
#undef inet_ntop
...
(cherry picked from commit 396125eefe )
2017-10-04 17:50:32 +11:00
Mark Andrews
35c77c3f28
sort
2017-10-04 17:22:54 +11:00
Mark Andrews
68630cce3a
4752. [test] Add unit test for isc_net_pton. [RT #46171 ]
...
(cherry picked from commit 5fcdb09126 )
2017-10-04 14:43:51 +11:00
Evan Hunt
630eb6e8c6
[v9_9] missing declaration of INSIST
2017-10-03 20:03:38 -07:00
Tinderbox User
16a6c249b5
update copyright notice / whitespace
2017-10-03 23:48:38 +00:00
Mark Andrews
068bd10a3a
4748. [cleanup] Sprintf to snprintf coversions. [RT #46132 ]
...
(cherry picked from commit a009d03a1a )
2017-10-03 15:00:57 +11:00
Tinderbox User
cc7dac87cf
update copyright notice / whitespace
2017-09-27 23:49:17 +00:00
Mukund Sivaraman
5b1cc88385
Make isc_refcount_current() atomically read the counter value ( #46074 )
...
(cherry picked from commit abb8813a33 )
(cherry picked from commit a8fa3e2d44 )
(cherry picked from commit 6da7b3227c )
2017-09-27 15:11:39 +05:30
Mark Andrews
80dd4971d9
4739. [cleanup] Address clang static analysis warnings. [RT #45952 ]
...
(cherry picked from commit f9f3f20d2d )
2017-09-27 13:19:37 +10:00
Mark Andrews
d4faf256b2
fix HMAC_Update arguement
2017-09-25 10:46:28 +10:00
Mukund Sivaraman
1c8b9ab360
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 )
(cherry picked from commit 7cf6516670 )
2017-09-22 15:16:22 +05:30
Mark Andrews
4468644033
#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:10:04 +10:00
Tinderbox User
a7741835cc
regen v9_9
2017-09-21 07:51:57 +00:00
Mark Andrews
07c3a58bd4
#include <stdint.h>
2017-09-21 14:21:04 +10:00
Tinderbox User
01bad075b6
regen v9_9
2017-09-21 04:07:03 +00:00
Mark Andrews
d6c258064b
atomic_compare_exchange_strong_explicit's second argument should not be atomic_*
2017-09-21 13:42:05 +10:00
Mark Andrews
799bb89429
explicitly list test programs
2017-09-21 13:07:12 +10:00
Tinderbox User
288dd11e7a
update copyright notice / whitespace
2017-09-19 23:51:07 +00:00
Mukund Sivaraman
d347cf40c8
Don't use memset() to wipe memory ( #45947 )
...
(cherry picked from commit d5707676e4 )
(cherry picked from commit b5252fcde5 )
(cherry picked from commit aaf04460a0 )
# Conflicts:
# lib/dns/pkcs11dh_link.c
# lib/dns/pkcs11dsa_link.c
# lib/dns/pkcs11gost_link.c
# lib/dns/pkcs11rsa_link.c
# lib/isc/hmacmd5.c
# lib/isc/hmacsha.c
# lib/isc/md5.c
# lib/isc/sha1.c
# lib/isc/sha2.c
2017-09-19 18:59:48 +05:30
Mukund Sivaraman
33d39430d0
Use C11's stdatomic.h instead of isc_atomic where available
...
(cherry picked from commit 404c9b1c53 )
(cherry picked from commit 9905606390 )
(cherry picked from commit 5bae58a2e7 )
2017-09-19 15:57:44 +05:30
Tinderbox User
928c3c53c6
update copyright notice / whitespace
2017-09-14 23:59:05 +00:00
Mark Andrews
80420ec94f
silence warning
...
(cherry picked from commit c59bf663e8 )
2017-09-14 19:02:55 +10:00
Mark Andrews
7eb73f6288
#include <isc/string.h>
2017-09-14 18:57:53 +10:00
Mark Andrews
b3faa2b293
(cherry picked from commit 5fb0c09a5e)
2017-09-14 18:55:51 +10:00
Mark Andrews
af9aed27c1
more str{n}{cat,cpy} corrections rt45981_stage2
...
(cherry picked from commit cb629cdeda )
2017-09-14 18:43:48 +10:00
Tinderbox User
077f3c4e27
update copyright notice / whitespace
2017-09-14 00:03:54 +00:00
Mukund Sivaraman
20a3b9a914
add #include <isc/string.h>
...
(cherry picked from commit 4c9ba9ded8 )
(cherry picked from commit 28a55095f7 )
(cherry picked from commit bf5e318303 )
2017-09-13 20:00:18 +05:30
Mukund Sivaraman
4c9e65a0dd
Add missing <isc/print.h>
...
(cherry picked from commit 188fa6ea68 )
(cherry picked from commit a13e9f894c )
(cherry picked from commit 83dfa75ac3 )
2017-09-13 19:59:05 +05:30
Mukund Sivaraman
de42212c63
Tweak hash_test.c further, passing sizeof(str)
...
(cherry picked from commit 8997fc0a3f )
(cherry picked from commit fc7ed600ae )
(cherry picked from commit f3e90ace9d )
2017-09-13 19:35:45 +05:30
Mukund Sivaraman
247224ab2d
Tweak
...
(cherry picked from commit a2873eabf6 )
(cherry picked from commit 4baac8b9f3 )
(cherry picked from commit 1be28340db )
2017-09-13 19:35:06 +05:30
Mukund Sivaraman
da42d8e733
Fix size of output string in hash tests
...
(cherry picked from commit bc5e0a6868 )
(cherry picked from commit 3dc00443bb )
(cherry picked from commit 6e338884b5 )
2017-09-13 19:35:04 +05:30
Evan Hunt
cef35fcefc
[v9_9] add print.h
2017-09-13 00:25:24 -07:00
Evan Hunt
f07825440f
[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 )
(cherry picked from commit e0ddfb109e )
2017-09-13 00:20:09 -07:00
Mark Andrews
7ebef930d7
4719. [bug] Address PVS static analyzer warnings. [RT #45946 ]
...
(cherry picked from commit 34130ee25a )
2017-09-13 09:55:13 +10:00
Tinderbox User
907bd36c10
update copyright notice / whitespace
2017-09-12 23:50:35 +00:00
Mark Andrews
171f1f06ab
4714. [port] openbsd/libressl: add support for building with
...
--enable-openssl-hash. [RT #45982 ]
(cherry picked from commit c75e9c7630 )
2017-09-12 14:24:14 +10:00
Tinderbox User
ec9becf633
update copyright notice / whitespace
2017-08-09 23:54:45 +00:00