OpenBSD CVS

CVS log for src/usr.sbin/smtpd/Attic/filter_api.h


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.6, Sat Jan 26 09:50:22 2013 UTC (11 years, 4 months ago) by gilles
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +1 -1 lines
FILE REMOVED

no longer used

Revision 1.5 / (download) - annotate - [select for diffs], Fri Nov 23 13:54:12 2012 UTC (11 years, 6 months ago) by eric
Branch: MAIN
Changes since 1.4: +21 -12 lines
Diff to previous 1.4 (colored)

knf

Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 20 21:14:17 2012 UTC (11 years, 9 months ago) by gilles
Branch: MAIN
Changes since 1.3: +3 -11 lines
Diff to previous 1.3 (colored)

MAX_LINE_SIZE is supposed to define the max length of a SMTP line ...
... but SMTP_LINE_MAX *also* defines it ... with a different value ...
and did I mention both were too small anyway ?

quick fix until we kill one or the other: bump MAX_LINE_SIZE and define
SMTP_LINE_MAX to be MAX_LINE_SIZE. this fixes the immediate issue while
we decide which one bites the dust.

fixes the crashes and "line too long" errors spotted by todd@
ok todd@, ok chl@

Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 19 14:16:58 2012 UTC (11 years, 9 months ago) by chl
Branch: MAIN
Changes since 1.2: +13 -13 lines
Diff to previous 1.2 (colored)

coding style: replace all occurences of u_int* with uint*

ok eric@

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jul 11 17:20:29 2012 UTC (11 years, 10 months ago) by chl
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

Respect RFC 5321, section 4.5.3.1.: it reduces our current max size for
localpart, domainpart and text line.

The sizeof struct envelope goes from 8k to 6k.

ok gilles@ eric@

Revision 1.1 / (download) - annotate - [select for diffs], Thu Jun 14 21:56:13 2012 UTC (11 years, 11 months ago) by gilles
Branch: MAIN

- rename filter.h -> filter_api.h to be consistent with upcoming changes

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.