summaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#3237] release changesWlodek Wencel2024-01-292-0/+6
|
* [#1790] updated list of CB parametersRazvan Becheriu2024-01-262-4/+4
|
* [#1790] added parameters to ARMRazvan Becheriu2024-01-262-0/+158
|
* [#3198] change --edit to --import in docsAndrei Pavel2024-01-261-6/+6
| | | | to avoid ambiguities caused by the merge operation in sysrepocfg --edit
* [#3198] make data a key for option-data in codeAndrei Pavel2024-01-261-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 radiusAndrei Pavel2024-01-252-2/+12
|
* [#3074] internal opt type refactorPiotrek Zadroga2024-01-152-6/+2
|
* [#3074] ARM updatePiotrek Zadroga2024-01-091-1/+5
|
* [#3074] option example updatePiotrek Zadroga2024-01-091-5/+3
|
* [#3074] added ChangeLog entryPiotrek Zadroga2024-01-092-2/+3
| | | | Also, some other corrections.
* [#3074] unpack reworkedPiotrek Zadroga2024-01-091-3/+5
|
* [#3074] change option type to binaryPiotrek Zadroga2024-01-091-1/+1
|
* [#3074] adding UTs for option 121Piotrek Zadroga2024-01-091-1/+3
|
* [#3074] adding option 121 in ARMPiotrek Zadroga2024-01-091-0/+2
|
* [#3074] adding example of option 121Piotrek Zadroga2024-01-091-0/+29
|
* [#3178] Include server-name in status-getMarcin Siodelski2024-01-051-2/+4
|
* [#3178] Small ARM edits after reviewMarcin Siodelski2024-01-051-2/+3
|
* [#3178] Documented hub-and-spokeMarcin Siodelski2024-01-051-0/+218
|
* [#3108] addressed review commentsRazvan Becheriu2023-12-182-2/+6
|
* [#3168] add anchors to RADIUS docsAndrei Pavel2023-12-141-0/+5
|
* [#3168] Removed old RADIUSFrancis Dupont2023-12-144-1007/+350
|
* [#3019] updated documentation and added ChangeLog entryRazvan Becheriu2023-12-144-0/+19
|
* [#3019] addressed review commentsRazvan Becheriu2023-12-143-25/+25
|
* [#3019] addressed review commentsRazvan Becheriu2023-12-144-20/+24
|
* [#3019] retry db open on startupRazvan Becheriu2023-12-148-7/+83
|
* [#3107] Single-threaded mode for ping-checkThomas Markwalder2023-12-131-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 styleWlodek Wencel2023-12-051-1/+1
|
* [#3128] updated hammer docsWlodek Wencel2023-12-051-2/+2
|
* [#3110] Clean up and more testsThomas Markwalder2023-12-013-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 apartMarcin Siodelski2023-11-291-1/+1
|
* [#3106] Typos "a HA" to "an HA"Marcin Siodelski2023-11-291-2/+2
|
* [#3106] Update HA commands documentationMarcin Siodelski2023-11-291-18/+68
|
* [#3106] Network state change per HA serviceMarcin Siodelski2023-11-291-9/+10
|
* [#2442] document order of RADIUS attributesAndrei Pavel2023-11-271-2/+14
|
* [#3084] fixed doxygen and commentsRazvan Becheriu2023-11-211-10/+10
|
* [#3084] addressed review commentsPiotrek Zadroga2023-11-211-12/+12
| | | | - fixing mostly typos
* [#3084] Minor ARM fixesThomas Markwalder2023-11-212-8/+7
| | | | | modified: doc/sphinx/arm/hooks-ping-check.rst modified: doc/sphinx/arm/hooks.rst
* [3084] Fix JSON in ARMThomas Markwalder2023-11-211-16/+16
| | | | modified: hooks-ping-check.rst
* [#3084] Minor update to ARMThomas Markwalder2023-11-211-2/+4
| | | | modified: hooks-ping-check.rst
* [#3084] Added initial ARM documentationThomas Markwalder2023-11-211-5/+167
| | | | modified: hooks-ping-check.rst
* [#2442] code-block without argument not allowedAndrei Pavel2023-11-154-16/+16
| | | | Plus a few typo fixes.
* [#2442] address review commentsAndrei Pavel2023-11-154-75/+101
|
* [#2442] enable nitpicky in sphinxAndrei Pavel2023-11-154-8/+9
| | | | | To warn about all broken references. Also fixes the few broken references found.
* [#2442] add the old RADIUS doc backAndrei Pavel2023-11-152-303/+941
|
* [#2442] address review commentsAndrei Pavel2023-11-151-0/+12
|
* [#2442] docs: diff between old and new RADIUS libsAndrei Pavel2023-11-151-0/+51
|
* [#2442] add RADIUS server example to ARMAndrei Pavel2023-11-151-33/+106
|
* [#2442] RADIUS UMLAndrei Pavel2023-11-156-5/+117
|
* [#2442] move RADIUS documentation to integrationsAndrei Pavel2023-11-155-624/+367
|
* [#2442] update RADIUS documentationAndrei Pavel2023-11-151-118/+124
|