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

37462 Commits

Author SHA1 Message Date
Andrei Pavel
2fd45c2ac7
[#3729] Be more lenient with the meson version 2025-02-13 10:06:30 +02:00
Andrei Pavel
9ea92b8d56
[#3729] Add LOG4CPLUS_INITIALIZER_H check 2025-02-13 10:06:30 +02:00
Andrei Pavel
763d68308d
[#3729] Always check ENVIRON_SHLIB_FLAGS 2025-02-13 10:06:00 +02:00
Francis Dupont
0725367459
[#3729] Improved config report 2025-02-13 10:05:43 +02:00
Francis Dupont
d52df047b8
[#3729] Checking schema upgrade list lengths 2025-02-13 10:05:43 +02:00
Francis Dupont
b295b51f98
[#3729] Finished dhcp4 UTs 2025-02-13 10:05:43 +02:00
Francis Dupont
c3fb6a71e0
[#3729] Checkpoint: almost finished dhcp4 UTs 2025-02-13 10:05:43 +02:00
Francis Dupont
5a9488dc27
[#3729] Checkpoint: doing dhcp4 tests 2025-02-13 10:05:42 +02:00
Francis Dupont
2db392c8fb
[#3729] Removed static_library with_links 2025-02-13 10:05:42 +02:00
Francis Dupont
f2482260ec
[#3729] Checkpoint: lfc UTs 2025-02-13 10:05:42 +02:00
Francis Dupont
4eb38d13f7
[#3729] Began bin 2025-02-13 10:05:42 +02:00
Francis Dupont
570c6354b3
[#3729] Enabled iface mgr UTs 2025-02-13 10:05:42 +02:00
Francis Dupont
253527aafb
[#3729] Checkpoint: improvements 2025-02-13 10:05:42 +02:00
Andrei Pavel
8053eee621
[#3729] Fix regression in src/lib/log/tests/Makefile.am 2025-02-13 10:05:41 +02:00
Francis Dupont
ac77336a11
[#3729] Checkpoint: hook tests 2025-02-13 10:05:20 +02:00
Francis Dupont
f8358f6339
[#3729] Fixed FreeBSD support 2025-02-13 10:05:20 +02:00
Francis Dupont
ae506b9a75
[#3729] Added bootp tests (tentative) 2025-02-13 10:05:20 +02:00
Francis Dupont
24db2a6d5b
[#3729] Added share install 2025-02-13 10:05:20 +02:00
Francis Dupont
49a24f43af
[#3729] Finished lib tests 2025-02-13 10:05:20 +02:00
Francis Dupont
cd94707ebc
[#3729] Updated crypto related tests 2025-02-13 10:05:20 +02:00
Francis Dupont
9fe16d1b2e
[#3729] Finished log tests 2025-02-13 10:05:20 +02:00
Francis Dupont
922c51596f
[#3729] Added check for environ vs shlib 2025-02-13 10:05:19 +02:00
Francis Dupont
8f9ac9da55
[#3729] Added crypto dependency to dhcpsrc/tests 2025-02-13 10:05:19 +02:00
Francis Dupont
d554e7a29d
[#3729] Added remaining lib tests 2025-02-13 10:05:19 +02:00
Andrei Pavel
d4ed33225f
[#3729] Add missing dependencies 2025-02-13 10:05:19 +02:00
Francis Dupont
57b1451e01
[#3729] Added unit tests (1) 2025-02-13 10:05:19 +02:00
Francis Dupont
237a8b3b6d
[#3729] Updated meson.build files 2025-02-13 10:05:19 +02:00
Andrei Pavel
e2394bfb06
[#3729] The remaining Meson C++ targets 2025-02-13 10:05:19 +02:00
Andrei Pavel
dddcef9136
[#3666] add ChangeLog entry 2025-02-12 15:09:28 +02:00
Andrei Pavel
03d365f025
[#3666] kea-admin lease-upload: write SQL statements to file
Avoids "Argument list too long".

Also considerably speeds up the lease upload. The slowdown was
noticeable for large number of leases, where for each lease, the whole
set of statements added up to that point had to be printed in order to
append another SQL statement. This is no longer the case since the SQL
statement is appended to a file.
2025-02-12 15:09:28 +02:00
Razvan Becheriu
1569148fa3 [#3694] addressed review comments 2025-02-11 11:05:17 +02:00
Razvan Becheriu
aa5ccbc779 [#3694] throw error when switching from/to TLS 2025-02-07 21:47:58 +02:00
Razvan Becheriu
de694a024f [#3694] addressed review comments 2025-02-07 14:11:10 +02:00
Razvan Becheriu
1334b83c8a [#3694] apply tls settings on reload 2025-02-07 14:11:10 +02:00
Razvan Becheriu
6fcbddce6f [#3744] use builddir instead of top_builddir 2025-02-07 11:32:29 +00:00
Razvan Becheriu
223c3f5b39 [#3744] test blocking write socket 2025-02-06 23:35:06 +02:00
Francis Dupont
e2bda2af9a [#3742] Applied fix 2025-02-06 17:50:13 +01:00
Andrei Pavel
09aea441c8
[#3711] hammer.py: Switch to libpq in RHEL too 2025-02-05 16:17:15 +02:00
Andrei Pavel
9d66d0d6cc
[#3443] Extra additions to the additions to the Meson Proof of Concept 2025-02-04 16:29:49 +02:00
Francis Dupont
7ddd6260ba
[#3443] Meson fixes
* Removed unsupported botan-3
* Fixed CHRONO_SAME_DURATION
* Updated crypto selection
* Updated botan config
* Removed pgsql server dependency
* Added header install to src/lib/util
* Added ALLOW_KEATEST
* Added TEST_CA_DIR
* Fixed again a typo
* Fixed gtest dependency
* Added log interprocess tests
* Added asiolink tests
* Added mysql tests
* Added mysql tests
* Changed hook suffix to so
* Reverted gtest dependency
* Removed testutils install
2025-02-04 16:29:03 +02:00
Andrei Pavel
a846e64be4
[#3443] Additions to the initial meson Proof of Concept 2025-02-04 16:28:22 +02:00
Andrei Pavel
e04a37a762 [#3443] Exclude compiler-checks from CI 2025-02-01 20:53:12 +01:00
Andrei Pavel
e37f8c004c [#3443] Proof of Concept: meson 2025-02-01 20:53:12 +01:00
Andrei Pavel
adcefbfb05
[#3711] Add ChangeLog entry 2025-02-01 20:07:57 +02:00
Andrei Pavel
d1ac5db6fb
[#3711] Update supported systems in hammer.py 2025-02-01 20:07:57 +02:00
Andrei Pavel
7aeb36dafa
[#3711] Remove postgresql server dev packages from hammer.py 2025-02-01 20:07:57 +02:00
Andrei Pavel
2ba61b1dfa
[#3711] Remove the autotools check for PostgreSQL's utils/errcodes.h 2025-02-01 20:07:57 +02:00
Andrei Pavel
a6ae4130f3
[#3731] Remove include "utils/errcodes.h"
Effectively removes the dependency on the server-side PostgreSQL library.
2025-02-01 20:07:57 +02:00
Francis Dupont
b4eb89b8a8 [#3726] Protected PROTOCOL_VERSION in Botan wrapper 2025-01-31 18:49:47 +01:00
Francis Dupont
ce219fb4b2 [#3082] Fixed fuzz 2025-01-31 18:41:41 +01:00