Revision:

Revisions

# Date Author Comment
b64c50fc 03/31/2014 12:50 pm Stratos Psomadakis

passwd: Don't ask for the password twice

5861b3d5 12/20/2013 05:51 pm Stratos Psomadakis

Remove redundant shuffle() in gen_salt()

f1facf89 12/20/2013 05:47 pm Stratos Psomadakis

Print dry run output to stdout

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...

1b01e27f 12/20/2013 05:04 pm Stratos Psomadakis

Bump version to 1.5rc2

b538750f 12/10/2013 05:14 pm Stratos Psomadakis

Bump version to 1.5~rc1-1~wheezy

Signed-off-by: Stratos Psomadakis <>

93e76ea6 12/10/2013 05:14 pm Stratos Psomadakis

Merge branch 'release-1.5' into debian-release-1.5

627e2841 12/02/2013 09:16 pm Stratos Psomadakis

Bump version to 1.5rc1

ae655e41 12/02/2013 08:14 pm Stratos Psomadakis

Revert "Prompt user for user configuration"

This reverts commit c5654215e038560cc95938df3cd57f3598f0b1e5.

7b67c026 12/02/2013 08:13 pm Stratos Psomadakis

docs fix

5139d334 12/02/2013 02:20 pm Stratos Psomadakis

Merge branch 'debian-feature-auth' into debian-develop

f3841431 12/02/2013 02:20 pm Stratos Psomadakis

Merge branch 'feature-auth' into debian-feature-auth

89ba8f64 12/02/2013 02:19 pm Stratos Psomadakis

Merge branch 'feature-auth' into develop

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

c5654215 11/29/2013 02:44 am Stratos Psomadakis

Prompt user for user configuration

590871ee 11/29/2013 02:26 am Stratos Psomadakis

Remove examples debian file

63b66016 11/29/2013 02:26 am Stratos Psomadakis

Fix dirs permissions

b4b86b39 11/29/2013 02:26 am Stratos Psomadakis

Don't delete usr/bin in rules file

usr/bin/ now contains the vncauthproxy-passwd file and the rules file
shouldn't delete any more.

a9cf3cff 11/20/2013 04:32 pm Stratos Psomadakis

Add /var/run/vncauthproxy to dirs

be364255 11/20/2013 04:32 pm Stratos Psomadakis

Fix typo

1ade46fa 11/20/2013 03:09 pm Stratos Psomadakis

Fix typo in Manifest

d2ae1240 11/20/2013 03:03 pm Stratos Psomadakis

Fix lintian warnings

f5848844 11/20/2013 01:42 pm Stratos Psomadakis

Prepare docs for 1.5 release

670813d6 11/20/2013 01:36 pm Stratos Psomadakis

Fix error handling in parse_auth_file

f67f2b8b 11/20/2013 01:20 pm Stratos Psomadakis

Fix typo in client

a1e29b31 11/20/2013 01:20 pm Stratos Psomadakis

Improve logging during startup and shutdown

d3e78250 11/20/2013 01:18 pm Stratos Psomadakis

Fix some pylint warns

88403aff 11/20/2013 01:18 pm Stratos Psomadakis

Don't check for SSL arg inside the event loop

3a527be1 11/20/2013 01:18 pm Stratos Psomadakis

Fix typos in docs

f08f2e23 11/20/2013 01:17 pm Stratos Psomadakis

Enable ci docs building

5af5b86e 11/14/2013 11:41 pm Stratos Psomadakis

Add README, Changelog and docs

7a7209a8 11/14/2013 11:41 pm Stratos Psomadakis

Add docs build dir to .gitignore

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

Add logging support in client

54015d5d 11/14/2013 10:27 pm Stratos Psomadakis

Fix typo in control

2c7400e5 11/14/2013 08:05 pm Stratos Psomadakis

Merge branch 'develop' into debian-develop

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

Bind to 127.0.0.1 and disable SSL by default

9f3672b7 11/14/2013 07:55 pm Stratos Psomadakis

Remove extra blank line from changelog

9f08a7e2 11/14/2013 07:55 pm Stratos Psomadakis

Merge branch 'debian' into debian-develop

2d3b1399 11/14/2013 07:54 pm Stratos Psomadakis

Merge branch 'develop' into debian-develop

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

Various fixes from pyflakes

8febbee5 09/25/2013 12:13 am Christos Stavrakakis

Bump version to 1.4-1~wheezy

Signed-off-by: Christos Stavrakakis <>

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

cf664f1a 07/01/2013 05:54 pm Stratos Psomadakis

Minor fix for status case in init script

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

1 2 3 4 Next » (1-50/160) | Per page: 25, 50, 100

Also available in: Atom