File: control

package info (click to toggle)
desproxy 0.1.0~pre3-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 400 kB
  • ctags: 167
  • sloc: ansic: 1,749; makefile: 135; sh: 43
file content (28 lines) | stat: -rw-r--r-- 1,323 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
Source: desproxy
Section: net
Priority: optional
Maintainer: Jari Aalto <jari.aalto@cante.net>
Build-Depends: debhelper (>= 5), autotools-dev, dpatch
Standards-Version: 3.8.0
Uploaders: Felipe Augusto van de Wiel <faw@debian.org>
Vcs-Git: http://git.debian.org/git/collab-maint/desproxy.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/desproxy.git;a=summary

Package: desproxy
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Homepage: http://sourceforge.net/projects/desproxy
Description: tunnel TCP traffic through a HTTP proxy
 HTTP clients (web browsers) use HTTP proxies to request web pages; the
 HTTP server just forwards those request to the destination server. All
 the negotiation is done via the HTTP protocol, which is designed just
 to carry HTTP requests and no generic (TCP/IP) traffic. That is why you
 can't (normally) use Internet applications beside your web server if
 you are behind a HTTP proxy.
 .
 That is what desproxy is good for. Desproxy is a TCP tunnel, which
 means desproxy can forward TCP/IP traffic via a HTTP proxy. Desproxy
 uses a HTTP/1.1 method (CONNECT) to establish TCP/IP connections on
 demand. CONNECT is used for SSL connections when accessing to secure
 sites, so if you can access sites that support SSL (www.hotmail.com for
 example) you can use desproxy.