File: control

package info (click to toggle)
socks4-server 4.3.beta2-13
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,512 kB
  • ctags: 1,778
  • sloc: ansic: 19,305; makefile: 404; sh: 52
file content (50 lines) | stat: -rw-r--r-- 2,143 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: socks4-server
Section: net
Priority: extra
Maintainer: Christoph Martin <christoph.martin@uni-mainz.de>
Build-Depends: debhelper, libident-dev, libncurses5-dev
Standards-Version: 3.5.2

Package: socks4-server
Architecture: any
Depends: ${shlibs:Depends}
Description: SOCKS4 server for proxying IP-based services over a firewall
 This is version 4.3 of SOCKS, a package that allows Unix hosts
 behind a firewall to gain full access to the internet without requiring
 direct IP reachability. It does require a SOCKS server program being
 run on a hosts that can communicate directly to hosts behind the firewall
 as well as hosts on the Internet at large.  It is based on the original
 SOCKS written by David Koblas <koblas@netcom.com>.
 .
 This package includes the SOCKS server.

Package: socks4-clients
Architecture: any
Depends: ${shlibs:Depends}
Description: Socks4 enabled clients as rtelnet, rftp, ...
 This is version 4.3 of SOCKS, a package that allows Unix hosts
 behind a firewall to gain full access to the internet without requiring
 direct IP reachability. It does require a SOCKS server program being
 run on a hosts that can communicate directly to hosts behind the firewall
 as well as hosts on the Internet at large.  It is based on the original
 SOCKS written by David Koblas <koblas@netcom.com>.
 .
 This package includes SOCKSified client programs of finger, ftp,
 telnet, and whois. A few other SOCKSified clients may be found on
 ftp.nec.com, in directory /pub/security/socks.cstc.

Package: libsocks4
Architecture: any
Depends: ${shlibs:Depends}
Replaces: socks4-clients
Section: libs
Priority: optional
Description: SOCKS libraries
 This is version 4.3 of SOCKS, a package that allows Unix hosts
 behind a firewall to gain full access to the internet without requiring
 direct IP reachability. It does require a SOCKS server program being
 run on a hosts that can communicate directly to hosts behind the firewall
 as well as hosts on the Internet at large.  It is based on the original
 SOCKS written by David Koblas <koblas@netcom.com>.
 .
 This package includes libsocks needed by SOCKSified client programs.