Statistics
| Branch: | Tag: | Revision:

root / vncauthproxy @ c7da5329

Name Size
__init__.py 0 Bytes
client.py 8.6 kB
d3des.py 13.7 kB
passwd.py 4.3 kB
proxy.py 30.1 kB
rfb.py 2.5 kB

Latest revisions

# Date Author Comment
c7da5329 12/20/2013 05:43 pm Stratos Psomadakis

Create tempfile in the same dir as passwdfile

write_wrapper() uses a tempfile to write the new contents of the
passwdfile and then atomically renames / moves it to the original passwd
file. os.rename() won't work if the tempfile is not created on the same...

3b98303f 11/30/2013 07:25 pm Stratos Psomadakis

Change the auth file format

Switch to a 'passwd'/crypt-style format for the authentication file and
provide a tool to easily add / update / delete users from the file.

bd377d7e 11/30/2013 03:20 pm Stratos Psomadakis

Fix pylint warnings, typos and docs

bb8c7e81 11/30/2013 03:20 pm Stratos Psomadakis

Improve logging during startup and shutdown

d3817d45 11/30/2013 03:20 pm Stratos Psomadakis

Fix error handling in parse_auth_file

e736b195 11/30/2013 03:20 pm Stratos Psomadakis

Don't check for SSL arg inside the event loop

6f86c963 11/14/2013 11:41 pm Stratos Psomadakis

Add logging support in client

7f8ec5bd 11/14/2013 08:02 pm Stratos Psomadakis

Bind to 127.0.0.1 and disable SSL by default

c8a0d7ad 11/14/2013 04:44 pm Stratos Psomadakis

Various fixes from pyflakes

8d766971 07/02/2013 04:03 pm Stratos Psomadakis

Parse auth file using regexp

View revisions

Also available in: Atom