librelp icon indicating copy to clipboard operation
librelp copied to clipboard

OFFICIAL librelp repository on github

Results 23 librelp issues
Sort by recently updated
recently updated
newest added

…-args`) `gcc-14` added a new `-Wcalloc-transposed-args` warning recently. It detected minor infelicity in `calloc()` API usage Fixes ../../git/src/relp.c: In function 'addToEpollSet': ../../git/src/relp.c:101:39: error: 'calloc' sizes specified with 'sizeof' in the...

I'm trying to setup rsyslog with relp over tls using openssl library. The server is configured with its own certificate signed by a CA with the following snippet : ```...

``` + /usr/bin/make -O -j48 V=1 VERBOSE=1 check Making check in src make[1]: Nothing to be done for 'check'. Making check in doc make[1]: Nothing to be done for 'check'....

invalid

This is found when building for musl C library systems where sys/time.h is not included indirectly and select() and timeval structs are used Fixes ../../git/tests/receive.c:64:17: error: variable has incomplete type...

clang errors about it | ../../git/tests/receive.c:71:34: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] | 71 | hdlr_enable(int sig, void (*hdlr)()) | |...

For some reason our rsyslog clients are entering in a never ending loop when we are using a commercial wildcard certificate. These are the last messages before to use 99%...

Hi, I'm currently regarding to implement RELP server. I'm processing offer message. I see in the doc this definition of offer message: ``` OFFER = LF FEATURENAME ["=" VALUE *(","...

``` receive.c:64:24: error: storage size of 'tvSelectTimeout' isn't known 64 | struct timeval tvSelectTimeout; | ^~~~~~~~~~~~~~~ receive.c:67:9: error: implicit declaration of function 'select' [-Werror=implicit-function-declaration] 67 | select(0, NULL, NULL, NULL,...

I'm getting this error and I'm not sure if there is a problem with my configuration: 2020-09-15T08:37:12.000000+02:00 wlpro-sns11n2 rsyslogd[17247]: [ID 702911 syslog.error] omrelp[10.15.247.47:20514]: error 'error connecting: 'Interrupted system call'', object...