2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

144 Commits

Author SHA1 Message Date
Francis Dupont
baa19fbf7a [#1665] Ported TLS Botan boost support 2021-05-05 12:12:41 +02:00
Francis Dupont
d2135cf4a4 [#1632] Fixed two nits 2021-04-16 20:56:08 +02:00
Andrei Pavel
edf0375af7 [#1632] use literal in AC_CHECK_HEADERS 2021-04-16 20:56:08 +02:00
Andrei Pavel
a5d388b186 [#1632] edits after autoupdate 2021-04-16 20:56:08 +02:00
Andrei Pavel
630c35d97e [#1632] autoupdate 2021-04-16 20:56:08 +02:00
Andrei Pavel
1e6da03272
[#1760] spell checks 2021-03-26 13:02:13 +02:00
Francis Dupont
56ee71be61 [#1661] Moved ssl.hpp check 2021-03-24 09:09:02 +01:00
Francis Dupont
90fef5c3d7 [#1661] Covered OpenSSL 1.0.2 2021-03-24 09:09:02 +01:00
Francis Dupont
2d21404bf6 [#1748] Addressed message content concerns 2021-03-23 14:16:54 +01:00
Francis Dupont
20f6a888cb [#1748] Removed LIBS 2021-03-23 14:16:54 +01:00
Francis Dupont
9fae8e2873 [#1748] Fixed configure order 2021-03-23 14:16:54 +01:00
Francis Dupont
b9a6f6c1b5 [#1748] More flexible version 2021-03-23 14:16:54 +01:00
Francis Dupont
ce47d79066 [#1748] Add generic TLS method detection and TLS 1.2 fallback 2021-03-23 14:16:53 +01:00
Francis Dupont
5eea88319c [#1661] Extracted asiolink part 2021-03-12 09:56:46 +01:00
Francis Dupont
638532f611 [#1636] More untabifies 2021-01-06 15:37:08 +01:00
Andrei Pavel
9ca8b2fcc7
[#1574] make all shell scripts POSIX compliant
* solve all shellcheck warnings
* shebang in all scripts
* set -eu everywhere
* make scripts callable from everywhere
* quote variables to prevent globbing and word splitting
* add missing copyrights
* remove unused variables
* use $() instead of backticks ``
... and so on
2020-12-14 12:08:11 +02:00
Andrei Pavel
6709260cda [#1492] explicit messages for missing headers 2020-11-16 11:22:51 +00:00
Andrei Pavel
f0d1b03b6b
[#1451] allow linking with libgtest.so 2020-10-12 16:59:09 +03:00
Razvan Becheriu
c417af6df2 [#1308] removed boost/function.hpp and boost/bind.hpp 2020-08-13 13:54:14 +00:00
Francis Dupont
7b1b86a506 [#1283] Restored (fixed) patch 2020-07-27 09:50:58 +00:00
Francis Dupont
11c8af9c4b [#1174] Changed stats to use C++11 chrono 2020-07-14 15:37:51 +02:00
Francis Dupont
a00426be8c [#1223] Updated configure and some Makefiles 2020-07-14 13:12:18 +02:00
Francis Dupont
87d2b69384 [#1223] Updated configure tools 2020-05-22 17:15:20 +00:00
Razvan Becheriu
e643f2761e [#1080] fixed gtest lib name 2020-01-22 16:06:23 +01:00
Tomek Mrugalski
1ea6b15903 [#206] gtest version detection fixed 2019-12-06 14:52:02 +01:00
Tomek Mrugalski
0ba33b1809 [#206] Moved gtest handling routines to a separate m4 file 2019-12-06 14:52:02 +01:00
Francis Dupont
6add052a45 [497-kea-uses-deprecated-header] Fixed boost/{integer,math}/common_factor.h 2019-10-18 19:37:50 +02:00
Francis Dupont
8fc3b82cb1 [497-kea-uses-deprecated-header] Revert "[497-kea-uses-deprecated-header] Reverted the -isystem"
This reverts commit 9c1ab2136422d20d916338d210708074a412d502.
2019-10-18 19:37:50 +02:00
Francis Dupont
1efa071d61 [497-kea-uses-deprecated-header] Reverted the -isystem 2019-10-18 19:37:50 +02:00
Francis Dupont
baf4097520 [918-check-c-11-thread-support-in-configure] Added check for condition variable 2019-09-27 10:23:34 +02:00
Francis Dupont
adbcc263c0 [918-check-c-11-thread-support-in-configure] Ran tabify 2019-09-27 10:23:34 +02:00
Francis Dupont
32a02fd254 [918-check-c-11-thread-support-in-configure] Added checks for C++11 thread, mutex and atomic 2019-09-27 10:23:34 +02:00
Francis Dupont
ba028eee98 [345-drop-botan-1-x-support] Removed Botan 1.x support 2019-09-13 16:06:39 +02:00
Michal Nowikowski
98e64a69d5 perfdhcp avalache: improvements after review
- simplified differentiating for IP version and exchange types
- added more comments
- fixed unittest for receiver by mocking socket
- added option for building perfdhcp by hammer
- added workaround for compiler bug that cannot handle enum class
  as a key to std::unordered_map
- hidden warnings from boost by changing compiler flag
  from -I<boost-path> to -isystem <boost-path>
- removed unused options_ field from StatsMgr class
2019-02-19 21:54:31 +01:00
Tomek Mrugalski
fab9bbd76b [#380,!191] Updated description of the error message and comment. 2019-02-12 13:14:24 -05:00
Francis Dupont
d63b68b355 [380-unexpected-boost-include-capture] Added a protection against capture from extra boost in include path 2019-02-12 13:14:24 -05:00
Francis Dupont
c2bcbac55a [366-check-circular_buffer-hpp-existence-in-configure] Added check for boost/circular_buffer.hpp 2019-02-08 14:05:27 +01:00
Tomek Mrugalski
c6853147a7 [#283,!135] boost/atomics check moved to ax_boost_for_kea.m4 2019-01-18 10:05:12 +01:00
Michal Nowikowski
5d2fe61d87 changes after review of perfdhcp changes:
- replaced asserts with exceptions
- replaced std::thread with util:🧵:Thread
- fixed handling run_flag_
2019-01-18 10:05:12 +01:00
Francis Dupont
beb2dbc04a [367-kea-does-not-compile-with-boost-installed-at-not-default-location] Retry with infered lib dir 2019-01-11 18:03:25 -05:00
Tomek Mrugalski
5615fd3a50 [#293,!45] HAVE_BOOST_ASIO_COROUTINE_HPP const is now set properly. 2018-11-28 21:17:38 +01:00
Tomek Mrugalski
398cfdd6a4 [#293,!45] Add coroutine.hpp back to the kea sources 2018-11-28 21:17:38 +01:00
Francis Dupont
e9985a99f1 [master] Removed extra OPENSSL_LIBDIR 2018-06-02 15:42:33 +02:00
Francis Dupont
27628350bc [master] Merged trac5382 (Botan 2.x support) 2018-06-01 22:49:27 +02:00
Francis Dupont
0473a9811c [master] Merged trac5560 (C++11 checks) 2018-05-30 14:48:24 +02:00
Francis Dupont
99676db43c [5382a] Code done, need more check 2018-05-28 17:00:03 +02:00
Tomek Mrugalski
02287c3c3d [master] Added path to OpenSSL from homebrew
- this makes configure to work out of the box on Mac OS
   (no more --with-openssl=... needed if you use OpenSSL from
   homebrew)
2018-05-28 13:37:50 +02:00
Tomek Mrugalski
aa1f95d699 [5619] Revert "[5619] Moved premium/config.m4 to m4macros/premium.m4"
This reverts commit cc409fb6f03259393c9f5f07d8b117039f8d4891.
2018-05-16 19:53:12 +02:00
Tomek Mrugalski
0496c9a823 [5619] Moved premium/config.m4 to m4macros/premium.m4 2018-05-16 19:53:12 +02:00
Francis Dupont
d37958badf [5560] Added enum class and range-for tests 2018-03-08 15:09:37 +01:00