Download List

Descripción del Proyecto

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.

System Requirements

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

Esta versión proporciona una mejora importante de la firma basada en el motor de filtrado (el filtro BLOCK_SIGN) tanto en términos de rendimiento y funcionalidad. Las firmas se guardan ahora en un 3-Tree para mejorar la adecuación de cada mensaje HTTP. Este filtro se puede realizar sobre el contenido de cada mensaje de HTTP. Una firma puede utilizar la matriz hexadecimal de un byte para especificar el valor de un campo.
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

De interconexión con otros depósitos proxies HTTP y ahora es posible a través de una directiva nueva configuración, "cache_peer". El "direct_connect" directiva se añadió para la tolerancia a fallos. El motor de HTTP se aceleró a través de la utilización de la N-algoritmo de árbol, el reconocimiento rápido se ha aplicado en las cabeceras 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

Esta versión ofrece dos nuevas características: dominio White-configuración de la lista y filtrar BLOCK_SIZE. BLOCK_SIZE El filtro proporciona la capacidad para controlar el tráfico entrante y saliente para los tipos MIME deseado basado en el tamaño del mensaje HTTP. La configuración de control puede ser diferente para el tráfico entrante y saliente. Este seguimiento se realiza con dos técnicas independientes: "análisis de cabecera HTTP" y "el seguimiento del flujo HTTP". Por otra parte, el filtro de la arquitectura de software de gestión ha sido limpiado.
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

Este comunicado de limpia y mejora el motor de la Web. El analizador léxico HTTP y se han limpiado y mejorado. Mejor mantener el procesamiento de vida se ha desarrollado para acelerar la transición de flujo HTTP. Antispyd se está probando con 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

El algoritmo de concordancia de URL a través de N-pie del árbol se ha aplicado y aumenta drásticamente la eficiencia del filtro de URL. Para el filtro de concordancia de URL, ahora es posible utilizar un archivo que contiene una lista de URL para que coincida, según lo dispuesto por urlblacklist.com. El servidor utiliza ahora una pre-horquilla escuchar la arquitectura de procesos para aumentar la eficiencia. Una directiva de configuración ha sido añadida para especificar el número de procesos de pre-tenedor.
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