summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Anders Kaseorg [Sun, 29 Nov 2020 09:16:14 +0000 (01:16 -0800)]
Subclass pickle.Unpickler for security
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Anders Kaseorg [Sun, 29 Nov 2020 09:06:07 +0000 (01:06 -0800)]
Support Python 3
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Joshua Oreman [Tue, 15 Mar 2011 04:18:46 +0000 (00:18 -0400)]
Update invirt-vnc-client for recent token format change
Evan Broder [Tue, 29 Sep 2009 03:28:28 +0000 (23:28 -0400)]
Revert punting the "moocow" password in invirt-web and
invirt-vnc-client, since we can't change the VNC passwod of running
VMs.
This reverts parts of commit r2487
svn path=/trunk/scripts/vnc-client/; revision=2492
Evan Broder [Tue, 29 Sep 2009 01:26:38 +0000 (21:26 -0400)]
Punt the "moocow" VNC password - it's dumb, and we already have our
own authentication mechanism (that uses real authentication).
svn path=/trunk/scripts/vnc-client/; revision=2487
Evan Broder [Thu, 5 Feb 2009 08:19:32 +0000 (03:19 -0500)]
Use the FQDN for xvm-remote instead of an unqualified name.
svn path=/trunk/scripts/vnc-client/; revision=2096
Quentin Smith [Fri, 9 Jan 2009 16:50:54 +0000 (11:50 -0500)]
Support listening on a particular interface
svn path=/trunk/scripts/vnc-client/; revision=1973
Quentin Smith [Fri, 9 Jan 2009 16:42:17 +0000 (11:42 -0500)]
Standalone VNC client fixes
- Correct OpenSSL verification
- Pass data after initial handshake (Oops!)
- Find a free port to listen on, if one is not specified
- Warn users when the authentication token expires
svn path=/trunk/scripts/vnc-client/; revision=1972
Quentin Smith [Fri, 9 Jan 2009 07:19:48 +0000 (02:19 -0500)]
Standalone VNC client in Python, for people who don't want to run Java
svn path=/trunk/scripts/vnc-client/; revision=1969