syslog-ng 1.1.2 bazsi - April 08th 1999, 11:55 EST syslog-ng as the name shows is a syslogd replacement, but with new functionality for the new generation. The original syslogd allows messages only to be sorted based on priority/facility pair, syslog-ng adds the possibility to filter based on message contents using regular expressions. The new configuration scheme is intuitive and powerful. It supports transporting messages over TCP, stores digital fingerprints of each message, so that unauthorized modification can be detected, and other nice thingies. Changes: This is the first development release. syslog-ng is under a complete rewrite, and this version is intended to show where the development is headed. Only the basic functionality is ready. For compilation instructions see the homepage. urls Download: http://www.balabit.hu/downloads/syslog-ng/source/syslog-ng-1.1.2.tar.gz Debian Packages: http://www.balabit.hu/downloads/syslog-ng/deb/syslog-ng_1.0-2_i386.deb Homepage: http://www.balabit.hu/products/syslog-ng.html Appindex Record: http://freshmeat.net/appindex/1999/02/17/919286467.html information Author: Balazs Scheidler License: GPL Category: Daemons/Misc hu Apr 8 20:18:55 CEST 1999 Version 1.1.2 I have split the general oo framework into libol, and adapted syslog-ng to the libol modifications I applied. Some bugs are fixed in the parse_log_msg() function.