Ignore:
Timestamp:
Sep 28, 2009, 9:45:16 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).

This commit cherry-picks r2487.

Except for the part where the entire commit conflicted.

Location:
package_branches/invirt-web/cherrypy
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package_branches/invirt-web/cherrypy/code/templates/vnc.mako

    r2414 r2488  
    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}">
  • package_branches/invirt-web/cherrypy/debian/changelog

    r2485 r2488  
    1 invirt-web (0.0.22) unstable; urgency=low
     1invirt-web (0.1.0) unstable; urgency=low
    22
    33  * Depend on python-cherrypy3 and python-mako in preparation of migrating the
     
    66
    77 -- Quentin Smith <quentin@mit.edu>  Mon, 28 Sep 2009 01:26:06 -0400
     8
     9invirt-web (0.0.22) unstable; urgency=low
     10
     11  * Don't supply a password to the VNC server, since one is no longer
     12    required.
     13
     14 -- Evan Broder <broder@mit.edu>  Mon, 28 Sep 2009 21:24:06 -0400
    815
    916invirt-web (0.0.21) unstable; urgency=low
Note: See TracChangeset for help on using the changeset viewer.