Attila Lakatos

Results 31 issues of Attila Lakatos

### Expected behavior Encrypted messages are delivered via the ```ossl``` network stream driver using chained certificates. ### Actual behavior Encrypted messages are **not** delivered via the ```ossl``` network stream driver...

The pull request encapsulates multiple changes, let me break it down for smaller parts: ### Input threads Name of a new input thread now consists of its name(e.g. imtcp) and...

### Description Always check if ```audit_log_user_message()``` was successful after logging a message to the audit system. Right now, if for any reason usbguard-daemon is not able to log user messages,...

Starting from v5.0.0, Sphinx does not allow language = None to be defined in the configuration. The new behavior will cause the documentation to error out once Sphinx5 is used...

I've executed covscan analysis on the liblognorm component, which detected a list of potential defects. The second and fourth seem like false positives to me. Let me know if there...

### Problem description Executing ``` pscap | grep rsyslogd ``` Shows that rsyslogd is running with full set of capabilities [1]: ``` 1 19209 root rsyslogd full + ``` **Would...

enhancement

From the systemd.service man page regarding the ```Type=``` option: ``` If set to forking, it is expected that the process configured with ExecStart= will call fork() as part of its...

Description =========== I've scheduled a covscan analysis for librdkafka and I would like to ask if the reported defect is valid. The issue was found on an older version but...

Fix memory leaks when: - it's not possible to create the temporary pidfile - comparing peer's certificate SHA256 fingerprint in ossl - comparing peer's certificate SHA256 fingerprint in gtls -...