Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix compile problem in imklog | Rainer Gerhards | 2013-01-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v7-stable' | Rainer Gerhards | 2012-11-14 | 1 | -0/+2 |
|\ | |||||
| * | bugfix: make rsyslog compile on kfreebsd again | Guillem Jover | 2012-11-14 | 1 | -0/+2 |
| | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=380 | ||||
* | | new ratelimit: interface plumbing added | Rainer Gerhards | 2012-10-09 | 1 | -1/+1 |
|/ | | | | no actual implementation yet done | ||||
* | Remove unnecessary config options in imkmsg | Milan Bartos | 2012-09-24 | 2 | -87/+2 |
| | | | | | modified: plugins/imkmsg/imkmsg.c modified: plugins/imkmsg/kmsg.c | ||||
* | Made imkmsg parse the messages instead of creating string to be parsed later. | Milan Bartos | 2012-09-24 | 3 | -76/+45 |
| | | | | | | modified: imkmsg.c modified: imkmsg.h modified: kmsg.c | ||||
* | Modified comments. | Milan Bartos | 2012-09-24 | 3 | -40/+21 |
| | | | | | | modified: imkmsg.c modified: imkmsg.h modified: kmsg.c | ||||
* | Added new module, imkmsg, for structured kernel logs from /dev/kmsg. | Milan Bartos | 2012-09-24 | 4 | -0/+741 |
This is still in development, bute ready to be commited to master. modified: Makefile.am modified: configure.ac new file: plugins/imkmsg/Makefile.am new file: plugins/imkmsg/imkmsg.c new file: plugins/imkmsg/imkmsg.h new file: plugins/imkmsg/kmsg.c |