diff options
author | Francis Dupont <fdupont@isc.org> | 2024-08-22 11:05:30 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2024-08-22 11:05:30 +0200 |
commit | 00a2b82f62a5faf0e93e20f804bc602b1e81350e (patch) | |
tree | 53d0c77649654364f323cc987ec76a6e85491b36 /ChangeLog | |
parent | [#3483] Address the comment (diff) | |
download | kea-00a2b82f62a5faf0e93e20f804bc602b1e81350e.tar.xz kea-00a2b82f62a5faf0e93e20f804bc602b1e81350e.zip |
[#3483] Added a ChangeLog entry
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |