Statistics
| Branch: | Tag: | Revision:

root / debian / control @ 39f9b704

History | View | Annotate | Download (794 Bytes)

1
Source: vncauthproxy
2
Section: python
3
Priority: optional
4
Maintainer: Faidon Liambotis <paravoid@debian.org>
5
Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5), python-setuptools
6
Standards-Version: 3.9.2
7
XS-Python-Version: >= 2.5
8
Homepage: https://code.grnet.gr/projects/vncauthproxy
9

    
10
Package: vncauthproxy
11
Architecture: all
12
Depends: ${misc:Depends}, ${python:Depends}
13
Provides: ${python:Provides}
14
XB-Python-Version: ${python:Versions}
15
Description: VNC authentication proxy
16
 vncauthproxy listens on a UNIX domain socket for control messages and sets up
17
 one-time port forwardings upon request.
18
 .
19
 Main features include:
20
  * Lightweight, coroutine-based main loop with gevent
21
  * Supports RFB protocol version 3.8
22
  * IPv4 and IPv6 support
23
  * Configurable timeout for client connections