CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/11/15 16:22:47
Modified files:
usr.sbin/smtpd : filter.c filter.h
Added files:
usr.sbin/smtpd : filter_api.c
usr.sbin/smtpd/libsmtpdfilter: Makefile
Log message:
- change callback prototypes in filter.c to allow stricter checks
- introduce STATUS_WAITING, filters will reroute async DNS queries through
LKA in a near future
- filter_api.c will contain our filter API (empty for now)
- Makefile to build libsmtpdfilter (not linked to the build,dev stuff only)