Пакет tsocks: Информация

    Исходный пакет: tsocks
    Версия: 1.8-alt1
    Собран:  24 сентября 2010 г. 19:40
    Категория: Security/Networking
    Сообщить об ошибке в пакете
    Домашняя страница: http://tsocks.sourceforge.net/

    Лицензия: GPLv2+
    О пакете: Library for catching network connections, redirecting them on a SOCKS server
    Описание: 
    tsocks is designed for use in machines which are firewalled from the
    Internet. It avoids the need to recompile applications like lynx or
    telnet so they can use SOCKS to reach the Internet. It behaves much
    like the SOCKSified TCP/IP stacks seen on other platforms.
    
    tsocks is a library to allow transparent SOCKS proxying. It wraps the
    normal connect() function. When a connection is attempted, it consults
    the configuration file (which is defined at configure time but defaults
    to /etc/tsocks.conf) and determines if the IP address specified is local.
    If it is not, the library redirects the connection to a SOCKS server
    specified in the configuration file. It then negotiates that connection
    with the SOCKS server and passes the connection back to the calling
    program.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    tsocks (x86_64, i586)

    Сопровождающий: Mykola Grechukh

    Список участников:
    Mykola Grechukh

    Права:
    Mykola Grechukh
    @qa

    Последнее изменение


    24 сентября 2010 г. Mykola Grechukh 1.8-alt1
    - built for ALT Linux
    6 января 2010 г. Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 1.8-0.5.beta5
    - Fix the library path problem more cleanly
    - Fix bash script validation to handle the no argument case
    - Change patch name to reflect guidelines
    - Fix documentation to reflect patch modifications
    - Remove INSTALL from packaged files
    14 декабря 2009 г. Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 1.8-0.4.beta5
    - Fix the library path problem on x86_64 and ppc64
    - Elaborate the summary and description fields