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
8 hours
In smtpd enable fdpassing on all imsgbufs apart from the one in mproc.c
Claudio Jeker
8 hours
Remove the imsgbuf_read_nofd() hack since the imsgbuf API
Claudio Jeker
8 hours
Unify error reporting in various control programs.
Claudio Jeker
8 hours
bgpd and smtpd include their own imsgbuf_read_nofd() implementation.
Claudio Jeker
8 hours
Use imsgbuf_queuelen() instead of accessing the w.queue member.
Claudio Jeker
8 hours
Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to
Claudio Jeker
8 hours
Convert imsg_write() callers to the new simplified return logic.
Claudio Jeker
8 hours
Introduce imsg_write() and use it instead of msgbuf_write().
Claudio Jeker
9 hours
Use imsg_flush() instead of implementing the same by hand.
Claudio Jeker
2024-11-05
mark up fix; from jesper wallin
Jason McIntyre
2024-09-05
note that "|" and ":include:" are disallowed for root;
Jason McIntyre
2024-09-05
remove note falsely claiming that :include: is disallowed
Jason McIntyre
2024-09-03
fix some typos; courtesy of codespell; ok gilles@
Omar Polo
2024-09-03
bump version
Gilles Chehade
2024-08-12
implement the report response for proc-filters too
Omar Polo
2024-07-26
- document "ca" in the action ... relay section
Jason McIntyre
2024-06-11
smtpd: fix indent
Theo Buehler
2024-06-09
introduce a new K_AUTH service to allow offloading the credentials to a
Gilles Chehade
2024-06-02
remove prototypes with no matching function
Jonathan Gray
2024-05-28
actually honour the services supported by the proc tables
Omar Polo
2024-05-23
require an error message on table_proc failure replies
Omar Polo
2024-05-23
catch EOFs during table_proc handshake
Omar Polo
2024-05-22
align table_proc id printing with the rest of smtpd
Omar Polo
2024-05-22
improve the documentation for fetch request
Omar Polo
2024-05-14
oops, fix previous. wrong patch committed. was lacking the final \n
Omar Polo
2024-05-14
include the filter protocol version in the handshake
Omar Polo
2024-05-14
sync smtpd and protocol version in smtpd-filters(7) examples; ok gilles@
Omar Polo
2024-05-14
remove no-op methods from table_getpwnam; ok gilles@
Omar Polo
2024-05-14
use C99 syntax for filling the table_backend structs; ok gilles@
Omar Polo
2024-05-13
fix some leaks; ok op@
Jonathan Gray
2024-05-07
add smtpd-tables.7 for real; spotted by tb, thanks!
Omar Polo
2024-05-07
change the smtpd table protocol
Omar Polo
2024-05-07
install smtpd-tables(7)
Omar Polo
2024-05-02
unbreak parsing of IPv6 addresses in file-backed table(5)s
Omar Polo
2024-04-24
fix error return in fork_proc_backend(); ok gilles@
Omar Polo
2024-04-23
correct indentation; no functional change
Jonathan Gray
2024-03-24
permament -> permanent
Jonathan Gray
2024-03-20
fix ORCPT handling
Omar Polo
2024-03-18
improve the MDA documentation
Omar Polo
2024-03-15
add some initial documentation regarding MDAs
Omar Polo
2024-03-15
set ORIGINAL_RECIPIENT in the environment of mda scripts
Omar Polo
2024-03-02
bump version to 7.5.0
Omar Polo
2024-02-19
no need to be as strict with table formats on various match constraints,
Gilles Chehade
2024-02-11
unify smtpd and makemap table parser
Omar Polo
2024-02-03
missing "s" after apostrophe;
Jason McIntyre
2024-02-03
leave the command for mbox delivery unset
Omar Polo
2024-02-03
document that when an alternate delivery user is provided in a
Omar Polo
2024-02-02
when an alternate delivery user is provided in a dispatcher, do not process
Gilles Chehade
2024-02-02
there's no good reason to allow smtpd to execute custom command set by root
Gilles Chehade
2024-02-02
Run lmtp deliveries as the recipient user, not SMTPD_USER (_smtpd).
Todd C. Miller
[next]