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
/
mda.c
Age
Commit message (
Expand
)
Author
2009-03-29
turn some log_debugs into log_warns or even fatals; "looks ok" gilles@
Jacek Masiulaniec
2009-03-23
Fixed a leaking of a fd each time a file is delivered to a mbox, which
Tobias Stoeckmann
2009-03-15
the mda process no longer uses struct batch as its central structure to
Gilles Chehade
2009-03-10
implement basic logging, needs more work; ok gilles@
Jacek Masiulaniec
2009-02-22
add missing headers
Charles Longeau
2009-02-15
New config.c that allows for process cloning. Done by pyr@ for
Jacek Masiulaniec
2009-01-27
first bricks of enqueue code which allows smtpctl to submit mail to queue
Gilles Chehade
2009-01-01
remove unnecessary includes; ok gilles@
Jacek Masiulaniec
2008-12-13
IMSG_* namespace cleanup.
Jacek Masiulaniec
2008-12-05
- more err/errx -> fatal/fatalx, warn/warnx -> log_warn/log_warnx
Gilles Chehade
2008-12-05
- last part of the new queue code: the runner process (unprivileged and
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