Changeset 1472


Ignore:
Timestamp:
Oct 31, 2008, 10:53:16 PM (15 years ago)
Author:
quentin
Message:

Document source for included code in VNC server

Location:
trunk/packages/invirt-vnc-client
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-vnc-client/debian/patches/invirt-ssl-proxy.patch

    r1438 r1472  
    33--- /dev/null   1970-01-01 00:00:00.000000000 +0000
    44+++ invirt-vnc-client/InvirtTrustManager.java   2008-10-31 06:09:10.000000000 -0400
    5 @@ -0,0 +1,122 @@
     5@@ -0,0 +1,123 @@
     6+// This code is based on http://svntrac.hanhuy.com/repo/browser/hanhuy/trunk/cms/src/com/hanhuy/ria/client/RIATrustManager.java
    67+/*
    78+ * Copyright 2006 Perry Nguyen <pfnguyen@hanhuy.com>
     
    186187--- /dev/null   1970-01-01 00:00:00.000000000 +0000
    187188+++ invirt-vnc-client/SocketWrapper.java        2008-10-31 06:09:10.000000000 -0400
    188 @@ -0,0 +1,262 @@
     189@@ -0,0 +1,263 @@
    189190+/*
    190191+ * Written by Dawid Kurzyniec and released to the public domain, as explained
    191192+ * at http://creativecommons.org/licenses/publicdomain
    192193+ */
     194+// Upstream is at http://www.dcl.mathcs.emory.edu/downloads/h2o/doc/api/edu/emory/mathcs/util/net/SocketWrapper.html
    193195+
    194196+//package edu.emory.mathcs.util.net;
Note: See TracChangeset for help on using the changeset viewer.