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
/
filter.c
Age
Commit message (
Expand
)
Author
2017-01-09
smtpd joins the 7 other daemons that share the same log.c file.
Reyk Floeter
2016-11-30
make struct io opaque:
Eric Faurot
2016-11-22
Normalize the io input buffer internally when reinstalling the io event, so
Eric Faurot
2016-11-21
replace calls to iobuf_*() functions with the corresponding io_*() wrappers.
Eric Faurot
2016-11-20
add dedicated functions to set fd and callback on a struct io.
Eric Faurot
2016-11-16
pass the user pointer as parameter to the io callback instead of having
Eric Faurot
2016-06-29
Explicitely enclose SMTP transactions between BEGIN and COMMIT/ROLLBACK
Eric Faurot
2016-05-16
fix logic in error code path of smtp state machine that can lead to an
Gilles Chehade
2016-03-25
Nuke session_socket_blockmode() and session_socket_linger(). Use
Kenneth R Westerback
2016-02-03
When a filter rejects a message content, report immediatly to the
Eric Faurot
2016-01-29
remove unused field
Eric Faurot
2016-01-29
Simplify code: hasrun is confusing and useless. There is no way
Eric Faurot
2016-01-29
Remove the query queueing mechanism. It's useless since pipelining is
Eric Faurot
2016-01-28
Simplify the query-chain code now that events are sent through a dedicated loop.
Eric Faurot
2016-01-27
send events to filters in a simple loop, rather than using the
Eric Faurot
2015-12-14
Wrap long lines and whitespace fixes.
Sunil Nimmagadda
2015-11-24
add filter.c plumbing, not linked to the build, not used yet
Gilles Chehade
2012-06-16
rename filter.c --> filter_api.c (to be consistent with upcoming changes)
Charles Longeau
2012-06-14
- rename filter.h -> filter_api.h to be consistent with upcoming changes
Gilles Chehade
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-11-16
fix obvious variable substitution mistake
Charles Longeau
2011-11-15
- change callback prototypes in filter.c to allow stricter checks
Gilles Chehade
2011-08-31
add support for per-line DATA callbacks, this allows filters to take their
Gilles Chehade
2011-08-27
initial support for a session-time filtering API
Gilles Chehade