Punt the "moocow" VNC password - it's dumb, and we already have our 0.0.22
authorEvan Broder <broder@mit.edu>
Tue, 29 Sep 2009 01:26:38 +0000 (21:26 -0400)
committerEvan Broder <broder@mit.edu>
Tue, 29 Sep 2009 01:26:38 +0000 (21:26 -0400)
own authentication mechanism (that uses real authentication).

svn path=/trunk/packages/invirt-web/; revision=2487

code/templates/vnc.tmpl
debian/changelog

index c61b4f6..78a0bbc 100644 (file)
@@ -15,7 +15,6 @@ Console to $machine.name
 <p>See <a href="help?subject=Console" target="_blank">tips</a> about framebuffer and other issues.</p>
 <APPLET CODE="VncViewer.class" ARCHIVE="https://$hostname:446/static/VncViewer.jar"
         WIDTH="100%" HEIGHT="1000">
-<PARAM NAME="PASSWORD" VALUE="moocow">
 <PARAM NAME="PORT" VALUE="$port">
 <PARAM NAME="HOST" VALUE="$hostname">
 <PARAM NAME="VMNAME" VALUE="$machine.name">
index 7dc3811..1beb4b6 100644 (file)
@@ -1,3 +1,10 @@
+invirt-web (0.0.22) unstable; urgency=low
+
+  * Don't supply a password to the VNC server, since one is no longer
+    required.
+
+ -- Evan Broder <broder@mit.edu>  Mon, 28 Sep 2009 21:24:06 -0400
+
 invirt-web (0.0.21) unstable; urgency=low
 
   [ Quentin Smith ]