OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18, Sat Oct 17 13:35:45 2015 UTC (8 years, 7 months ago) by gilles
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +1 -1 lines
FILE REMOVED

this file is deprecated

Revision 1.17 / (download) - annotate - [select for diffs], Wed Oct 14 22:01:43 2015 UTC (8 years, 7 months ago) by gilles
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

whitespaces

Revision 1.16 / (download) - annotate - [select for diffs], Tue Jan 20 17:37:54 2015 UTC (9 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.15: +4 -4 lines
Diff to previous 1.15 (colored)

use <limits.h> comprehensively.  For now try to push <> includes to
each .c file, and out of the .h files.  To avoid overinclude.
ok gilles, in principle.  If this has been done right, -portable should
become easier to maintain.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Jul 8 14:24:16 2014 UTC (9 years, 10 months ago) by eric
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.14: +606 -463 lines
Diff to previous 1.14 (colored)

make the filter API move forward (still not plugged).

Revision 1.14 / (download) - annotate - [select for diffs], Sat Apr 19 17:35:48 2014 UTC (10 years, 1 month ago) by gilles
Branch: MAIN
Changes since 1.13: +1 -11 lines
Diff to previous 1.13 (colored)

remove dead code ... in code that's not plugged in yet ;-)

Revision 1.13 / (download) - annotate - [select for diffs], Wed Apr 9 18:55:19 2014 UTC (10 years, 1 month ago) by eric
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12 (colored)

Zap the mfa process. It is not currently doing anything, and content filtering
will be done at session level anyway.

ok gilles@

Revision 1.12 / (download) - annotate - [select for diffs], Thu Dec 26 17:25:32 2013 UTC (10 years, 5 months ago) by eric
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.11: +1 -1 lines
Diff to previous 1.11 (colored)

bcopy -> memmove
bzero -> memset

Revision 1.11 / (download) - annotate - [select for diffs], Wed Nov 6 10:12:07 2013 UTC (10 years, 6 months ago) by eric
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

fix format string

Revision 1.10 / (download) - annotate - [select for diffs], Sun Oct 27 11:01:47 2013 UTC (10 years, 7 months ago) by eric
Branch: MAIN
Changes since 1.9: +466 -88 lines
Diff to previous 1.9 (colored)

Make the filter infrastructure move forward.
This is a work-in-progress and it's not supposed to be useable for now.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Oct 26 12:27:59 2013 UTC (10 years, 7 months ago) by eric
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

%i -> %d in format strings

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jul 19 16:02:00 2013 UTC (10 years, 10 months ago) by eric
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.7: +57 -3 lines
Diff to previous 1.7 (colored)

Move the filter infrastructure forward.

Revision 1.7 / (download) - annotate - [select for diffs], Fri May 24 17:03:14 2013 UTC (11 years ago) by eric
Branch: MAIN
Changes since 1.6: +46 -11 lines
Diff to previous 1.6 (colored)

sync with OpenSMTPD 5.3.2

ok gilles@

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jan 26 09:37:23 2013 UTC (11 years, 4 months ago) by gilles
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.5: +286 -229 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], Fri Nov 23 13:54:12 2012 UTC (11 years, 6 months ago) by eric
Branch: MAIN
Changes since 1.4: +38 -20 lines
Diff to previous 1.4 (colored)

knf

Revision 1.4 / (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.3: +19 -19 lines
Diff to previous 1.3 (colored)

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

ok eric@

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jun 16 16:16:09 2012 UTC (11 years, 11 months ago) by chl
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.2: +303 -1 lines
Diff to previous 1.2 (colored)

rename filter.c --> filter_api.c (to be consistent with upcoming changes)

prompted by and ok gilles@

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
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], Tue Nov 15 23:22:47 2011 UTC (12 years, 6 months ago) by gilles
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1

- change callback prototypes in filter.c to allow stricter checks
- introduce STATUS_WAITING, filters will reroute async DNS queries through
  LKA in a near future
- filter_api.c will contain our filter API (empty for now)
- Makefile to build libsmtpdfilter (not linked to the build,dev stuff only)

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.