1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00
Commit Graph

16 Commits

Author SHA1 Message Date
Adolfo Gómez
126f80cb94 Fixed "Simple tunnel test" for "UDS" (title in index.xhtml) 2013-04-18 23:00:03 +00:00
Adolfo Gómez
0622159ad2 * Updated used guacamole version to 0.8 to solve RDP visualization problems 2013-04-18 21:14:54 +00:00
Adolfo Gómez
52be2f3d27 Removed "old" readme.txt from guacamole project (added a new one that will be shipped with web) 2013-04-18 10:30:22 +00:00
Adolfo Gómez
3a175ff29c Added reference to where to obtain source code and to guacamole 2013-04-16 00:52:29 +00:00
Adolfo Gómez
0bb7cecf8f Updated so properties can contain a reference to an external file as url container 2013-04-03 00:54:24 +00:00
Adolfo Gómez
9b6ed31c56 Removed alerts && code cleanup 2013-03-20 20:00:23 +00:00
Adolfo Gómez
a319f82e64 * Passed credential stuff to a simple HTTP request to UDS to get connection properties. 2013-03-19 14:47:53 +00:00
Adolfo Gómez
12af8907a8 Done basic part on guacamole to allow a transport to be created on UDS
Now, it:
  * Allow register credentials from "trusted" sources (those knowing the secret ID of the server)
  * Access to remote desktop based on parameters registered with credentials
  * Return to the specified page on disconnection, if indicated.
  * Use of credentials just once, and forget them
  
With uds transport part, when done, people will have full desktop access using just html5 client over a browser.
2013-03-04 01:51:15 +00:00
Adolfo Gómez
ec0e3c6dee A few commits with structural fixes :(
* Html5 client based rcp/vnc client based on Guacamole Api.
The idea behind this is to use an URL as transport provider for Guacamole Transport inside UDS (not done already, but thinking about it...). Using the provided code (this code is under AGPLv3), we can:
1.- Broker will connect to a servlet here, passing in the needed credentials for connection.
2.- Broker will redirect user to index.xhtml, with credentials identification within URL
3.- Client will get this credentials & params, and make the connection
4.- On exit, it will return to broker
2013-03-03 23:44:55 +00:00
Adolfo Gómez
51f9a7992c 2013-03-03 23:44:20 +00:00
Adolfo Gómez
4870cb82b1 2013-03-03 23:41:03 +00:00
Adolfo Gómez
2d07cc3f04 2013-03-03 23:40:35 +00:00
Adolfo Gómez
9afbbc3efb * Testing guacamole with parameters (we need to pass in the url from where to get credentials, etc...) 2013-03-03 13:31:14 +00:00
Adolfo Gómez
7353155158 Initial samples & tests with guacamole 2013-03-03 04:20:32 +00:00
Adolfo Gómez
1114a027ae Initial samples & tests with guacamole 2013-03-03 04:09:46 +00:00
Adolfo Gómez
6eda0c7cf7 First version (example) of gucamole RDP tunnel 2013-03-03 03:54:32 +00:00