File: control

package info (click to toggle)
apf 0.8.4-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 1,724 kB
  • ctags: 1,013
  • sloc: ansic: 15,777; sh: 3,591; makefile: 89
file content (57 lines) | stat: -rw-r--r-- 2,781 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
51
52
53
54
55
56
57
Source: apf
Section: net
Priority: optional
Maintainer: Juan A. Diaz <juan@linux.org.ar>
Build-Depends: debhelper (>= 5), autotools-dev, libssl-dev, libz-dev, dpatch
Standards-Version: 3.7.2
Homepage: http://www.gray-world.net/pr_af.shtml

Package: apf-server
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Server for Active Port Forwarding
 Active Port Forwarder is a tool for secure port forwarding. It uses ssl 
 to increase security of communication between the server and the client.
 It is designed for people without an external IP who want to make some
 services available on the Internet. The Active Port Forwarder server
 (afserver) is placed on the machine with a public address, and the client
 (afclient) is placed on the machine behind a firewall or masquerade. This
 makes the second machine visible to the Internet.
 .
 This package provides the Active Port Forwarder server.
 .
 Short list of features:
  * Using one permanent data/control channel with flow control/packet 
    buffering provides good performance and reasonably small latency.
  * Use zlib to compress the transferred data.
  * Able to use ssl for all comunication or only for the autentification.
  * Able to transfer multiple tunnels in the one afclient <-> afserver
    connection making possible create more sophisticated tunneling scheme.
  * Doesn't require root priviledges.
  * Doesn't use threads or other processes.
  * The afclient can use external modules for user's packets filtering.

Package: apf-client
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Client for Active Port Forwarding
 Active Port Forwarder is a tool for secure port forwarding. It uses ssl 
 to increase security of communication between the server and the client.
 It is designed for people without an external IP who want to make some
 services available on the Internet. The Active Port Forwarder server
 (afserver) is placed on the machine with a public address, and the client
 (afclient) is placed on the machine behind a firewall or masquerade. This
 makes the second machine visible to the Internet.
 .
 This package provides the Active Port Forwarder client.
 .
 Short list of features:
  * Using one permanent data/control channel with flow control/packet 
    buffering provides good performance and reasonably small latency.
  * Use zlib to compress the transferred data.
  * Able to use ssl for all comunication or only for the autentification.
  * Able to transfer multiple tunnels in the one afclient <-> afserver
    connection making possible create more sophisticated tunneling scheme.
  * Doesn't require root priviledges.
  * Doesn't use threads or other processes.
  * The afclient can use external modules for user's packets filtering.