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
Age
Commit message (
Expand
)
Author
2018-05-14
simplify as suggested by Anton Lindqvist a while ago
Gilles Chehade
2018-05-14
kill corrupt / uncorrupt queue mechanism as it has never been usable and it
Gilles Chehade
2018-05-12
minor consistency fix; from raf czlonka
Jason McIntyre
2018-05-10
reorganize code
Eric Faurot
2018-05-04
fix use-after-free
Eric Faurot
2018-04-29
Manpage tweaks:
Anthony J. Bentley
2018-04-29
remove useless indirections
Eric Faurot
2018-04-29
move "mail from" and "rcpt to" code into their own function.
Eric Faurot
2018-04-28
link smtp(1) to the build
Eric Faurot
2018-04-28
fix man section
Eric Faurot
2018-04-28
simplify code
Eric Faurot
2018-04-28
remove left-over comma from log message
Gilles Chehade
2018-04-28
move code around
Eric Faurot
2018-04-28
use the transaction as argument to the message parser.
Eric Faurot
2018-04-28
disallow executing by root and replace execve() with system() as we want
Gilles Chehade
2018-04-28
handle subaddresses
Gilles Chehade
2018-04-28
pass transaction instead of session to smtp_message_*() functions.
Eric Faurot
2018-04-28
move code around. no functional change.
Eric Faurot
2018-04-28
pass a struct smtp_tx pointer to functions that apply to SMTP transactions,
Eric Faurot
2018-04-27
factorize code
Eric Faurot
2018-04-26
- fix some macro abuse
Jason McIntyre
2018-04-26
fix build for smtp(1) after log.h update
Eric Faurot
2018-04-26
sync log.h with other daemons
Eric Faurot
2018-04-26
fix OpenBSD release
Eric Faurot
2018-04-26
Plug leak in error case of the common 'varset' implementations.
Kenneth R Westerback
2018-04-26
add a simple SMTP client
Eric Faurot
2018-04-26
remove mail.file.{8,c}, unused
Gilles Chehade
2018-04-26
remove unused Makefile
Gilles Chehade
2018-04-26
don't build mail.file
Gilles Chehade
2018-04-25
Return-Path should be in brackets as per RFC5322
Gilles Chehade
2018-04-23
Allow escaping quote within quotes.
Sunil Nimmagadda
2018-04-10
Fix previous. Use inet_net_pton(3) instead of inet_pton(3) as
Sunil Nimmagadda
2018-04-09
Check for legitimate IPv4, IPv6 addrs before printing.
Sunil Nimmagadda
2018-03-14
bump minor version just to be sure it makes release :-)
Gilles Chehade
2018-03-14
newaliases is so 70s, very tied to the 'db' table backend (which has not
Gilles Chehade
2018-03-14
Message-Id header is not added if sent over submission port because the
Gilles Chehade
2018-03-14
skip spf mechanisms that have been processed already.
Eric Faurot
2018-03-07
rfc4954 provides more than one method to submit the same credentials and in
Gilles Chehade
2018-03-07
check for expected record type
Otto Moerbeek
2018-03-04
remove unnecessary header
Gilles Chehade
2018-02-16
bump max line length to 16K for incoming mail.
Eric Faurot
2018-02-09
isolate calls to the rfc2822 parser and handling of "." in smtp_dataline()
Eric Faurot
2018-01-30
regroup some commands in a more logical way;
Jason McIntyre
2018-01-30
don't reject smtp responses containing non-printable chars as long
Eric Faurot
2018-01-27
Avoid passing NULL to vprintf() by assigning a name to client processes. While
anton
2018-01-26
allow unpriviledged user to run "encrypt" and "spf walk"
Eric Faurot
2018-01-22
Add support for 'a:' and 'exists:' mechanisms.
Okan Demirmen
2018-01-15
fix parsing of RDATA for TXT records
Eric Faurot
2018-01-11
fix parsing of long TXT records, this prevents 'smtpctl spf walk' from
Gilles Chehade
2018-01-06
tweak previous;
Jason McIntyre
[next]