Download List

项目描述

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 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

此版本提供了基于签名的大型改善过滤引擎(即BLOCK_SIGN过滤性能和功能方面)。现在的签名在3储值树,以提高每个HTTP消息匹配。这种过滤可以执行的每个HTTP消息的内容。签字可以使用一个字节的十六进制数组指定一个字段的值。
标签: 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

与其他HTTP缓存和代理联网,现在可以通过一个新的配置指令,“cache_peer”。在“direct_connect”指令,并加入容错。发动机的HTTP加速通过使用的N - Tree算法,快速侦察已HTTP头实施。
标签: 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

此版本提供了两个新功能:域白名单过滤器的配置和BLOCK_SIZE。BLOCK_SIZE滤波器提供的控制能力的传入和传出,以便得到理想的MIME邮件大小的HTTP流量的类型。控制配置可以是不同的传入和传出的流量。这种监督是通过两个独立的技术:“HTTP标头检查”和“的HTTP流量跟踪”。此外,过滤器管理软件架构已经被清理。
标签: 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

此版本清理,提高了网络引擎。的HTTP词法和语法分析器已经被清理和改善。更好地保持活动的处理已经开发出来,加快转型的HTTP流量。 Antispyd目前测试过的valgrind。
标签: 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

算法的网址通过N比树行走已经实施,大幅提高了网址过滤器的效率。匹配的URL过滤器,它现在可以使用一个文件包含网址列表进行匹配,如urlblacklist.com提供。服务器现在使用预叉听取进程架构,以提高效率。阿配置指令已被添加到指定的进程数预先叉。
标签: 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