CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/04/21 15:04:29
Modified files:
usr.sbin/smtpd : map.c smtpd.h
usr.sbin/smtpd/makemap: Makefile
usr.sbin/smtpd/smtpd: Makefile
Added files:
usr.sbin/smtpd : map_backend.c map_parser.c
Log message:
map.c is growing big, split it into three different files:
map.c contains the map API calls as usable by smtpd processes,
map_backend.c contains backend implementations and map_parser.c contains
parser implementations used internally by the map API