Ignore:
Timestamp:
Sep 28, 2009, 9:26:38 PM (15 years ago)
Author:
broder
Message:

Punt the "moocow" VNC password - it's dumb, and we already have our
own authentication mechanism (that uses real authentication).

Location:
trunk/packages/invirt-web
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/code/templates/vnc.tmpl

    r1318 r2487  
    1616<APPLET CODE="VncViewer.class" ARCHIVE="https://$hostname:446/static/VncViewer.jar"
    1717        WIDTH="100%" HEIGHT="1000">
    18 <PARAM NAME="PASSWORD" VALUE="moocow">
    1918<PARAM NAME="PORT" VALUE="$port">
    2019<PARAM NAME="HOST" VALUE="$hostname">
  • trunk/packages/invirt-web/debian/changelog

    r2227 r2487  
     1invirt-web (0.0.22) unstable; urgency=low
     2
     3  * Don't supply a password to the VNC server, since one is no longer
     4    required.
     5
     6 -- Evan Broder <broder@mit.edu>  Mon, 28 Sep 2009 21:24:06 -0400
     7
    18invirt-web (0.0.21) unstable; urgency=low
    29
Note: See TracChangeset for help on using the changeset viewer.