summaryrefslogtreecommitdiffstats
path: root/plugins/im3195
Commit message (Collapse)AuthorAgeFilesLines
* fixed compile-time problems in im3195Rainer Gerhards2009-04-091-1/+2
| | | | | | ... however, I did not not a test run due to the lack of existing test drivers and the very low (aka "non-existing" interest from the userbase in the feature).
* make all cflags and libs variables uppercaseMichael Biebl2009-02-241-1/+1
| | | | | | pkg-config uses uppercase for its _CFLAGS and _LIBS variable names. So we follow suit and convert all _cflags and _libs variables to uppercase for more consistency.
* preparing for 3.21.6v3.21.6Rainer Gerhards2008-10-221-1/+1
| | | | | plus solving a compile problem for im3195 (which is not used in practice, thus this did not show up before...)
* some more changes to cater for new LogError() interfaceRainer Gerhards2008-07-011-4/+4
|
* added fromhost-ip properties and some bugfixesRainer Gerhards2008-05-161-1/+2
| | | | | | | | | | - bugfix: TCP input modules did incorrectly set fromhost property (always blank) - bugfix: imklog did not set fromhost property - added "fromhost-ip" property - added "RSYSLOG_DebugFormat" canned template - bugfix: hostname and fromhost were swapped when a persisted message (in queued mode) was read in
* final touches for 3.19.0v3.19.0Rainer Gerhards2008-05-061-1/+1
|
* modularization workRainer Gerhards2008-04-171-0/+8
| | | | | cleanup + created an abstract class for global data items and moved glblGetWorkDir to it
* some cleanup after dual-mergeRainer Gerhards2008-04-161-1/+1
| | | | | im3195 did not yet know about the new directory structure version bumped in support of new devel branch version
* completed im3195 including some documentationRainer Gerhards2008-04-161-4/+4
|
* more or less finished im3195Rainer Gerhards2008-04-161-218/+95
| | | | | but need changes in liblogging to complete this work - does not compile yet
* begun re-integrating rfc3195 in rsyslogRainer Gerhards2008-04-151-0/+289
set up build system and shuffle some files