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
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