CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/05/21 12:43:08
Modified files:
usr.sbin/smtpd : map.c map_backend.c smtpd.h
usr.sbin/smtpd/makemap: Makefile
usr.sbin/smtpd/smtpd: Makefile
Added files:
usr.sbin/smtpd : map_backend_db.c map_backend_stdio.c
Log message:
until now the map_backend API was not really useful for backends that are
not key/val stores. refactored a bit so that smtpd can really take
advantage of backends. preliminary work for ldap support ;-)
no functionnal change