CVSROOT: /cvs Module name: src Changes by: e...@cvs.openbsd.org 2014/07/08 07:49:10
Modified files: usr.sbin/smtpd : aliases.c lka.c lka_session.c makemap.c mproc.c ruleset.c smtpd-api.h smtpd.c smtpd.h table.c table_api.c table_db.c table_getpwnam.c table_ldap.c table_passwd.c table_proc.c table_socketmap.c table_sqlite.c table_static.c usr.sbin/smtpd/table-ldap: Makefile Log message: Update the table API: lookup functions can take an optional parameters dictionnary (currently not set). While there, add a helper for forking external backends, and remove unused table functions. ok gilles@