CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2015/07/07 11:53:04
Modified files: usr.sbin/syslogd: privsep.c syslogd.8 syslogd.c syslogd.h Log message: When syslogd is invoked with -T listen_address, it creates a TCP socket and accepts incomming messages. At the moment, only RFC 6587 3.4.2. Non-Transparent-Framing format with new-line separator is supprted for incomming messsages. Outgoing messages are encoded as 3.4.1. Octet Counting. Autodetection of incomming format will be implemented later. OK deraadt@ jmc@ millert@