aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/minirsyslogd
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Remove dead master site.lx2007-07-251-3/+2
|
* - Add additional MASTER_SITEtdb2006-03-211-1/+2
| | | | | PR: 94748 Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
* SHA256ifyedwin2006-01-241-0/+2
| | | | Approved by: krion@
* Add minirsyslogd 1.02: minimal, fast and secure syslog receiver.sergei2003-10-314-0/+41
minirsyslogd is a minimalistic, fast and secure (through lack of bloat) remote-only syslog receiver suitable for hardened log receiver hosts and/or central log receivers that receive several gigabyte of logs each day. It will not deal with local syslog data. It does not have a multitude of configuration, alerting or scripting options. It will however automatically split inbound syslog data according to IP address, date and current hour, and do so as rapidly and (I hope) securely as possible. Author: Mikael Olsson <mikael.olsson@clavister.com> WWW: http://www.clueby4.org/minirsyslogd/ PR: 58737 Submitted by: lx@redundancy.redundancy.org