Balazs Scheidler

Results 182 comments of Balazs Scheidler

Hi, If a socket is not bound to a specific ip address the kernel automatically binds it when the first packet is sent. Since syslog-ng doesn't open a new socket...

Hi, You are right, connect () is probably the call that would select the route, thus the source IP. To use sendto() instead of connect/write one would definitely need an...

Well, there's no such thing as project backlog as - apart from One Identity's efforts (former Balabit), people who work on syslog-ng are volunteers. The behavior you are experiencing has...

rebased against current master

I have a draft branch now which uses pcre2 and make check runs successfully. I need to clean it up. I don't think we have another release planned by 15th...

The PR in #4537 should update syslog-ng to use PCRE2. Although a review of that would be very useful, this is already getting into a shape that allows syslog-ng to...

Same as #105 (should have checked first)

I just tested this with autoconf 2.71 autoconf ran without errors, I did a test-build of ivykis and also run the test suite. The patch looks good to me. With...

I agree it is important to divert it from our stderr/stdout. Order of preference: 1) It should be redirected to our internal() logs 2) suppress it completely (but maybe you...

Are you using the upstream provided pacakges or the ones in ubuntu?