Andre Lorbach

Results 39 issues of Andre Lorbach

Made many changes to add support for more camera sensor properties, AsyncClient support (ESPAsyncWebServer) and much more. Feel free to use my branch, it's last rebase is from 2020-12-06. -...

I am working on https://github.com/rsyslog/rsyslog/blob/master/plugins/omudpspoof/omudpspoof.c and trying to fix a problem with IP Fragmentation. The project is using libnet to build IP/UDP Packages and sending syslog data. The problem is,...

bug
help wanted

The output module uses Apache "Qpid Proton C API" which is a solid AMQP protocol library implementation that can be integrated very well into the rsyslog dev environment. - Implemented...

- These tests will help find race conditions hopefully - fix diag.sh issues running second instance in valgrind mode only

DO-NOT-MERGE_work-in-progress

Improve TLS EndSession handling in case when SSL_shutdown returns 0 with SSL_ERROR_SYSCALL. - As the documentation says ( https://www.openssl.org/docs/man1.0.2/man3/SSL_shutdown.html ) the error SSL_ERROR_SYSCALL can be returned on the OpenSSL Error...

Improve tests that are faiiling more often: sndrcv_tls_anon_ipv6.sh sndrcv_tls_ossl_anon_ipv6.sh rscript_get_property.sh json_null_array.sh sndrcv_kafka.sh sndrcv_kafka_multi_topics.sh rscript_get_property-vg.sh json_null_array-vg.sh es-bulk-retry.sh

Add doc for tlscfgcmd in imrelp and omrelp.

Needs to be added into the omprog documentation. The setting was added with this commit: https://github.com/rsyslog/rsyslog/commit/f75395172eac1dfcc63c06ec050739b952eb5cb8#diff-e3cb3014ecfd8b9782b9274c6a7fa343 Seems to be an issue depending on the some user scripts like here: https://github.com/rsyslog/rsyslog/issues/473

Add use of "OPENSSL_init_ssl" for newer OpenSSL Versions.

- Create multiple intermediate CA certificates and multiple new client / server certificates ordinated from those intermediate CA's. - Create a testcase with a server / client testcase where the...