]> granicus.if.org Git - icinga2/commit
Remove ApiUser password_hash functionality 6387/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Mon, 18 Jun 2018 09:05:56 +0000 (11:05 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Tue, 19 Jun 2018 09:32:03 +0000 (11:32 +0200)
commit2fd67099526c1a1ea170ddba68a23aa591c9e770
tree6cd3efb92acf20e2f113f01e8611b90db01279b2
parenteb1f37905d2ee828cf05a7d1643fdddea80a08d0
Remove ApiUser password_hash functionality

This affects and fixes

- Windows reload
- Config validation
- RHEL 7.5 OpenSSL memory corruption
- Hash algorithm, requested changes

refs #6378
refs #6279
refs #6278
14 files changed:
doc/09-object-types.md
doc/11-cli-commands.md
doc/12-icinga2-api.md
doc/16-upgrading-icinga-2.md
lib/base/tlsutility.cpp
lib/base/tlsutility.hpp
lib/cli/CMakeLists.txt
lib/cli/apiusercommand.cpp [deleted file]
lib/cli/apiusercommand.hpp [deleted file]
lib/remote/apiuser.cpp
lib/remote/apiuser.hpp
lib/remote/apiuser.ti
test/CMakeLists.txt
test/remote-user.cpp [deleted file]