5
0
mirror of git://git.proxmox.com/git/vncterm.git synced 2024-12-22 21:33:49 +03:00
Commit Graph

26 Commits

Author SHA1 Message Date
Dietmar Maurer
1f4eaec7eb fix version in control file 2014-08-01 06:18:27 +02:00
Dietmar Maurer
11089334e9 update java code signature 2014-07-25 07:04:27 +02:00
Dietmar Maurer
1318f71a3a set correct version in control 2014-06-24 17:55:23 +02:00
Dietmar Maurer
5a90889767 fix argument parser
rfbPurgeArguments() moves arguments, so we need to decrement i after
purge, and use 'else if' (else we depend on argument order).

Also delete PVE_VNC_TICKET from environment (child don't need that).
2014-06-24 17:08:29 +02:00
Dietmar Maurer
c6d5b0959b bump version to 1.1-7 2014-06-23 13:35:55 +02:00
Dietmar Maurer
07e8de89e1 new option -notls
We need this for novnc (encryption is done by websocket)
2014-06-23 13:09:45 +02:00
Dietmar Maurer
2b83813dca ibump version to 1.1-6 2013-11-08 11:28:03 +01:00
Dietmar Maurer
0138729a98 use better name 2013-11-08 11:24:56 +01:00
Dietmar Maurer
1bd6df7ede set Caller-Allowable-Codebase and remove Trusted-Library
see http://stackoverflow.com/questions/19393826/java-applet-manifest-allow-all-caller-allowable-codebase
2013-11-08 11:22:08 +01:00
Dietmar Maurer
25be51cdfa bump version to 1.1-5 2013-11-08 08:57:48 +01:00
Dietmar Maurer
7d152b3f7d add jar with new signature 2013-11-08 08:24:13 +01:00
Dietmar Maurer
4a199f5420 also set permission attribute in jar manifest 2013-11-07 17:11:49 +01:00
Dietmar Maurer
e058169422 use comodo code sign cert 2013-11-07 17:10:50 +01:00
Dietmar Maurer
75f214c025 Allow to add intermediate certificates to /etc/pve/local/pve-ssl.pem 2013-06-03 08:36:57 +02:00
Dietmar Maurer
e9d0f7d38b bump version to 1.1-3 2013-05-10 08:00:19 +02:00
Dietmar Maurer
085cabefd0 re-enable javascript-events.patch
We need that to make reload on migration working.
2013-05-10 07:54:48 +02:00
Dietmar Maurer
4a0ae70e60 fix version in control file 2013-04-20 16:44:25 +02:00
Dietmar Maurer
b2e113616b bump version to 1.1-2 2013-04-20 16:06:24 +02:00
Dietmar Maurer
1e9388850f set trusted-lib in manifest to avoid security popup 2013-04-20 16:01:07 +02:00
Dietmar Maurer
6b53b0de88 disable javascript-events.patch
We do not really use that, and the old netscape library is not
in openjdk (plugin.jar)
2013-04-20 15:59:38 +02:00
Dietmar Maurer
336e20e1c7 add patches for newer tigervnc 1.2.0
but the current 1.2.0 branch is not usable because it always
opens a new toplevel window.
2013-04-19 09:07:04 +02:00
Dietmar Maurer
4f21735dc0 fix version in control/changelog 2013-03-27 10:27:36 +01:00
Dietmar Maurer
150750043b bump version to 1.1-1 for wheezy release 2013-03-15 08:26:17 +01:00
Dietmar Maurer
802fe47e6f fix focus traversal 2012-08-21 09:21:59 +02:00
Dietmar Maurer
c9e46b9a7d do not create a process group with setsid
So that we can kill the whole task when started with fork_worker().
2011-09-13 10:55:40 +02:00
Dietmar Maurer
e6d0212c1e imported from svn 'vncterm/pve2' 2011-08-23 07:52:28 +02:00