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
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: 59b9351e856ffc827c68ce2c7ea2abc99886fa74
https://github.com/tribe29/checkmk/commit/59b9351e856ffc827c68ce2c7ea2abc99…
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
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 5ac7ea454076184f2ff5dfbeb7b1e94f758c588b
https://github.com/tribe29/checkmk/commit/5ac7ea454076184f2ff5dfbeb7b1e94f7…
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: de9d93ee953464911b7486132c10a1d29cfb0c52
https://github.com/tribe29/checkmk/commit/de9d93ee953464911b7486132c10a1d29…
Author: Maximilian Wirtz <maximilian.wirtz(a)tribe29.com>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Changed paths:
M omd/packages/omd/omdlib/main.py
Log Message:
-----------
Reduce questions for changed file permissions
With Werk #15062 (`eba6aa9c07eab4deac630655bd5bff38a46ce3a2`) the umask
and skel permissions were changed. So in existing installations a
upgrade results in a lot of questions regarding to keep or change
existing file permissions.
If the skel permissions were changed the user was asked for every
change. Now we only ask if the user has changed the permissions from the
previous default. A log will be printed if permissions are changed, not
sure if all users read them properly. But most of the users probably are
not affected so asking them if it is OK to change the permissions if
they don't even know what that means is worse.
CMK-12090
Change-Id: I3a9d6e7f6ac46bea6f33229af23ea512c07ce1e8
Compare: https://github.com/tribe29/checkmk/compare/5a2abdb13a4c...de9d93ee9534