]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Move to hashed passwords for the web interface
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 9 Mar 2021 17:27:56 +0000 (18:27 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 16 Sep 2021 12:12:16 +0000 (14:12 +0200)
commit72bf42cd71e1edf76f957425420343d634a183e5
tree9e13179aa2ced32db7c570be048c952d114d305a
parent5260d10e8eac9ababf75d6dbf98b20001fb17af7
dnsdist: Move to hashed passwords for the web interface

It is not very good practice to keep the password in plaintext in
the configuration file as well as in memory at runtime.
pdns/dnsdist-console.cc
pdns/dnsdist-lua.cc
pdns/dnsdist-web.cc
pdns/dnsdistdist/dnsdist-web.hh
pdns/dnsdistdist/docs/reference/config.rst
pdns/sodcrypto.cc
pdns/sodcrypto.hh
regression-tests.dnsdist/test_API.py
regression-tests.dnsdist/test_DynBlocks.py
regression-tests.dnsdist/test_Prometheus.py
regression-tests.dnsdist/test_TCPFastOpen.py