Simplify the table backend interface: lookup results are returned
authoreric <eric@openbsd.org>
Sun, 23 Dec 2018 15:53:24 +0000 (15:53 +0000)
committereric <eric@openbsd.org>
Sun, 23 Dec 2018 15:53:24 +0000 (15:53 +0000)
commitaa0d26b5361272e655ead361718c097b7e29645f
treec0df5429f1cba8002fb0f1f89c9686dae8a72426
parent016b646d928053a278f19b8f7cb2bf3f9746ba76
Simplify the table backend interface: lookup results are returned
as strings, and parsing is handled by the upper layer.

ok gilles@
usr.sbin/smtpd/smtpd.h
usr.sbin/smtpd/table.c
usr.sbin/smtpd/table_db.c
usr.sbin/smtpd/table_getpwnam.c
usr.sbin/smtpd/table_proc.c
usr.sbin/smtpd/table_static.c