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-26 19:43
0.0.9

Le présent communiqué constitue une amélioration majeure de la signature à partir du moteur de filtrage (le filtre BLOCK_SIGN) en termes de performance et de fonctionnalité. Les signatures sont maintenant stockées dans un arbre 3-d'améliorer le jumelage de chaque message HTTP. Ce filtrage peut être réalisé sur le contenu de chaque message HTTP. Une signature peut utiliser le tableau hexadécimale d'un octet pour spécifier la valeur d'un champ.
Tags: Major feature enhancements
This release provides a major improvement of the signature based filtering engine (the BLOCK_SIGN filter) in terms of both performance and functionality. The signatures are now stored in a 3-Tree to enhance the matching of each HTTP message. This filtering can be performed on each HTTP message's content. A signature can use the hexadecimal array of a byte to specify a field's value.

2005-10-21 10:49
0.0.8

Interconnexion avec les autres caches et proxy HTTP est désormais possible grâce à une nouvelle directive de configuration ", cache_peer". Le «LIAISON_DIR directive" a été ajoutée pour la tolérance aux pannes. Le moteur de HTTP a été accéléré par l'utilisation de la N-algorithme de l'arbre, Fast reconnaissance a été mis en œuvre pour les entêtes HTTP.
Tags: Major feature enhancements
Interconnection with other HTTP caches and proxies
is now possible via a new configuration directive,
"cache_peer". The "direct_connect" directive was
added for fault tolerance. The HTTP engine was
accelerated via the use of the N-Tree algorithm,
Fast reconnaissance has been implemented for HTTP
headers.

2005-10-19 17:11
0.0.7

Cette version offre deux nouvelles fonctionnalités: Domain White-configuration de liste et filtrer BLOCK_SIZE. Le filtre BLOCK_SIZE prévoit la possibilité de contrôler le trafic entrant et sortant contre les types MIME voulus en fonction de la taille des messages HTTP. La configuration de contrôle peut être différente pour le trafic entrant et sortant. Cette surveillance est réalisée avec deux techniques indépendantes: "la vérification d'en-tête HTTP" et "HTTP suivi des flux". En outre, l'architecture de gestion de logiciel de filtre a été nettoyé.
Tags: Major feature enhancements
This release provides two new features: Domain
White-List configuration and BLOCK_SIZE filter.
The BLOCK_SIZE filter provides the ability to
control incoming and outgoing traffic for desired
MIME types based on HTTP message size. The control
configuration can be different for incoming and
outgoing traffic. This monitoring is performed
with two independent techniques: "HTTP header
checking" and "HTTP flow tracking". Moreover, the
filter management software architecture has been
cleaned up.

2005-10-16 16:24
0.0.6

Ce communiqué nettoie et améliore le moteur de recherche Web. L'analyseur lexical et analyseur syntaxique HTTP ont été nettoyées et améliorées. Better keep-alive traitement a été développé pour accélérer la transition des flux HTTP. Antispyd est maintenant testé avec valgrind.
Tags: Major feature enhancements
This release cleans up and enhances the Web
engine. The HTTP lexer and parser have been
cleaned up and improved. Better keep-alive
processing has been developed to speed up HTTP
flow transition. Antispyd is now tested with
valgrind.

2005-10-14 10:06
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