summaryrefslogtreecommitdiffstats
path: root/rfc3195d.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed a bug that could cause invalid string handling via strerror_rRainer Gerhards2008-01-301-3/+3
| | | | varmojfekoj provided the patch - many thanks!
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-7/+8
|
* compile error in rfc3195d fixedRainer Gerhards2007-09-251-0/+1
|
* - simplified code in shouldProcessThisMessage() for debug outputRainer Gerhards2007-09-241-5/+9
| | | | - changed strerror() calls to thread-safe strerror_r() variant
* fixed syntax error in sigaction handlingRainer Gerhards2007-09-111-1/+1
|
* applied patch by varmojfekoj to change signal handling to the new sigactionRainer Gerhards2007-09-111-3/+11
| | | | API set (replacing the depreciated signal() calls and its friends.
* upgraded to autotools build system - thanks Peter Vrabec for patches andRainer Gerhards2007-07-101-1/+1
| | | | the idea
* begin implementing BSD-style program blocksRainer Gerhards2005-10-181-4/+10
|
* added capability to specify listen port for rfc3195dRainer Gerhards2005-10-141-4/+20
|
* final touches for 1.11.0Rainer Gerhards2005-10-121-0/+11
|
* added man page for rfc3195dRainer Gerhards2005-10-121-1/+2
|
* added first (simple) version of rfc3195 receiver; some bug fixes andRainer Gerhards2005-10-121-156/+241
| | | | supporting changes to rsyslogd
* begin implementing RFC 3195 supportRainer Gerhards2005-10-061-0/+156