summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [#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
|
* [#3315] fix ProcessSpawn IOServiceRazvan Becheriu2024-04-2217-167/+96
|
* [#3315] addressed review commentsRazvan Becheriu2024-04-2242-398/+483
|
* [#3315] use internal IOService for hooksRazvan Becheriu2024-04-2258-341/+1077
|
* [#2957] Addressed review commentsThomas Markwalder2024-04-224-4/+9
| | | | Minor corrections, added ChangeLog and fixed db-version UT.
* [#2957] Fix dhcp4_server_modification_ts indexThomas Markwalder2024-04-227-5/+96
| | | | | | | | | | | | | | | | | | | | | src/share/database/scripts/pgsql/upgrade_020_to_021.sh.in - new file, corrects dhcp4_server_modifcation_ts index configure.ac added src/share/database/scripts/pgsql/upgrade_020_to_021.sh src/bin/admin/tests/pgsql_tests.sh.in Added pgsql_upgrade_20_to_21_test() src/lib/pgsql/pgsql_connection.h Updated schema version src/share/database/scripts/pgsql/.gitignore src/share/database/scripts/pgsql/Makefile.am Added upgrade_020_to_021.sh src/share/database/scripts/pgsql/dhcpdb_create.pgsql Added correction of dhcp4_server_modifcation_ts index
* [#3125] Add ChangeLog for #3125Marcin Siodelski2024-04-191-0/+7
|
* [#3125] Corrected drop stats in HAMarcin Siodelski2024-04-192-8/+83
|
* [#3125] Pkt6 drop statistics not increasedMarcin Siodelski2024-04-193-6/+28
| | | | | | | | | The drop statistics should be maintained by the hook libraries rather than the server. We had a discrepancy between the DHCPv4 and DHCPv6 server where the latter increased the drop statistics when the hook library returned the DROP status for the pkt6-receive or buffer6-receive callout. It resulted in the increased drop stats for the load balanced packets. It was not the case for the DHCPv4 server.
* Apply 1 suggestion(s) to 1 file(s)Tomek Mrugalski2024-04-181-1/+1
|
* Apply 1 suggestion(s) to 1 file(s)Tomek Mrugalski2024-04-181-1/+1
|
* [#3098] Updated ARM regarding DDNS paramsThomas Markwalder2024-04-182-0/+19
| | | | | | | | modified: arm/dhcp4-srv.rst modified: arm/dhcp6-srv.rst modified: arm/hooks.rst - removed // comment from JSON block
* [#3319] typo fixPiotrek Zadroga2024-04-171-1/+1
|
* [#3319] recover C++14 namespace syntaxPiotrek Zadroga2024-04-172-4/+11
|
* [#3319] lib util recover new linesPiotrek Zadroga2024-04-172-52/+200
| | | | - recover new lines removed by mistake by auto-formatting
* [#3319] lib util doxygen refactorPiotrek Zadroga2024-04-172-280/+126
| | | | - also imports reorder
* [#3320] minor changesRazvan Becheriu2024-04-1751-313/+313
|
* [#3320] minor changesRazvan Becheriu2024-04-1751-313/+313
|
* [#1743] fix circular dependency in src/lib/logAndrei Pavel2024-04-171-2/+10
| | | | | | | | | | | | Fixes the problem where to generate log_messages.(cc|h), you need kea-msg-compiler, but to compile kea-msg-compiler you need log_messages.(cc|h). This halted compilation even when building from scratch. Simply only regenerate log_messages.(cc|h) only if kea-msg-compiler exists. It will not regenerate the files on first pass, but one can explicitly call `make messages -C src/lib/log` afterwards to regenerate the files.
* [#3133] Updated code and testsFrancis Dupont2024-04-164-26/+184
|
* [#3133] CheckpointFrancis Dupont2024-04-166-3/+26
|
* [#3133] Regen flex/bisonFrancis Dupont2024-04-164-1072/+1134
|
* [#3133] Extended syntaxFrancis Dupont2024-04-162-2/+28
|
* [#3250] Fixed sporadic test failureMarcin Siodelski2024-04-161-1/+1
|
* [#3276] Check invalid server name during syncMarcin Siodelski2024-04-164-95/+142
|
* [#3276] Added ChangeLog for #3276Marcin Siodelski2024-04-161-1/+7
|
* [#3276] Fix synchronization in passive-backupMarcin Siodelski2024-04-163-27/+156
|
* [#3250] Updated ARMMarcin Siodelski2024-04-161-1/+5
|
* [#3250] Corrected typos after code reviewMarcin Siodelski2024-04-163-10/+10
|
* [#3250] Added ChangeLog for #3250Marcin Siodelski2024-04-161-0/+9
|
* [#3250] Delayed transition to terminatedMarcin Siodelski2024-04-1610-5/+204
|
* [#3336] Fix the doc buildMarcin Siodelski2024-04-161-2/+1
| | | | JSON examples must not include the inline comments.
* [#3289] TypoFrancis Dupont2024-04-071-2/+2
|
* [#3289] Added v6 partFrancis Dupont2024-04-074-7/+43
|
* [#3289] New fixFrancis Dupont2024-04-056-7/+41
|
* [#3298] Made MemHostDataSource MT safeFrancis Dupont2024-04-042-1/+30
|
* [#3299] fix parked-packet-limit mentions in ARMAndrei Pavel2024-04-048-70/+106
| | | | | | | | - move PPL section to general hooks section - remove note that PPL is used only for HA - add PPL section in RADIUS - add PPL reference in ping-check - change values in doc/examples to resemble defaults
* [#3281] addressed review commentsRazvan Becheriu2024-04-0413-73/+31
|
* [#3281] stop service just in case it was still runningRazvan Becheriu2024-04-0451-5/+97
|
* [#3281] use shared_from_thisRazvan Becheriu2024-04-0420-134/+198
|
* [#3281] use shared_from_thisRazvan Becheriu2024-04-0416-164/+194
|
* [#3316] fixed buildRazvan Becheriu2024-04-031-0/+1
|
* [#3316] fixed doxygenRazvan Becheriu2024-04-03170-2441/+1095
|