This version has some security enahancements to both the sysklogd daemon and the sample web frontend.
Many changes to the web front end including:
- New date based search syntax
- Removed some unused SQL calls
- Escaped some SQL calls to deal with possible HTTP attacks
- Initial support (GUI only) for rotated logs
Also fixed typo (missing comma) in logger.sql
- Split the facility and priority display into seperate columns
- Change buffers used for SQL processing to use internal defines to help eliminate possible buffer overflows. Also increased the size of some of the buffers by 1 byte.
- New date based search syntax, now more intuitive. Removed some unused SQL calls. Escape SQL data to accomodate new date based search, and to deal with possible http attacks when using the sample front end.
- Added index to Machine column for faster processing of first page of the included sample front end.