CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/05/15 01:34:45
Modified files:
usr.sbin/smtpd : smtp_session.c
Log message:
the code to prevent AUTH PLAIN from logging credentials upon authentication
failure does not catch the AUTH LOGIN case. rework to use the session state
rather than using the session command.
spotted by [email protected]
