Branch: refs/heads/2.1.0
Home:
https://github.com/tribe29/checkmk
Commit: 907fd512c610d90923d09eb2ec4780cb99b2b57a
https://github.com/tribe29/checkmk/commit/907fd512c610d90923d09eb2ec4780cb9…
Author: Lukas Lengler <lukas.lengler(a)tribe29.com>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Changed paths:
A .werks/14724
Log Message:
-----------
14724 Improve EC performance when processing large logwatch.ec spool files
The performance and stability of the event console is now improved when
processing large logwatch.ec generated spool files.
logwatch.ec used to be able to generate spool files with unlimited size.
The size of the spool files is now limited to 1 MiB. In case this limit
is reached the multiple spool files are created.
CMK-11808
Change-Id: I803d711277a8b72ffd56b875b4a8a6a10c6654f7
Commit: 4c34fe80ce8e32bd41c57e193dd73f7820597dc8
https://github.com/tribe29/checkmk/commit/4c34fe80ce8e32bd41c57e193dd73f782…
Author: Hannes Rantzsch <hannes.rantzsch(a)tribe29.com>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Changed paths:
M cmk/cmkpasswd.py
M cmk/gui/login.py
M cmk/gui/plugins/openapi/endpoints/user_config.py
M cmk/gui/plugins/userdb/htpasswd.py
M cmk/gui/plugins/userdb/ldap_connector.py
M cmk/gui/plugins/userdb/utils.py
M cmk/gui/plugins/wato/ac_tests.py
M cmk/gui/plugins/webapi/webapi.py
M cmk/gui/userdb.py
M cmk/gui/wato/pages/user_profile/change_password.py
M cmk/gui/wato/pages/users.py
M cmk/gui/watolib/users.py
M cmk/gui/wsgi/applications/rest_api.py
M cmk/gui/wsgi/auth.py
M cmk/utils/crypto/__init__.py
A cmk/utils/crypto/password.py
M cmk/utils/crypto/password_hashing.py
M omd/packages/omd/omdlib/main.py
M tests/unit/cmk/gui/test_userdb.py
M tests/unit/cmk/gui/test_userdb_htpasswd_connector.py
M tests/unit/cmk/test_cmkpasswd.py
R tests/unit/cmk/utils/crypto/test_crypto.py
A tests/unit/cmk/utils/crypto/test_password.py
M tests/unit/cmk/utils/crypto/test_password_hashing.py
Log Message:
-----------
Own module for cmk.utils.crypto.password
Change-Id: I8f9f6a4f0d3ddd9c9d36ffa4982d785db342dfdf
Compare:
https://github.com/tribe29/checkmk/compare/5cba678b62b6...4c34fe80ce8e