]> git.proxmox.com Git - pve-xtermjs.git/log
pve-xtermjs.git
6 years agocheck ticket via api instead of verify_vnc_ticket
Dominik Csapak [Thu, 7 Dec 2017 09:50:36 +0000 (10:50 +0100)]
check ticket via api instead of verify_vnc_ticket

since we do not want to depend on libpve-accesscontrol,
we check the ticket via the api on http://localhost:85

this means we have to pass the path and permission via the commandline

6 years agobump to 0.1-1
Dominik Csapak [Mon, 4 Dec 2017 09:37:13 +0000 (10:37 +0100)]
bump to 0.1-1

also update dependencies

6 years agogive pty object to process_queue on first call
Dominik Csapak [Mon, 4 Dec 2017 09:34:44 +0000 (10:34 +0100)]
give pty object to process_queue on first call

else we would overlook a resize event, sent directly after
connecting

6 years agoinitial commit
Dominik Csapak [Wed, 22 Nov 2017 15:45:34 +0000 (16:45 +0100)]
initial commit

working version of xtermjs client and termproxy as
authentication proxy between a command/socket and a tcp socket

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>