2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 20:47:48 +00:00

28742 Commits

Author SHA1 Message Date
Razvan Becheriu
35f7898b0f [#3732] fix gss-tsig uts on macos 2025-04-17 06:56:54 +03:00
Andrei Pavel
56fb8d364e
[#3732] Make perfdhcp tests sequential in meson 2025-04-13 21:16:41 +03:00
Andrei Pavel
287c9071a1
[#3732] chmod go-rw gss_tsig/tests/*.ccache 2025-04-11 13:26:27 +03:00
Andrei Pavel
e8d899529d
[#3732] Further increase test timeouts 2025-04-10 22:27:03 +03:00
Andrei Pavel
d226b29fd3
[#3732] Further increase test timeouts 2025-04-10 21:02:56 +03:00
Andrei Pavel
f905356502
[#3732] Add some missing tests in meson 2025-04-07 23:00:15 +03:00
Andrei Pavel
e22a02076a
[#3732] Fix ConfigReportTest.getConfigReport 2025-04-04 13:40:23 +03:00
Andrei Pavel
2c8882ae18
[#3732] Detect mit krb5 in meson 2025-04-04 12:37:25 +03:00
Andrei Pavel
73ffdd95ee
[#3732] Prepend prefix only if the prefix is explicitly provided 2025-04-04 12:37:22 +03:00
Andrei Pavel
42edde7415
[#3732] Remove unnecessary kludge section from netconf fallback that searched in /opt 2025-04-04 12:37:21 +03:00
Andrei Pavel
950cbdeca1
[#3732] Fix some paths in meson 2025-04-04 12:37:20 +03:00
Razvan Becheriu
97968ebebb [#3811] fixed indentation 2025-04-02 22:50:49 +03:00
Thomas Markwalder
0ade1dae0f [#3811] Addressed review comments
Changes to be committed:
	modified:   changelog_unreleased/3811-include-the-shared-network-name-in-the-subnetx-list-response
    modified:   src/hooks/dhcp/subnet_cmds/tests/subnet4_cmds_unittest.cc
    modified:   src/hooks/dhcp/subnet_cmds/tests/subnet6_cmds_unittest.cc
    modified:   src/hooks/dhcp/subnet_cmds/tests/subnet_cmds_unittest.h
2025-04-02 15:27:40 -04:00
Thomas Markwalder
11504bff67 [#3811] Return sn name in subnet lists commands
/doc/sphinx/arm/hooks-subnet-cmds.rst
    Updated doc to include shared-network-name in returns

/src/hooks/dhcp/subnet_cmds/subnet_cmds.cc
    subnetToElement() - now optionally inserts the shared network name

/src/hooks/dhcp/subnet_cmds/tests/subnet4_cmds_unittest.cc
/src/hooks/dhcp/subnet_cmds/tests/subnet6_cmds_unittest.cc
/src/hooks/dhcp/subnet_cmds/tests/subnet6_cmds_unittest.cc
    updated tests

added change log entry
2025-04-02 09:37:01 -04:00
Razvan Becheriu
b66fe236f8 [#3569] added ChangeLog entry 2025-03-31 21:31:24 +03:00
Razvan Becheriu
6c0444a0e3 [#3569] added doxygen 2025-03-31 21:05:55 +03:00
Razvan Becheriu
cb78c19f53 [#3569] added comment and unit test for long logger name 2025-03-31 20:54:29 +03:00
Razvan Becheriu
9ee776ac7e [#3569] addressed review comments 2025-03-31 20:20:07 +03:00
Razvan Becheriu
0bcf6fe139 [#3569] add support for legal log syslog 2025-03-31 18:49:45 +03:00
Andrei Pavel
b3c5244fe4 [#3785] Fix config report and increase two timeouts 2025-03-26 22:17:12 +01:00
Francis Dupont
fafe2213d8 [#3785] Made forensic log libloadtest sequential 2025-03-26 22:17:12 +01:00
Francis Dupont
5546e26c35 [#3785] Fixed typo 2025-03-26 22:17:12 +01:00
Francis Dupont
3e73361bfa [#3785] Restored dependencies 2025-03-26 22:17:12 +01:00
Francis Dupont
fce3de43e1 [#3785] Better fix 2025-03-26 22:17:12 +01:00
Francis Dupont
8e55e857f7 [#3785] Fixed spurious log4cplus error messages 2025-03-26 22:17:12 +01:00
Francis Dupont
41a4c2acdd [#3785] Silent shellcheck 2025-03-26 22:17:12 +01:00
Francis Dupont
b13b467390 [#3785] Ported rebuild-tests target 2025-03-26 22:17:12 +01:00
Francis Dupont
330e6072fc [#3785] Added C++ standard 2025-03-26 22:17:12 +01:00
Thomas Markwalder
6b9b87dbad [#3555] Address review comment
modified:   dora_unittest.cc - minor test clean up
2025-03-26 16:47:14 +00:00
Francis Dupont
d24ca2ae8b [#3555] Double semicolon 2025-03-26 16:47:14 +00:00
Francis Dupont
f2915caf3d [#3555] Spelling 2025-03-26 16:47:14 +00:00
Thomas Markwalder
cf371a2d2d [#3555] Cleanups and Changelog
Added Changelog entry
/src/lib/dhcpsrv/alloc_engine.cc
/src/lib/dhcpsrv/tests/alloc_engine4_unittest.cc
    Minor cleanups
2025-03-26 16:47:14 +00:00
Thomas Markwalder
e83c4f59c0 [#3555] Handle conflicts when offer-liftime > 0
/src/bin/dhcp4/tests/dora_unittest.cc
    DORATest::reservationsWithConflicts() - added parameter
    for offer-lifetime

    TEST_F(DORATest, reservationsWithConflictsOfferLft)
    TEST_F(DORATest, reservationsWithConflictsOfferLftMultiThreading)
    - new tests

/src/lib/dhcpsrv/alloc_engine.*
    deleteAssignedLease() - new convenience function

    AllocEngine::requestLease4() - added logic to handle conflicting
    lease when offer-lifetime > 0

    AllocEngine::getOfferLft() - added flag to disable DISCOVER
    only check

/src/lib/dhcpsrv/tests/alloc_engine4_unittest.cc
    TEST_F(AllocEngine4Test, existingLeasePlusTemporary) - new test
2025-03-26 16:47:14 +00:00
Francis Dupont
c0d446237e [#3785] Another fix 2025-03-26 16:00:00 +01:00
Francis Dupont
47458ff23d [#3785] Silent Wshadow 2025-03-26 16:00:00 +01:00
Francis Dupont
559be2b5e6 [#3785] Extra fixes for Fedora 2025-03-26 16:00:00 +01:00
Francis Dupont
b48f82406b [#3785] Made macOS silent 2025-03-26 16:00:00 +01:00
Francis Dupont
d824803f23 [#3785] More fixes 2025-03-26 16:00:00 +01:00
Francis Dupont
6fbf286f98 [#3785] Checkpoint 2025-03-26 16:00:00 +01:00
Francis Dupont
31d33d62cf [#3785] First fixes 2025-03-26 16:00:00 +01:00
Thomas Markwalder
5bb91c777f [#3781] Append zero to generated v6 FQDNs
/doc/sphinx/arm/dhcp6-srv.rst
    Updated the arm

/src/lib/dhcpsrv/d2_client_mgr.cc
    D2ClientMgr::generateFqdn() - modified to append zero
    to names that end in hyphen.

/src/lib/dhcpsrv/tests/d2_client_unittest.cc
    TEST_F(D2ClientMgrParamsTest, generateFqdn) - updated test
2025-03-25 15:35:56 -04:00
Razvan Becheriu
9f8184a920 [#3788] fixed upgrade scripts 2025-03-24 11:30:25 +02:00
Marcin Godzina
108a9e2485 [#3816] release changes 2025-03-21 20:04:50 +01:00
Marcin Godzina
f9aea512c3 [#3817] bump up library versions for 2.7.7 2025-03-21 18:16:35 +00:00
Francis Dupont
2637ca54ab [#3793] Fixed getVersion tests 2025-03-20 14:53:31 +01:00
Francis Dupont
a8833e16e0 [#3793] Fixed doxygen 2025-03-20 14:13:06 +01:00
Francis Dupont
ccfa215d96 [#3793] Removed obsolete flags 2025-03-20 14:13:06 +01:00
Francis Dupont
40a7fa075d [#3802] Spelling 2025-03-20 13:01:01 +01:00
Francis Dupont
523796c815 [#3802] Updated and fixed tests 2025-03-20 13:01:01 +01:00
Francis Dupont
ac528239bd [#3802] Checkpoint 2025-03-20 13:01:01 +01:00