CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/06/16 13:41:26
Modified files:
usr.sbin/smtpd : aliases.c config.c lka.c lka_session.c
makemap.c parse.y ruleset.c smtpd.h table.c
table_static.c
Log message:
rework the table API so that it takes a struct smtpd * context in parameter
of functions creating, looking up or destroying tables.
this is a first step in cleaning up parse.y so it doesn't have side effects
outside of parse_config(), bringing nothing but making code cleaner.
ok millert@