Till Maas

Results 60 issues of Till Maas

If a TLS server does not have a cipher preference, it uses the first client's cipher that it supports. Therefore it is actually not a preferred server cipher in this...

3DES is currently reported with 168 bits because of its key size, but the security level is only 112 bits: https://www.ietf.org/rfc/rfc2246.txt (page 57) - IMHO it would be better to...

enhancement

The ServerKeyExchange message contains details about the DH parameters. It should be checked that it is complex enough.

enhancement

Currently the kdump_core_collector accepts values such as `makedumpfile -l --message-level 2 -d 30` that we demo in presentations. Since the system roles are also about abstractions, it would make sense...

Currently the role removes all settings when purge variables are set and then adds the settings back again. AFAIU this could break a system in the time between purging and...

PEP8 is the style guide for python: https://www.python.org/dev/peps/pep-0008/ Most PEP8 compliance can be restored with autopep8, I can prepare a patch if you like.

Remove empty properties that are not needed to make the documentation more focussed. It also removes an unused property (`mac-address-blacklist`) that is deprecated as part of the conscious language efforts...

peer-review-done
size/S
ok-to-test
branch/enterprise-4.12
branch/enterprise-4.13
branch/enterprise-4.14
branch/enterprise-4.15
branch/enterprise-4.16
branch/enterprise-4.17

Similar to "ferm --interactive" support this parameter to nmstatectl apply. This should apply the desired state and then wait for the user to confirm that everything is working by typing...

### Issue Description OLMoE (https://github.com/allenai/OLMoE) is an open model with all data, code and logs. When trying to run it with ramalama, there is only repeating metadata visible in the...

bug

Esptool accepts the write-flash command only on newer versions while older versions only accepted write_flash. Use write-flash consistently to avoid partial flashing with older esptool version. ## 🤝 Attestations -...