OpenBSD CVS

CVS log for src/usr.sbin/smtpd/rfc5322.c


[BACK] Up to [local] / src / usr.sbin / smtpd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.4 / (download) - annotate - [select for diffs], Tue Dec 5 13:38:25 2023 UTC (6 months ago) by op
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.3: +3 -2 lines
Diff to previous 1.3 (colored)

reject headers that start with a space or tab

If the first header starts with a space but still contains a colon
character, it is added to the body mail effectively appending it to the
Received header due to the folding rules.

Issue reported by Crystal Kolipe

ok millert@, giovanni@

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jun 14 17:58:16 2021 UTC (2 years, 11 months ago) by eric
Branch: MAIN
CVS Tags: 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
Changes since 1.2: +1 -2 lines
Diff to previous 1.2 (colored)

add required headers for smtpd.h and remove unnecessary ones in other files.

ok jung@

Revision 1.2 / (download) - annotate - [select for diffs], Wed Oct 24 18:59:29 2018 UTC (5 years, 7 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.1: +2 -2 lines
Diff to previous 1.1 (colored)

replace EFTYPE with EINVAL which is a both a better errno AND more portable

ok eric@

Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 23 10:07:06 2018 UTC (5 years, 9 months ago) by eric
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4

import alternative message parser (not used yet).

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.