Downloadliste

Projektbeschreibung

Antispyd is an HTTP/HTTPS threat filtering proxy
server. The main characteristic of this project is
the modularity of his conception. The program is
organized around an HTTP/HTTPS gateway service and
a set of filters that can be enabled or disabled,
and are all configurable with a single
configuration file. Current filters are: URL
filtering, content filtering, content-type
filtering, cookie removal, pop-up removal, shell
code attack blocking, Web traffic anonymizing, and
a signature-based filtering engine. All filtering
is done on the fly, without blocking downloads in
any case. It uses only POSIX primitives and is
built with autotools, and was created with
security in mind.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-10-14 10:06 Zurück zur Release-Liste
0.0.5

Der Algorithmus der passende URL via N-Tree Walking umgesetzt wurde drastisch erhöht und die Effizienz der URL-Filter. Für die passende URL-Filter, ist es jetzt möglich, eine Datei mit einer Liste von URLs zu entsprechen, wie urlblacklist.com zu nutzen. Der Server verwendet nun ein Vor-Gabel-listen Prozess-Architektur, um die Effizienz zu erhöhen. Ein Konfigurations-Richtlinie wurde hinzugefügt, um die Anzahl der Prozesse angeben, die vor der Gabel.
Tags: Major feature enhancements
The algorithm of URL matching via N-Tree walking
has been implemented and drastically increases the
efficiency of the URL filter. For the URL matching
filter, it's now possible to use a file containing
a list of URLs to match, as provided by
urlblacklist.com. The server now uses a pre-forked
listen process architecture to increase
efficiency. A configuration directive has been
added to specify the number of processes to
pre-fork.

Project Resources