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

[#1675] add ChangeLog entry

This commit is contained in:
Andrei Pavel 2021-04-02 15:08:11 +03:00
parent 1a273c7f7b
commit b0e7e20762
No known key found for this signature in database
GPG Key ID: 86E9385BC2203766

View File

@ -1,3 +1,17 @@
1885. [func] andrei
kea-admin is now able to interactively ask for a password if no
parameter follows the -p or the --password parameters. This
requires the user to give it as the last parameter. If another
option starting with dash follows, that would be taken as the
actual password, would not be processed as it should have been
and all your parameters will be offset by one. Checking if the
word that follows starts with dash is also not possible because
that would not allow for passwords starting with dash. Feedback
of the password to the terminal is cut off to prevent
over-the-shoulder snooping and other social engineering
techniques.
(Gitlab #1675)
1884. [doc] fdupont
HTTP_CONNECTION_HANDSHAKE_FAILED log message got a
description.