Télécharger la liste

Description du projet

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.

Système requise

System requirement is not defined
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 Retour à la liste release
0.0.5

L'algorithme des URL correspondant via N-Walking Tree a été mis en oeuvre et augmente considérablement l'efficacité du filtrage d'URL. Pour le filtre correspondant à l'URL, il est maintenant possible d'utiliser un fichier contenant une liste d'URL afin de match, comme prévu par urlblacklist.com. Le serveur utilise maintenant une pré-écoute fourchue architecture des processus afin d'accroître l'efficacité. Une directive de configuration a été ajouté pour spécifier le nombre de processus de pré-fourche.
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