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
/
forward.c
Age
Commit message (
Expand
)
Author
2011-05-16
murder struct path and make sure smtpd uses simpler structures that do not
Gilles Chehade
2010-11-28
remove all unused headers
Gilles Chehade
2010-11-28
a bit of .h cleanups, no functionnal change
Gilles Chehade
2010-04-27
initial work at fixing aliases support:
Gilles Chehade
2009-11-09
now that we don't keep an expand_node in memory for each expansion result,
Gilles Chehade
2009-11-09
- add a reference count and flags to struct expand_node
Gilles Chehade
2009-11-08
forwards_get() also calls alias_to_expand_node()
Gilles Chehade
2009-11-08
rework a bit expansion and data structures involved in the expansion so we
Gilles Chehade
2009-11-08
- make aliases expansion use a rb tree instead of a tail queue, the code
Gilles Chehade
2009-11-08
first commit of a serie to cleanup, simplify and improve aliases resolution
Gilles Chehade
2009-08-08
import some changes from portable smtpd to reduce the delta between both.
Gilles Chehade
2009-03-03
Fix a long standing issue where ~/.forward files were opened by user _smtpd
Gilles Chehade
2009-02-22
replace MAX* constants by sizeof where possible
Oleg Safiullin
2009-01-29
better parsing of .forward files
Oleg Safiullin
2009-01-08
ensure getpwnam is always followed by endpwent; ok gilles@ henning@
Jacek Masiulaniec
2009-01-07
- when performing aliases expansion, do not forget to set an action to each
Gilles Chehade
2009-01-04
aliases/forwards expansion was not done correctly and a race could
Gilles Chehade
2009-01-01
remove unnecessary includes; ok gilles@
Jacek Masiulaniec
2008-12-13
Declare alias_parse in smtpd.h, and fix callers that pass it wrong
Jacek Masiulaniec
2008-12-06
Don't include <err.h> where log.c API must be used.
Jacek Masiulaniec
2008-11-25
- more prototype moving to smtpd.h
Gilles Chehade
2008-11-17
- err() -> fatal()
Gilles Chehade
2008-11-05
add a few missing id tags; there are a bunch of files, and developers
Igor Sobrado
2008-11-01
smtpd is a smtp server implementation for OpenBSD. It is a work in progress
Gilles Chehade