OpenBSD CVS

CVS log for src/usr.sbin/smtpd/Attic/smtpfilter.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.7, Fri Jul 19 12:36:42 2013 UTC (10 years, 10 months ago) by eric
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +1 -1 lines
FILE REMOVED

remove obsolete file

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jan 26 09:37:24 2013 UTC (11 years, 4 months ago) by gilles
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Sync with our smtpd repo:

* first bricks of ldap and sqlite support (not finished but both working)
* new table API to replace map API, all lookups are done through tables
* improved handling of temporary errors throughout the daemon
* improved scheduler and mta logic: connection reuse, optimizes batches
* improved queue: more tolerant to admin errors, new layout, less disk-IO
* improved memory usage under high load
* SSL certs/keys isolated to lookup process to avoid facing network
* VIRTUAL support improved, fully virtual setups possible now
* runtime tracing of processes through smtpctl trace
* ssl_privsep.c sync-ed with relayd
* ssl.c no longer contains smtpd specific interfaces
* smtpd-specific ssl bits moved to ssl_smtpd.c
* update mail address in copyright

FLUSH YOUR QUEUE. FLUSH YOUR QUEUE. FLUSH YOUR QUEUE. FLUSH YOUR QUEUE.

smtpd.conf(5) simplified, it will require adaptations

ok eric@

Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 3 21:28:21 2012 UTC (11 years, 9 months ago) by chl
Branch: MAIN
Changes since 1.4: +5 -5 lines
Diff to previous 1.4 (colored)

fix the example filter to match current API by using
enum filter_status return value instead of plain int

ok todd@ gilles@

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

- fix the example filter to match current API

spotted by todd@ ;-)

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: +9 -9 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], Thu Jun 14 21:56:13 2012 UTC (11 years, 11 months ago) by gilles
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

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

Revision 1.1 / (download) - annotate - [select for diffs], Sat Aug 27 22:32:41 2011 UTC (12 years, 9 months ago) by gilles
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1

initial support for a session-time filtering API

currently only HELO/EHLO, MAIL, RCPT are supported, however ... I have
voluntarily disabled filters at smtpd.conf level so people don't play with
it until the API has stabilized a bit

discussed with several people in private, no one opposed the feature

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.