sysklogd/test
Joachim Wiberg 6022d3c7d0 Fix #49: add support for -8 command line option to allow 8-bit data
This patch allows the user to disable the 8-bit data check in the log
message validator.  If you have experienced problems with logging any
unicode (utf-8) messages after v1.6, this option is for you.

The correct way to handle this is to add proper parser support for the
Unicode BOM, defined in RFC5424[1], as NetBSD syslogd does[2], search
for IS_BOM().

[1]: https://datatracker.ietf.org/doc/html/rfc5424#appendix-A.8
[2]: http://cvsweb.netbsd.org/bsdweb.cgi/src/usr.sbin/syslogd/syslogd.c?rev=1.138

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2022-03-07 20:57:00 +01:00
..
.gitignore Add simple API test, syslog() no call to openlog() 2019-11-03 15:55:25 +01:00
api.c Fix syslog() and syslogp() message formatting in API test 2019-11-04 20:10:36 +01:00
api.sh test: minor test cleanup and comments 2022-03-06 01:10:32 +01:00
fwd.sh test: minor test cleanup and comments 2022-03-06 01:10:32 +01:00
lib.sh test: minor, shellcheck fixes 2022-03-06 01:10:32 +01:00
local.sh test: minor, shellcheck fixes 2022-03-06 01:10:32 +01:00
Makefile.am Fix #49: add support for -8 command line option to allow 8-bit data 2022-03-07 20:57:00 +01:00
mark.sh test: minor, shellcheck fixes 2022-03-06 01:10:32 +01:00
opts.sh test: minor, shellcheck fixes 2022-03-06 01:10:32 +01:00
remote.sh test: minor, shellcheck fixes 2022-03-06 01:10:32 +01:00
unicode.sh Fix #49: add support for -8 command line option to allow 8-bit data 2022-03-07 20:57:00 +01:00