summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/mfa_session.c
AgeCommit message (Expand)Author
2014-04-04Merge the mda, mta and smtp processes into a single unprivilegedEric Faurot
2013-10-27Make the filter infrastructure move forward.Eric Faurot
2013-10-26%i -> %d in format stringsEric Faurot
2013-07-19Move the filter infrastructure forward.Eric Faurot
2013-05-24sync with OpenSMTPD 5.3.2Eric Faurot
2013-04-12replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE forEric Faurot
2013-03-26Include inttypes.h to get PRIx64; ok gilles@Todd C. Miller
2013-01-31assorted fixes spotted by Coverity.Eric Faurot
2013-01-26Sync with our smtpd repo:Gilles Chehade
2012-11-23knfEric Faurot
2012-10-11- no need to set imsg_type to IMSG_MFA_CLOSE when we're not going to answerGilles Chehade
2012-09-29some mfa_session cleanups.Eric Faurot
2012-09-11log the process name and place when calling fatal().Eric Faurot
2012-08-19coding style: replace all occurences of u_int* with uint*Charles Longeau
2012-01-18Add new filters callbacks for:Charles Longeau
2011-11-28use STATUS_* filter codes, instead of -1/0/1 hard coded valuesCharles Longeau
2011-10-23fsqueue no longer stores envelopes by dumping the structure, instead use aGilles Chehade
2011-09-01- if no filter is setup, do not overwrite the data line with filtmsg bufferCharles Longeau
2011-08-31add support for per-line DATA callbacks, this allows filters to take theirGilles Chehade
2011-08-28fix pasto in strlcpy() truncation testGilles Chehade
2011-08-27initial support for a session-time filtering APIGilles Chehade