Jump to letter: [
          
            ABCDEGHIKLMNOPRSTUVXZ
          ]
        
        squid: The Squid proxy caching server.
        
        
            | Name: | squid | Vendor: | Scientific Linux | 
        
            | Version: | 2.5.STABLE6 | License: | GPL | 
        
            | Release: | 3.4E.11 | URL: |  | 
        
        
        - Summary
- Squid is a high-performance proxy caching server for Web clients,
supporting FTP, gopher, and HTTP data objects. Unlike traditional
caching software, Squid handles all requests in a single,
non-blocking, I/O-driven process. Squid keeps meta data and especially
hot objects cached in RAM, caches DNS lookups, supports non-blocking
DNS lookups, and implements negative caching of failed requests.
Squid consists of a main server program squid, a Domain Name System
lookup program (dnsserver), a program for retrieving FTP data
(ftpget), and some management and client tools.
Changelog
        
            - * Tue Sep  6 19:00:00 2005 Martin Stransky <stransky{%}redhat{*}com> 7:2.5.STABLE6-3.4E.11
- - fix for #167414 - Multiple squid DoS issues
- fix for #166520 - CAN-2004-2479 squid information disclosure 
            - * Wed Jun  8 19:00:00 2005 Jay Fenlason <fenlason{%}redhat{*}com> 7:2.5.STABLE6-3.4E.9
- - change the config file to work around a bug in rpm -U. 
            - * Wed May 11 19:00:00 2005 Jay Fenlason <fenlason{%}redhat{*}com> 7:2.5.STABLE6-3.4E.8
- - Backport the -dns_query-4 patch to fix
  bz #157455 CAN-2005-1519 DNS lookups unreliable on untrusted networks
- Backport the changes from the -5 version of the dns_query patch.