2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

[#3483] Added a ChangeLog entry

This commit is contained in:
Francis Dupont 2024-08-22 11:05:30 +02:00
parent f09ef66d9d
commit 00a2b82f62

View File

@ -1,3 +1,10 @@
2273. [func]* fdupont
The RBAC (role-based access control) hook library was
extended to support the new HTTP/HTTPS control socket
of Kea servers. Note its name changed too from
"libca_rbac.so" to "libdhcp_rbac.so".
(Gitlab #3483)
2272. [perf] fdupont
Implementation of "and", "or" and "ifelse" expressions
was changed to evaluate sub-expressions only when needed.