Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [#3347] Updated ChangeLog | Thomas Markwalder | 2024-04-23 | 2 | -4/+3 |
| | |||||
* | [#3347] Added ChangeLog | Thomas Markwalder | 2024-04-23 | 1 | -0/+6 |
| | |||||
* | [#3347] Handle calls with no subnet | Thomas Markwalder | 2024-04-23 | 5 | -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 entry | Piotrek Zadroga | 2024-04-23 | 1 | -0/+9 |
| | |||||
* | [#3294] adding UTs | Piotrek Zadroga | 2024-04-23 | 4 | -0/+54 |
| | |||||
* | [#3294] fix reservation-del psql query | Piotrek Zadroga | 2024-04-23 | 1 | -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 bool | Razvan Becheriu | 2024-04-22 | 9 | -44/+48 |
| | |||||
* | [#3315] use stopAndPoll | Razvan Becheriu | 2024-04-22 | 68 | -455/+204 |
| | |||||
* | [#3315] fix ProcessSpawn IOService | Razvan Becheriu | 2024-04-22 | 17 | -167/+96 |
| | |||||
* | [#3315] addressed review comments | Razvan Becheriu | 2024-04-22 | 42 | -398/+483 |
| | |||||
* | [#3315] use internal IOService for hooks | Razvan Becheriu | 2024-04-22 | 58 | -341/+1077 |
| | |||||
* | [#2957] Addressed review comments | Thomas Markwalder | 2024-04-22 | 4 | -4/+9 |
| | | | | Minor corrections, added ChangeLog and fixed db-version UT. | ||||
* | [#2957] Fix dhcp4_server_modification_ts index | Thomas Markwalder | 2024-04-22 | 7 | -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 #3125 | Marcin Siodelski | 2024-04-19 | 1 | -0/+7 |
| | |||||
* | [#3125] Corrected drop stats in HA | Marcin Siodelski | 2024-04-19 | 2 | -8/+83 |
| | |||||
* | [#3125] Pkt6 drop statistics not increased | Marcin Siodelski | 2024-04-19 | 3 | -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 Mrugalski | 2024-04-18 | 1 | -1/+1 |
| | |||||
* | Apply 1 suggestion(s) to 1 file(s) | Tomek Mrugalski | 2024-04-18 | 1 | -1/+1 |
| | |||||
* | [#3098] Updated ARM regarding DDNS params | Thomas Markwalder | 2024-04-18 | 2 | -0/+19 |
| | | | | | | | | modified: arm/dhcp4-srv.rst modified: arm/dhcp6-srv.rst modified: arm/hooks.rst - removed // comment from JSON block | ||||
* | [#3319] typo fix | Piotrek Zadroga | 2024-04-17 | 1 | -1/+1 |
| | |||||
* | [#3319] recover C++14 namespace syntax | Piotrek Zadroga | 2024-04-17 | 2 | -4/+11 |
| | |||||
* | [#3319] lib util recover new lines | Piotrek Zadroga | 2024-04-17 | 2 | -52/+200 |
| | | | | - recover new lines removed by mistake by auto-formatting | ||||
* | [#3319] lib util doxygen refactor | Piotrek Zadroga | 2024-04-17 | 2 | -280/+126 |
| | | | | - also imports reorder | ||||
* | [#3320] minor changes | Razvan Becheriu | 2024-04-17 | 51 | -313/+313 |
| | |||||
* | [#3320] minor changes | Razvan Becheriu | 2024-04-17 | 51 | -313/+313 |
| | |||||
* | [#1743] fix circular dependency in src/lib/log | Andrei Pavel | 2024-04-17 | 1 | -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 tests | Francis Dupont | 2024-04-16 | 4 | -26/+184 |
| | |||||
* | [#3133] Checkpoint | Francis Dupont | 2024-04-16 | 6 | -3/+26 |
| | |||||
* | [#3133] Regen flex/bison | Francis Dupont | 2024-04-16 | 4 | -1072/+1134 |
| | |||||
* | [#3133] Extended syntax | Francis Dupont | 2024-04-16 | 2 | -2/+28 |
| | |||||
* | [#3250] Fixed sporadic test failure | Marcin Siodelski | 2024-04-16 | 1 | -1/+1 |
| | |||||
* | [#3276] Check invalid server name during sync | Marcin Siodelski | 2024-04-16 | 4 | -95/+142 |
| | |||||
* | [#3276] Added ChangeLog for #3276 | Marcin Siodelski | 2024-04-16 | 1 | -1/+7 |
| | |||||
* | [#3276] Fix synchronization in passive-backup | Marcin Siodelski | 2024-04-16 | 3 | -27/+156 |
| | |||||
* | [#3250] Updated ARM | Marcin Siodelski | 2024-04-16 | 1 | -1/+5 |
| | |||||
* | [#3250] Corrected typos after code review | Marcin Siodelski | 2024-04-16 | 3 | -10/+10 |
| | |||||
* | [#3250] Added ChangeLog for #3250 | Marcin Siodelski | 2024-04-16 | 1 | -0/+9 |
| | |||||
* | [#3250] Delayed transition to terminated | Marcin Siodelski | 2024-04-16 | 10 | -5/+204 |
| | |||||
* | [#3336] Fix the doc build | Marcin Siodelski | 2024-04-16 | 1 | -2/+1 |
| | | | | JSON examples must not include the inline comments. | ||||
* | [#3289] Typo | Francis Dupont | 2024-04-07 | 1 | -2/+2 |
| | |||||
* | [#3289] Added v6 part | Francis Dupont | 2024-04-07 | 4 | -7/+43 |
| | |||||
* | [#3289] New fix | Francis Dupont | 2024-04-05 | 6 | -7/+41 |
| | |||||
* | [#3298] Made MemHostDataSource MT safe | Francis Dupont | 2024-04-04 | 2 | -1/+30 |
| | |||||
* | [#3299] fix parked-packet-limit mentions in ARM | Andrei Pavel | 2024-04-04 | 8 | -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 comments | Razvan Becheriu | 2024-04-04 | 13 | -73/+31 |
| | |||||
* | [#3281] stop service just in case it was still running | Razvan Becheriu | 2024-04-04 | 51 | -5/+97 |
| | |||||
* | [#3281] use shared_from_this | Razvan Becheriu | 2024-04-04 | 20 | -134/+198 |
| | |||||
* | [#3281] use shared_from_this | Razvan Becheriu | 2024-04-04 | 16 | -164/+194 |
| | |||||
* | [#3316] fixed build | Razvan Becheriu | 2024-04-03 | 1 | -0/+1 |
| | |||||
* | [#3316] fixed doxygen | Razvan Becheriu | 2024-04-03 | 170 | -2441/+1095 |
| |