CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/31 01:28:27
Modified files:
usr.sbin/smtpd : smtp_session.c smtpd.h
usr.sbin/smtpd/smtpd: Makefile
Log message:
switch to improved incoming message parser:
- simpler interface not using callbacks
- no hard-coded line length
- avoid unnecessary string copy
ok gilles@
