summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/makemap/Makefile
AgeCommit message (Expand)Author
2015-10-06The performance hit for -fstack-protector-all is worth it here.Theo de Raadt
2014-04-01Remove -ggdb -g3, this shouldn't be hereFederico G. Schwindt
2014-03-19use smtpd man pages by default. ok deraadt jmcTed Unangst
2014-01-18Remove -Wbounded: it is now the compiler default.Martynas Venckus
2013-07-19Many MTA improvements:Eric Faurot
2013-07-19Add a table_proc backend for delegating table lookups to anotherEric Faurot
2013-05-24sync with OpenSMTPD 5.3.2Eric Faurot
2013-01-31do not overwrite default manpagesEric Faurot
2013-01-26Sync with our smtpd repo:Gilles Chehade
2012-10-14introduce map_file.c which will deprecate map_stdio.cGilles Chehade
2012-10-07convert iobuf_queue()'s to iobuf_fqueue(). (idea from gilles@)Charles Longeau
2012-08-29Introduce the crypto_backend API and provide support for... encrypted queueGilles Chehade
2012-05-29- introduce map_static.c as a backend to static maps in parse.y, this hasGilles Chehade
2011-12-13rename files for consistency.Eric Faurot
2011-12-13merge map_backend.c into map.cEric Faurot
2011-05-21until now the map_backend API was not really useful for backends that areGilles Chehade
2010-04-21map.c is growing big, split it into three different files:Gilles Chehade
2009-11-08move expansion code to new expand.c to clearly separate it from aliasesGilles Chehade
2009-03-23good god no you do not use LDFLAGS to pull in librariesTheo de Raadt
2009-03-16makemap goes to libexec/smtpd; ok gilles@Jacek Masiulaniec
2009-02-17sync makemap man page with the code. create separate page for newaliasesJacek Masiulaniec
2008-12-21Add more compile time checking; fix one warning reported by gcc.Jacek Masiulaniec
2008-12-17Merge newaliases into makemap.Jacek Masiulaniec
2008-12-11- snprintf -> bsnprintfGilles Chehade
2008-12-03- smtpd's db maps are incompatible with sendmail's and needs a distinctGilles Chehade