CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2012/05/29 13:53:10
Modified files: usr.sbin/smtpd : map.c map_db.c map_stdio.c smtpd.h usr.sbin/smtpd/makemap: Makefile usr.sbin/smtpd/smtpd: Makefile Added files: usr.sbin/smtpd : map_static.c Log message: - introduce map_static.c as a backend to static maps in parse.y, this has the benefit that we no longer have two code paths whenever we deal with maps, we can always use the backend mechanism. I have not plugged this in yet, I'll do it in a later commit, just get it out of my sandbox