Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [#3237] release changes | Wlodek Wencel | 2024-01-29 | 2 | -0/+6 |
| | |||||
* | [#1790] updated list of CB parameters | Razvan Becheriu | 2024-01-26 | 2 | -4/+4 |
| | |||||
* | [#1790] added parameters to ARM | Razvan Becheriu | 2024-01-26 | 2 | -0/+158 |
| | |||||
* | [#3198] change --edit to --import in docs | Andrei Pavel | 2024-01-26 | 1 | -6/+6 |
| | | | | to avoid ambiguities caused by the merge operation in sysrepocfg --edit | ||||
* | [#3198] make data a key for option-data in code | Andrei Pavel | 2024-01-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add ability to set list element that only has keys in Translator::setItem. - Explicitly set list elements in case they contain only keys which can be more common now that data is a key since it is likely one can have entries that only have code, space, and data. - Handle no data as empty data when setting, and empty data as no data when getting. This avoids the need to add an empty "data" element to all options that lack it in all-options.json so that the unit tests pass. But this goes to show that data-less entries may be encountered in production as well, so more importantly this caters to that scenario. - Adjust data in kea4/all-options.json to not contain singlequotes. There was only one occurrence of it. This is a limitation related to unit testing only. Opened issue 3216 about it. - Add missing tests that are not strictly related to the data key, but they are related to option data: - TranslatorOptionDataListTestv6.getEmpty - TranslatorOptionDataListTestv4.get - TranslatorOptionDataListTestv6.setEmpty - TranslatorOptionDataListTestv4.set - Add unit tests: - TranslatorOptionDataListTestv4.optionsSameCodeAndSpace - TranslatorOptionDataListTestv6.optionsSameCodeAndSpace - Add snippet that tests setting of list element with keys only in TranslatorTest.setItem. | ||||
* | [#3123] add documentation for the peer-updates flag in radius | Andrei Pavel | 2024-01-25 | 2 | -2/+12 |
| | |||||
* | [#3074] internal opt type refactor | Piotrek Zadroga | 2024-01-15 | 2 | -6/+2 |
| | |||||
* | [#3074] ARM update | Piotrek Zadroga | 2024-01-09 | 1 | -1/+5 |
| | |||||
* | [#3074] option example update | Piotrek Zadroga | 2024-01-09 | 1 | -5/+3 |
| | |||||
* | [#3074] added ChangeLog entry | Piotrek Zadroga | 2024-01-09 | 2 | -2/+3 |
| | | | | Also, some other corrections. | ||||
* | [#3074] unpack reworked | Piotrek Zadroga | 2024-01-09 | 1 | -3/+5 |
| | |||||
* | [#3074] change option type to binary | Piotrek Zadroga | 2024-01-09 | 1 | -1/+1 |
| | |||||
* | [#3074] adding UTs for option 121 | Piotrek Zadroga | 2024-01-09 | 1 | -1/+3 |
| | |||||
* | [#3074] adding option 121 in ARM | Piotrek Zadroga | 2024-01-09 | 1 | -0/+2 |
| | |||||
* | [#3074] adding example of option 121 | Piotrek Zadroga | 2024-01-09 | 1 | -0/+29 |
| | |||||
* | [#3178] Include server-name in status-get | Marcin Siodelski | 2024-01-05 | 1 | -2/+4 |
| | |||||
* | [#3178] Small ARM edits after review | Marcin Siodelski | 2024-01-05 | 1 | -2/+3 |
| | |||||
* | [#3178] Documented hub-and-spoke | Marcin Siodelski | 2024-01-05 | 1 | -0/+218 |
| | |||||
* | [#3108] addressed review comments | Razvan Becheriu | 2023-12-18 | 2 | -2/+6 |
| | |||||
* | [#3168] add anchors to RADIUS docs | Andrei Pavel | 2023-12-14 | 1 | -0/+5 |
| | |||||
* | [#3168] Removed old RADIUS | Francis Dupont | 2023-12-14 | 4 | -1007/+350 |
| | |||||
* | [#3019] updated documentation and added ChangeLog entry | Razvan Becheriu | 2023-12-14 | 4 | -0/+19 |
| | |||||
* | [#3019] addressed review comments | Razvan Becheriu | 2023-12-14 | 3 | -25/+25 |
| | |||||
* | [#3019] addressed review comments | Razvan Becheriu | 2023-12-14 | 4 | -20/+24 |
| | |||||
* | [#3019] retry db open on startup | Razvan Becheriu | 2023-12-14 | 8 | -7/+83 |
| | |||||
* | [#3107] Single-threaded mode for ping-check | Thomas Markwalder | 2023-12-13 | 1 | -6/+2 |
| | | | | | | | | | | | | | doc/sphinx/arm/hooks-ping-check.rst Removed note about single-threaded mode Added ChangeLog src/lib/dhcp/iface_mgr.* IfaceMgr::isExternalSocket() - new function to facilitate UTs src/lib/dhcp/tests/iface_mgr_unittest.cc Updated tests | ||||
* | [#3128] fixed style | Wlodek Wencel | 2023-12-05 | 1 | -1/+1 |
| | |||||
* | [#3128] updated hammer docs | Wlodek Wencel | 2023-12-05 | 1 | -2/+2 |
| | |||||
* | [#3110] Clean up and more tests | Thomas Markwalder | 2023-12-01 | 3 | -7/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a ChangeLog entry src/hooks/dhcp/high_availability/ha_impl.cc HAImpl::lease4ServerDecline() - always return NEXT_STEP_CONTINUE, and set peers_to_update argument. src/hooks/dhcp/high_availability/ha_service.* Renamed HAService::asyncSendLeaseUpdate() to asyncSendSingleLeaseUpdate() src/hooks/dhcp/high_availability/tests/ha_impl_unittest.cc TEST_F(HAImplTest, lease4ServerDecline) - new test src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc TEST_F(HAServiceTest, successfulSendSingleLeaseUpdateWithoutParking) TEST_F(HAServiceTest, successfulSendSingleLeaseUpdateWithParking) - new tests doc/sphinx/arm/hooks-ping-check.rst Removed note about HA updates doc/sphinx/arm/hooks.rst Updated ping-check description in table of hooks doc/sphinx/arm/logging.rst Added ping-check-hooks logger to table of loggers | ||||
* | [#3106] Network state constants further apart | Marcin Siodelski | 2023-11-29 | 1 | -1/+1 |
| | |||||
* | [#3106] Typos "a HA" to "an HA" | Marcin Siodelski | 2023-11-29 | 1 | -2/+2 |
| | |||||
* | [#3106] Update HA commands documentation | Marcin Siodelski | 2023-11-29 | 1 | -18/+68 |
| | |||||
* | [#3106] Network state change per HA service | Marcin Siodelski | 2023-11-29 | 1 | -9/+10 |
| | |||||
* | [#2442] document order of RADIUS attributes | Andrei Pavel | 2023-11-27 | 1 | -2/+14 |
| | |||||
* | [#3084] fixed doxygen and comments | Razvan Becheriu | 2023-11-21 | 1 | -10/+10 |
| | |||||
* | [#3084] addressed review comments | Piotrek Zadroga | 2023-11-21 | 1 | -12/+12 |
| | | | | - fixing mostly typos | ||||
* | [#3084] Minor ARM fixes | Thomas Markwalder | 2023-11-21 | 2 | -8/+7 |
| | | | | | modified: doc/sphinx/arm/hooks-ping-check.rst modified: doc/sphinx/arm/hooks.rst | ||||
* | [3084] Fix JSON in ARM | Thomas Markwalder | 2023-11-21 | 1 | -16/+16 |
| | | | | modified: hooks-ping-check.rst | ||||
* | [#3084] Minor update to ARM | Thomas Markwalder | 2023-11-21 | 1 | -2/+4 |
| | | | | modified: hooks-ping-check.rst | ||||
* | [#3084] Added initial ARM documentation | Thomas Markwalder | 2023-11-21 | 1 | -5/+167 |
| | | | | modified: hooks-ping-check.rst | ||||
* | [#2442] code-block without argument not allowed | Andrei Pavel | 2023-11-15 | 4 | -16/+16 |
| | | | | Plus a few typo fixes. | ||||
* | [#2442] address review comments | Andrei Pavel | 2023-11-15 | 4 | -75/+101 |
| | |||||
* | [#2442] enable nitpicky in sphinx | Andrei Pavel | 2023-11-15 | 4 | -8/+9 |
| | | | | | To warn about all broken references. Also fixes the few broken references found. | ||||
* | [#2442] add the old RADIUS doc back | Andrei Pavel | 2023-11-15 | 2 | -303/+941 |
| | |||||
* | [#2442] address review comments | Andrei Pavel | 2023-11-15 | 1 | -0/+12 |
| | |||||
* | [#2442] docs: diff between old and new RADIUS libs | Andrei Pavel | 2023-11-15 | 1 | -0/+51 |
| | |||||
* | [#2442] add RADIUS server example to ARM | Andrei Pavel | 2023-11-15 | 1 | -33/+106 |
| | |||||
* | [#2442] RADIUS UML | Andrei Pavel | 2023-11-15 | 6 | -5/+117 |
| | |||||
* | [#2442] move RADIUS documentation to integrations | Andrei Pavel | 2023-11-15 | 5 | -624/+367 |
| | |||||
* | [#2442] update RADIUS documentation | Andrei Pavel | 2023-11-15 | 1 | -118/+124 |
| |