László Várady
László Várady
Thank you.
Hi, Thank you. I've reproduced the issue, I'm working on the fix.
@asant57 #609 fixes the KeyUpdate issue, but I couldn't verify the other scenario (unexpected TLS 1.2 message after the handshake) you showed us privately. If you have the time, would...
Here are the packages for testing purposes (they only work for logged-in users): Ubuntu 24.04: https://github.com/axoflow/axosyslog/actions/runs/14814982939/artifacts/3056303813 Debian 12: https://github.com/axoflow/axosyslog/actions/runs/14814982939/artifacts/3056300454 Debian testing: https://github.com/axoflow/axosyslog/actions/runs/14814982939/artifacts/3056300384
Perfect, thank you. We'll merge it soon.
@asant57 Thank you again for catching this issue. The fix will be included in AxoSyslog 4.12.0.
Sorry for the huge delay. Thank you for this PR. I think we should enable `-Werror` only in the CI so that users can build Criterion with less difficulty on...
The real resolution of this problem might be the reimplementation of syslog-ng/syslog-ng#2088 in a way that checks mandatory parameters without overriding the meaning of the `""` symbol. SCL declarations could...
Thank you, @jszigetvari We should revisit that and if everything is up-to-date and production-ready, we should move those out from the `contrib` folder (things in that folder are external contributions...
#746 introduces the setter side with a different syntax. We should implement the getter side later based on this PR, but following the new syntax.