index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
smtpd
/
mfa_session.c
Age
Commit message (
Expand
)
Author
2014-04-04
Merge the mda, mta and smtp processes into a single unprivileged
Eric Faurot
2013-10-27
Make the filter infrastructure move forward.
Eric Faurot
2013-10-26
%i -> %d in format strings
Eric Faurot
2013-07-19
Move the filter infrastructure forward.
Eric Faurot
2013-05-24
sync with OpenSMTPD 5.3.2
Eric Faurot
2013-04-12
replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE for
Eric Faurot
2013-03-26
Include inttypes.h to get PRIx64; ok gilles@
Todd C. Miller
2013-01-31
assorted fixes spotted by Coverity.
Eric Faurot
2013-01-26
Sync with our smtpd repo:
Gilles Chehade
2012-11-23
knf
Eric Faurot
2012-10-11
- no need to set imsg_type to IMSG_MFA_CLOSE when we're not going to answer
Gilles Chehade
2012-09-29
some mfa_session cleanups.
Eric Faurot
2012-09-11
log the process name and place when calling fatal().
Eric Faurot
2012-08-19
coding style: replace all occurences of u_int* with uint*
Charles Longeau
2012-01-18
Add new filters callbacks for:
Charles Longeau
2011-11-28
use STATUS_* filter codes, instead of -1/0/1 hard coded values
Charles Longeau
2011-10-23
fsqueue no longer stores envelopes by dumping the structure, instead use a
Gilles Chehade
2011-09-01
- if no filter is setup, do not overwrite the data line with filtmsg buffer
Charles Longeau
2011-08-31
add support for per-line DATA callbacks, this allows filters to take their
Gilles Chehade
2011-08-28
fix pasto in strlcpy() truncation test
Gilles Chehade
2011-08-27
initial support for a session-time filtering API
Gilles Chehade