Statistics
| Branch: | Tag: | Revision:

root @ 171b9e72

Name Size
  ci
  debian
  examples
  vncauthproxy
.gitignore 49 Bytes
LICENSE 17.7 kB
MANIFEST.in 65 Bytes
devflow.conf 81 Bytes
distribute_setup.py 15.4 kB
setup.py 1.5 kB
version 8 Bytes

Latest revisions

# Date Author Comment
eafd0e30 06/29/2013 04:04 am Faidon Liambotis

Initial Debian packaging

653715aa 06/29/2013 04:04 am Faidon Liambotis

Drop daemon's privileges

Since there is no support for this in the daemon itself nor a proper
configuration file, do that in the (Debian) init script by using a
/etc/default/vncauthproxy file plus start-stop-daemon.

171b9e72 06/29/2013 04:04 am Faidon Liambotis

Minor fixes to the Debian packaging

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.

7af890c9 05/10/2013 03:40 pm Stratos Psomadakis

Set SO_REUSEADDR for the control socket

dd62f34b 04/30/2013 01:31 pm Stratos Psomadakis

Fix typos/mistakes introduced by the refactoring

310ae019 04/28/2013 12:34 am Stratos Psomadakis

Code refactoring

  • Move the connection establishment inside the VncAuthProxy greenlet /
    class.
  • Use a shared get_listening_sockets() method for both client proxy /
    forward sockets and the control socket.
  • Reorganize / comment / rephrase the default values and the cli...
cf328b06 04/24/2013 01:05 pm Stratos Psomadakis

Minor lexical fixes

View all revisions | View revisions

Also available in: Atom