| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-22 | [#2545] Fix documentation for long options | Marcin Siodelski | |
| 2022-09-19 | [#2507] Replace CriticalSection with mutex lock in stat_cmds | Thomas Markwalder | |
| src/hooks/dhcp/stat_cmds/stat_cmds.cc StatCmds::statLease4GetHandler(CalloutHandle& handle) StatCmds::statLease6GetHandler(CalloutHandle& handle) - removed MultiThreadingCriticalSection instance src/lib/dhcpsrv/memfile_lease_mgr.cc Memfile_LeaseMgr::startLeaseStatsQuery4() Memfile_LeaseMgr::startSubnetLeaseStatsQuery4) Memfile_LeaseMgr::startLeaseStatsQuery6() Memfile_LeaseMgr::startSubnetLeaseStatsQuery6() Memfile_LeaseMgr::startSubnetRangeLeaseStatsQuery6() - lock mutex when runninng in MT | |||
| 2022-09-14 | [#2519] add ChangeLog entry | Andrei Pavel | |
| 2022-09-14 | [#2519] remove CallbackWrapper | Andrei Pavel | |
| Reportedly, this improves compatibility between gcc 8 and boost 1.75. Taking the removed comment into account, this seems to come at the cost of reduced compatibility with SunStudio. Seems like a trade-off worth making on top of the fact that it simplifies the code. | |||
| 2022-09-07 | [#1955] add ChangeLog entry | Andrei Pavel | |
| 2022-09-06 | [#1955] Improved loggerInit code | Francis Dupont | |
| 2022-09-06 | [#1955] add unit tests for logging errors | Andrei Pavel | |
| 2022-09-06 | [#1955] don't revert logging on initial config fail | Andrei Pavel | |
| 2022-08-31 | [#2550] remove unused argument in classifyByVendor | Andrei Pavel | |
| 2022-08-31 | [#2556] update version in configure.ac | Wlodek Wencel | |
| 2022-08-29 | [#2551] removed admin-utils.sh from EXTRA_DISTKea-2.3.0 | Wlodek Wencel | |
| 2022-08-29 | [#2551] release changes | Wlodek Wencel | |
| 2022-08-29 | [#2546] bump lib versions for 2.3.0 | Razvan Becheriu | |
| 2022-08-29 | [#2441] added warning message to instruct Kea MT rewuired HA+MT | Razvan Becheriu | |
| 2022-08-29 | [#2441] fixed compilation warnings | Razvan Becheriu | |
| 2022-08-29 | [#2441] fixed comments in examples | Razvan Becheriu | |
| 2022-08-27 | [#2441] added HA+MT and HA+MT+TLS examples | Razvan Becheriu | |
| 2022-08-26 | [#2537] add ChangeLog entry | Andrei Pavel | |
| 2022-08-26 | [#2537] document logging inheritance more clearly | Andrei Pavel | |
| 2022-08-26 | [#2537] put root logger specification at the front | Andrei Pavel | |
| When multiple loggers are configured, it is possible that a child logger is processed before the root logger. The order that is in `loggers` configuration seems to be respected. This could have been a feature in itself, but to keep it simple and according to the documentation, the root logger was placed in front of the list on `applyLoggingCfg()`. The root logger that is currently configured is now always the one that is inherited. Deleting the root logger is another scenario that could have been problematic. However, all the specifications are processed through a locally declared `LoggerManager`. When it goes out of scope it destructs, causing `delete impl_` which resets `root_spec_`. So when reconfiguration comes, it's like the previous root logger was never there. We benefit from this default behavior, and there is no other redundant resetting of root_spec_. | |||
| 2022-08-26 | [#2537] add inheritance of output_options | Andrei Pavel | |
| Unlike severity and debug level that have inheritance support embedded in log4cplus, output_options do not. This commit adds support for this inheritance by storing a copy of the root logger's specification and using it on child loggers if they don't have a specification themselves. | |||
| 2022-08-26 | [#2537] allow logger severity inheritance | Andrei Pavel | |
| Inheritance of severity + debug level is already supported by log4cplus. This is already tested in: * LoggerTest.SeverityInheritance * LoggerTest.EffectiveSeverityInheritance * LoggerTest.DebugLevelInheritance To benefit from inheritance, the user first has to be able to omit the severity. As a result, a missing severity no longer throws an exception. The exception did not even do a good job of preventing wrong severity values. Try configuring "severity": "FOO" to see that it does not get caught on this point. | |||
| 2022-08-26 | [#2537] add space in error message | Andrei Pavel | |
| There was a missing space after colon in the following error message: DHCP4_CONFIG_LOAD_FAIL configuration error using file: <file>, reason: Error while processing command 'config-set':loggers entry does not have a mandatory 'severity' element | |||
| 2022-08-26 | [#2527] added ChangeLog entry | Razvan Becheriu | |
| 2022-08-26 | [#2527] added options 151-157 from RFC6926 | Razvan Becheriu | |
| 2022-08-26 | [#2450] Review changes | Thomas Markwalder | |
| Minor editing changes | |||
| 2022-08-26 | [#2450] updated rbac hook documentation | Wlodek Wencel | |
| 2022-08-26 | [#2510] hammer.py: fix the name of debian freeradius-client packages | Andrei Pavel | |
| 2022-08-26 | [#2528] updated bump-lib-versions script for latest versioning model | Razvan Becheriu | |
| 2022-08-26 | [#2510] hammer.py: export the name of FreeRADIUS client packages used while ↵ | Andrei Pavel | |
| building packages | |||
| 2022-08-26 | [#2534] Changelog wrapped | Tomek Mrugalski | |
| 2022-08-26 | [#2534] ChangeLog added | Tomek Mrugalski | |
| 2022-08-26 | [#2534] Added log about detected python ver | Tomek Mrugalski | |
| 2022-08-26 | [#2534] Dynamic python ver detection | Tomek Mrugalski | |
| patch by Andrei Pavel | |||
| 2022-08-26 | [#2534] FreeBSD 13/sphinx/python version fix | Tomek Mrugalski | |
| 2022-08-25 | [#2471] Updated doc | Francis Dupont | |
| 2022-08-20 | [#2541] reverted path in upgrade scripts and added admin-utils.sh.in | Razvan Becheriu | |
| 2022-08-19 | [#2516] add support for CentOS Stream 9 in hammer.py | Andrei Pavel | |
| 2022-08-11 | [#2071] remove unused using namespace statement to allow compilation without ↵ | Andrei Pavel | |
| MySQL and PostgreSQL | |||
| 2022-08-11 | [#2401] change to vector to allow brace-enclosed initializer list in tests | Andrei Pavel | |
| 2022-08-10 | [#2071] added ChangeLog | Razvan Becheriu | |
| 2022-08-10 | [#2071] Fixed globing vs find | Francis Dupont | |
| 2022-08-10 | [#2071] Reverted clean-local rule | Francis Dupont | |
| 2022-08-10 | [#2071] Check existence of file vs of a parent directory | Francis Dupont | |
| 2022-08-10 | [#2071] Replaced ${@} by $@ for dash | Francis Dupont | |
| 2022-08-10 | [#2071] Fixed wipe script paths | Francis Dupont | |
| 2022-08-10 | [#2071] addressed comments | Razvan Becheriu | |
| 2022-08-10 | [#2071] fixed distcheck | Razvan Becheriu | |
| 2022-08-10 | [#2071] fixed rebase | Razvan Becheriu | |
| 2022-08-10 | [#2071] fixed CI | Razvan Becheriu | |
