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
/
lka.c
Age
Commit message (
Expand
)
Author
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-06
- do not perform a local user lookup, that includes alias expansion, when a
Gilles Chehade
2009-01-04
When matching a recipient domain to a rule, do not use strcasecmp, but use
Gilles Chehade
2009-01-04
cleanup; ok gilles@
Jacek Masiulaniec
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-22
typo
Jacek Masiulaniec
2008-12-22
Reduce IMSG_LKA_HOST to only make NI_NAMEREQD getnameinfo call. We
Jacek Masiulaniec
2008-12-22
delinting: salen may be used with no prior init; ok gilles@
Jacek Masiulaniec
2008-12-20
- import first bricks of SMTP AUTH support. currently only AUTH PLAIN is
Gilles Chehade
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-25
- recent change in parse.y caused htons() to be called twice on the port
Gilles Chehade
2008-11-10
rename h_errno field into getaddrinfo_error, to avoid confusion with errno.
Charles Longeau
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