Statistics
| Branch: | Tag: | Revision:

root / vncauthproxy @ 8d766971

Name Size
__init__.py 0 Bytes
client.py 7.4 kB
d3des.py 13.7 kB
proxy.py 30.5 kB
rfb.py 2.5 kB

Latest revisions

# Date Author Comment
8d766971 07/02/2013 04:03 pm Stratos Psomadakis

Parse auth file using regexp

0cee98f3 07/02/2013 11:53 am Stratos Psomadakis

Fix auth file parsing

8b0f290d 07/01/2013 05:46 pm Stratos Psomadakis

Improve logging in request_forwarding

6149f03e 07/01/2013 05:33 pm Stratos Psomadakis

Support server SSL cert auth in client

4331e4d8 07/01/2013 05:04 pm Stratos Psomadakis

Improve logging / exception handling

df5f123a 06/29/2013 12:36 pm Stratos Psomadakis

Fix error in auth file handling

28a2d809 06/29/2013 04:21 am Stratos Psomadakis

Don't crash on an empy auth file

Don't crash on an empty auth file. Also correct a typo with the `no_ssl`
opt.

4a1dd7af 06/28/2013 09:59 pm Stratos Psomadakis

Add example users file and users file checks

Add an example users file and fail if there are no users defined in the
file.

d49bd2fb 06/28/2013 08:34 pm Stratos Psomadakis

Add support for control connection authentication

Since vncauthproxy no longer uses Unix domain sockets for the control
connection handling, authentication handling, which was done with POSIX
file permissions, must be implemented in vncauthproxy.

The /var/lib/vncauthproxy/users file (configurable) acts as an...

0b74ef50 06/28/2013 08:21 pm Stratos Psomadakis

Use SSL/TLS for control connections

Control connections now use SSL/TLS by default. Since, vncauthproxy control
connections now use TCP/IP instead of Unix domain sockets, sensitive
information could be sent over possibly untrusted / insecure channels.

View revisions

Also available in: Atom