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

이 릴리스에는 서명의 개선을 주요 기반으로 필터링 엔진은 성능과 기능 측면에서 (BLOCK_SIGN 필터)를 제공합니다. 서명이 이제 3에 저장됩니다 - 트리의 각 HTTP를 메시지의 매칭을 향상시킨다. 이 필터링은 각는 HTTP 메시지의 내용에 수행할 수있습니다. 서명 필드의 값을 지정하는 바이트의 16 진수 배열을 사용할 수있습니다.
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

기타 HTTP 캐시 및 프록시와 상호 이제 새 구성 지시어를 통해 가능하다 "cache_peer". "direct_connect"지시어 내결함성을 추가되었습니다. HTTP를 엔진 n의 사용 트리 알고리즘을 통해 빠른 정찰 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

이 릴리스 화이트리스트 구성 및 BLOCK_SIZE 필터는 두 가지 새로운 기능 : 도메인을 제공합니다. BLOCK_SIZE 필터 기능을 원하는 MIME 유형 메시지 크기는 HTTP를 기반으로 들어오고 나가는 트래픽을 제어를 제공합니다. 제어 구성을 수신 및 발신 트래픽 다를 수있습니다. 이것은 두 개의 독립적인 모니터링 기술과 수행됩니다 : "HTTP 헤더를 검사"및 "는 HTTP 흐름을 추적하는". 또한, 필터 관리 소프트웨어 아키텍처를 청소하고있다.
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

이 릴리스에는 청소 및 웹 엔진을 향상시킵니다. HTTP를 lexer와 파서를 청소하고 개선. 잘 간수 - 살아있는 HTTP를 처리하는 흐름을 전환 속도를 위해 개발되었습니다. Antispyd 지금은 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

URL의 검색 알고리즘을 통해 N - 트리 산책 및 구현되었습니다 대폭 URL 필터의 효율성을 증가시킵니다. URL이 일치하는 필터를 들어, 이제 파일의 URL과 일치하는 목록으로 urlblacklist.com에 의해 제공 포함된 사용 가능합니다. 서버가 현재 사용 중고 프로세스 아키텍처를 들어 갈래의 효율성을 높이십시오. 설정 지시어 중고 프로세스의 수를 지정하려면 포크가 추가되었습니다.
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