index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
smtpd
/
makemap
/
Makefile
Age
Commit message (
Expand
)
Author
2015-10-06
The performance hit for -fstack-protector-all is worth it here.
Theo de Raadt
2014-04-01
Remove -ggdb -g3, this shouldn't be here
Federico G. Schwindt
2014-03-19
use smtpd man pages by default. ok deraadt jmc
Ted Unangst
2014-01-18
Remove -Wbounded: it is now the compiler default.
Martynas Venckus
2013-07-19
Many MTA improvements:
Eric Faurot
2013-07-19
Add a table_proc backend for delegating table lookups to another
Eric Faurot
2013-05-24
sync with OpenSMTPD 5.3.2
Eric Faurot
2013-01-31
do not overwrite default manpages
Eric Faurot
2013-01-26
Sync with our smtpd repo:
Gilles Chehade
2012-10-14
introduce map_file.c which will deprecate map_stdio.c
Gilles Chehade
2012-10-07
convert iobuf_queue()'s to iobuf_fqueue(). (idea from gilles@)
Charles Longeau
2012-08-29
Introduce the crypto_backend API and provide support for... encrypted queue
Gilles Chehade
2012-05-29
- introduce map_static.c as a backend to static maps in parse.y, this has
Gilles Chehade
2011-12-13
rename files for consistency.
Eric Faurot
2011-12-13
merge map_backend.c into map.c
Eric Faurot
2011-05-21
until now the map_backend API was not really useful for backends that are
Gilles Chehade
2010-04-21
map.c is growing big, split it into three different files:
Gilles Chehade
2009-11-08
move expansion code to new expand.c to clearly separate it from aliases
Gilles Chehade
2009-03-23
good god no you do not use LDFLAGS to pull in libraries
Theo de Raadt
2009-03-16
makemap goes to libexec/smtpd; ok gilles@
Jacek Masiulaniec
2009-02-17
sync makemap man page with the code. create separate page for newaliases
Jacek Masiulaniec
2008-12-21
Add more compile time checking; fix one warning reported by gcc.
Jacek Masiulaniec
2008-12-17
Merge newaliases into makemap.
Jacek Masiulaniec
2008-12-11
- snprintf -> bsnprintf
Gilles Chehade
2008-12-03
- smtpd's db maps are incompatible with sendmail's and needs a distinct
Gilles Chehade