summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [#3361] fix typosKea-2.5.8Wlodek Wencel2024-04-292-3/+3
|
* [#3361] release changesWlodzimierz Wencel2024-04-29133-163/+168
|
* [#3355] bump up library versions for 2.5.8 releasePiotrek Zadroga2024-04-2619-19/+24
|
* [#2984] Updated docFrancis Dupont2024-04-261-4/+5
|
* [#2976] addressed reviewRazvan Becheriu2024-04-263-23/+22
|
* [#2976] Added doc and ChangeLog entryFrancis Dupont2024-04-262-1/+42
|
* [#2976] Added DORA+RENEW testsFrancis Dupont2024-04-262-6/+259
|
* [#2976] Began basic UTsFrancis Dupont2024-04-263-10/+449
|
* [#2976] Added recoverStashedAgentOptionFrancis Dupont2024-04-265-10/+141
|
* [#2976] Disabled stashed RAI in updateLease4ExtendedInfoFrancis Dupont2024-04-262-0/+69
|
* [#2976] Disabled stashed RAI copy into responseFrancis Dupont2024-04-262-8/+62
|
* [#2976] Rebuilt get_config_unittest.ccFrancis Dupont2024-04-261-2/+78
|
* [#2976] Regen flex/bisonFrancis Dupont2024-04-264-4021/+4072
|
* [#2976] Extended syntaxFrancis Dupont2024-04-267-1/+27
|
* [#2820] addressed review commentsPiotrek Zadroga2024-04-268-8/+44
|
* [#2820] revert some log msgsPiotrek Zadroga2024-04-268-45/+26
|
* [#2820] ChangeLog entryPiotrek Zadroga2024-04-261-0/+6
|
* [#2820] small fixesPiotrek Zadroga2024-04-262-11/+11
|
* [#2820] add tid in some packets logsPiotrek Zadroga2024-04-268-51/+89
|
* [#2820] add tid in some options logsPiotrek Zadroga2024-04-266-11/+17
|
* [#2820] add tid in some leases logsPiotrek Zadroga2024-04-263-2/+3
|
* [#2820] add tid in all eval logsPiotrek Zadroga2024-04-269-610/+734
|
* [#2820] add tid in some ddns logsPiotrek Zadroga2024-04-263-4/+5
|
* [#2820] add tid in some bad-packets logsPiotrek Zadroga2024-04-266-15/+21
|
* [#2820] add tid in some alloc-engine logsPiotrek Zadroga2024-04-263-12/+18
|
* [#3344] Addressed review comments (doc)Marcin Siodelski2024-04-264-25/+63
|
* [#3344] Correct Kea versions in commentsTomek Mrugalski2024-04-263-9/+9
|
* [#3344] Fix origin type in notify cmdMarcin Siodelski2024-04-262-2/+10
|
* [#3344] Use origin-id instead of originMarcin Siodelski2024-04-2614-56/+499
| | | | | The HA partners now send the commands with both origin-id and origin to provide backward compatibility between different Kea versions.
* [#1914] Use IOService::stopAndPollMarcin Siodelski2024-04-261-5/+1
|
* [#1914] Fixed unstable HA testsMarcin Siodelski2024-04-262-1/+8
|
* [#3254] add ChangeLog entryAndrei Pavel2024-04-241-0/+6
|
* [#3254] 'premium: no' in version when missingAndrei Pavel2024-04-241-0/+1
|
* [#3254] consistent version output across executablesAndrei Pavel2024-04-2427-59/+87
| | | | | | | | | | | | | | | - replace VERSION with PACKAGE_VERSION in src/bin/admin to avoid overlap with VERSION used in src/share/database. - add -V to kea-admin - add -V to kea-shell - add -V to keactrl - add -V to perfdhcp - removed getVersionAddendum from d2 and added the openssl version to the output of other process versions since it's not only used by d2 - make all -V outputs consistent. Some are showing only core version and are missing premium version which is fine since they are the executables that don't have something to do with premium directly anyway.
* [#3254] show premium source in extended versionAndrei Pavel2024-04-246-17/+24
|
* [#3254] show premium source in config reportAndrei Pavel2024-04-241-2/+3
|
* [#3314] Addressed review commentThomas Markwalder2024-04-241-1/+1
| | | | Typo in UT commentary.
* [#3314] Review commentThomas Markwalder2024-04-241-1/+2
| | | | | Fixed UT test. modified: callout_handle_unittest.cc
* [#3314] Add optional handle context member fetchThomas Markwalder2024-04-242-0/+61
| | | | | modified: src/lib/hooks/callout_handle.h modified: src/lib/hooks/tests/callout_handle_unittest.cc
* [#3247] add rocky linux 9Marcin Godzina2024-04-241-33/+78
|
* [#3321] Added back missing header in Makefile.amTomek Mrugalski2024-04-231-0/+1
|
* [#3321] legacy code removedTomek Mrugalski2024-04-2311-1384/+3
|
* [#3347] Updated ChangeLogThomas Markwalder2024-04-232-4/+3
|
* [#3347] Added ChangeLogThomas Markwalder2024-04-231-0/+6
|
* [#3347] Handle calls with no subnetThomas Markwalder2024-04-235-19/+38
| | | | | | | | | | | | Move handling of subnet parmaeter from callouts to PerfMonMgr::processPktEventStack(). modified: perfmon_callouts.cc perfmon_mgr.cc perfmon_mgr.h tests/Makefile.am tests/perfmon_mgr_unittests.cc
* [#3294] ChangeLog entryPiotrek Zadroga2024-04-231-0/+9
|
* [#3294] adding UTsPiotrek Zadroga2024-04-234-0/+54
|
* [#3294] fix reservation-del psql queryPiotrek Zadroga2024-04-231-1/+2
| | | | | | - fixing a bug where when postgresql used as hosts reservations backend and when trying to delete only one reservation with host_cmds reservation-del by ipv6 and subnet-id, all host reservations in given subnet were deleted
* [#3315] use enum SpawnMode instead of boolRazvan Becheriu2024-04-229-44/+48
|
* [#3315] use stopAndPollRazvan Becheriu2024-04-2268-455/+204
|