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.c
Age
Commit message (
Expand
)
Author
2010-04-27
initial work at fixing aliases support:
Gilles Chehade
2010-04-21
when creating a map, make sure we do not store a key/val separator at the
Gilles Chehade
2009-11-08
rework a bit expansion and data structures involved in the expansion so we
Gilles Chehade
2009-11-03
teach makemap how to build a set, which is a map containing only keys.
Gilles Chehade
2009-10-17
sort flags.
Igor Sobrado
2009-10-12
to support virtual domains properly, smtpd needed to have the domain stored
Gilles Chehade
2009-08-08
import some changes from portable smtpd to reduce the delta between both.
Gilles Chehade
2009-07-28
slightly change how makemap parses its lines so that we consider #
Gilles Chehade
2009-05-30
It is now possible to specify a certificate to use when relaying to another
Gilles Chehade
2009-05-10
assert copyright; ok gilles@
Jacek Masiulaniec
2009-04-24
Make aliases case-insensitive, issue reported by Daniel Ouelett; ok gilles@
Jacek Masiulaniec
2009-03-19
since maps may contain secrets, carry ownership and perms from source file
Jacek Masiulaniec
2009-03-09
Drop ALIAS_TEXT, plain maps got implemented in a different way; ok gilles@
Jacek Masiulaniec
2009-03-06
make_plain() deals with a c-string, val->size should contain the nul-byte
Gilles Chehade
2009-03-06
fix a bug in the generation of plain maps which would cause the value not
Gilles Chehade
2009-02-22
replace MAX* constants by sizeof where possible
Oleg Safiullin
2009-02-17
- flock input file while the database is being built
Jacek Masiulaniec
2009-02-17
make newaliases read aliases path from smtpd.conf; idea discussed with
Jacek Masiulaniec
2009-02-14
Implement makemap -t and -o, for output type and dest resp.; ok gilles@
Jacek Masiulaniec
2009-01-01
remove unnecessary includes; ok gilles@
Jacek Masiulaniec
2008-12-21
Add more compile time checking; fix one warning reported by gcc.
Jacek Masiulaniec
2008-12-18
Don't err() on blank lines.
Jacek Masiulaniec
2008-12-17
Warn if empty map is being created; this catches at least usage
Jacek Masiulaniec
2008-12-17
Merge newaliases into makemap.
Jacek Masiulaniec
2008-12-13
Declare alias_parse in smtpd.h, and fix callers that pass it wrong
Jacek Masiulaniec
2008-12-03
- smtpd's db maps are incompatible with sendmail's and needs a distinct
Gilles Chehade