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
/
parse.y
Age
Commit message (
Expand
)
Author
2008-12-20
- import first bricks of SMTP AUTH support. currently only AUTH PLAIN is
Gilles Chehade
2008-12-18
- condition lists is wrongly described, unbreak the following syntax:
Gilles Chehade
2008-12-11
- last snprintf -> bsnprintf
Gilles Chehade
2008-12-11
- snprintf -> bsnprintf
Gilles Chehade
2008-12-10
That the "aliases" and "virtual" maps satisfy m_src == S_DB is checked
Jacek Masiulaniec
2008-12-06
Unbreak -Werror.
Jacek Masiulaniec
2008-12-06
- it is now possible to specify an interface instead of an address or a
Gilles Chehade
2008-12-04
Declare printf-style functions with __attribute__((format(printf,x,x)))
Chad Loder
2008-12-04
obvious 'missing space' typo in message, ok gilles@ krw@
Ian Darwin
2008-11-25
- recent change in parse.y caused htons() to be called twice on the port
Gilles Chehade
2008-11-22
- allow the optionnal ssmtp keywork in "relay via" rules, while at it
Gilles Chehade
2008-11-13
- rephrase the "cannot load cert" warning that is output at startup when a
Gilles Chehade
2008-11-10
- define MAX_LINE_SIZE which is the maximum length of a line we allow from
Gilles Chehade
2008-11-10
spaces fixed while reading code
Theo de Raadt
2008-11-10
- move '=>' into the lex loop, requested by and with help from deraadt@
Gilles Chehade
2008-11-10
- snprintf() can return -1, make sure every call is checked properly
Gilles Chehade
2008-11-10
- recognize '=>' as one token instead of trying to match '=' and '>'. this
Gilles Chehade
2008-11-05
add a few missing id tags; there are a bunch of files, and developers
Igor Sobrado
2008-11-01
- put back all copyright holders
Gilles Chehade
2008-11-01
smtpd is a smtp server implementation for OpenBSD. It is a work in progress
Gilles Chehade