5
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
Aug 30, 2025 — Aug 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bump version to 7.8.0p1 More... 5 months ago
CHANGES for 7.8.0p1 More... 5 months ago
table_proc: ensure the request does not contain newlines More... 5 months ago
reject usernames (or passwords) with line feeds in it More... 5 months ago
Merge pull request #1294 from LukeShu/lukeshu/makemap-err More... 10 months ago
fmt More... 10 months ago
Merge pull request #1297 from sudomibo/master More... 10 months ago
OpenSMTPD has been succesfully packaged for Tumbleweed. More... 10 months ago
bump version to 7.8.0p0 More... 10 months ago
CHANGES for 7.8.0p0 More... 10 months ago
smtpd: bump version to 7.8 More... 10 months ago
docker: bump to alpine 3.22 More... 10 months ago
docker: fix copying of libexecs in the official docker image More... 10 months ago
smtpd(8) can die if a malformed imsg is sent on the local socket. CVE-2025-62875
gilles
as Gilles Chehade
More... 10 months ago
typo fix from Christian Schulte, ok schwarze@ More... 10 months ago
makemap: Print an error instead of exiting silently if not --with-table-db More... 10 months ago
Remove support for world-writable mail spools. They won't work any more due to pledge restrictions so just print an error and exit if the spool is world-writable. OK beck@
gilles
as Gilles Chehade
More... 11 months ago
Delete obsolete /* ARGSUSED */ lint comments.
gilles
as Gilles Chehade
More... 11 months ago
Change the error reporting pattern throughout the tree when unveil fails to report the path that the failure occured on. Suggested by deraadt@ after some tech discussion.
gilles
as Gilles Chehade
More... 11 months ago
Remove support for world-writable mail spools. They won't work any more due to pledge restrictions so just print an error and exit if the spool is world-writable. OK beck@ wq
gilles
as Gilles Chehade
More... 11 months ago
replace _smtpd with the actual name user More... about 1 year ago
ensure some strings are actually sent to the parent process More... about 1 year ago
In the manual pages for configuration files based on parse.y, describe the syntax of both defining and using macros, rather than exclusively relying on examples, which some of the pages do not even provide. In those pages containing tables of content, also clarify that the "Macros" section contains *definitions* of variables. Both changes were already committed to vm.conf(5) earlier. More... about 1 year ago
smtpd.conf: highlight that the action has to be pre-declared in match More... about 1 year ago
Document 'smtps verify' in smtpd.conf(5) More... about 1 year ago
simplify purge_task More... about 1 year ago
make "backup" an option to srs as it only changes the state of the key we are setting, a random string that will be used as secret key for the Sender Rewriting Scheme, from active to backup. More... over 1 year ago
The IMSG_LKA_OPEN_FORWARD passes directory and user as fixed size strings. Ensure that those strings are '\0' terminated since parent_forward_open() depends on that. OK op@ More... over 1 year ago
the regex keyword must be used iff the argument to an option is a regular expression or a list of regular expressions, it requires no special handling; improvements to the wording by jmc@ and op@ More... over 1 year ago
fix overly strict AUTH PLAIN pass check More... over 1 year ago