Up to [local] / src / usr.sbin / smtpd
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Mon Jun 14 17:58:15 2021 UTC (4 years, 3 months ago) by eric
Branch: MAIN
CVS Tags: OPENBSD_7_7_BASE,
OPENBSD_7_7,
OPENBSD_7_6_BASE,
OPENBSD_7_6,
OPENBSD_7_5_BASE,
OPENBSD_7_5,
OPENBSD_7_4_BASE,
OPENBSD_7_4,
OPENBSD_7_3_BASE,
OPENBSD_7_3,
OPENBSD_7_2_BASE,
OPENBSD_7_2,
OPENBSD_7_1_BASE,
OPENBSD_7_1,
OPENBSD_7_0_BASE,
OPENBSD_7_0,
HEAD
Changes since 1.3: +0 -7 lines
Diff to previous 1.3 (colored)
add required headers for smtpd.h and remove unnecessary ones in other files. ok jung@
Revision 1.2.2.1 / (download) - annotate - [select for diffs], Sun Nov 25 21:45:35 2018 UTC (6 years, 9 months ago) by gilles
Branch: OPENBSD_6_4
Changes since 1.2: +14 -1 lines
Diff to previous 1.2 (colored) next main 1.3 (colored)
backport mail.lmtp and mail.mda fixes from -current
Revision 1.3 / (download) - annotate - [select for diffs], Sun Nov 25 17:34:00 2018 UTC (6 years, 9 months ago) by gilles
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE,
OPENBSD_6_9,
OPENBSD_6_8_BASE,
OPENBSD_6_8,
OPENBSD_6_7_BASE,
OPENBSD_6_7,
OPENBSD_6_6_BASE,
OPENBSD_6_6,
OPENBSD_6_5_BASE,
OPENBSD_6_5
Changes since 1.2: +14 -1 lines
Diff to previous 1.2 (colored)
fix mail.mda so it handles system() exit value correctly issue reported and diff tested by florian@
Revision 1.2 / (download) - annotate - [select for diffs], Sat Apr 28 10:37:20 2018 UTC (7 years, 4 months ago) by gilles
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE
Branch point for: OPENBSD_6_4
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)
disallow executing by root and replace execve() with system() as we want the user's mda_exec to be parsed and executed by a shell running with the user's privileges. ok eric@
Revision 1.1 / (download) - annotate - [select for diffs], Wed Aug 9 07:56:10 2017 UTC (8 years, 1 month ago) by gilles
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE,
OPENBSD_6_3,
OPENBSD_6_2_BASE,
OPENBSD_6_2
add mail.mda MDA in charge of running a third-party MDA, not linked yet