guacamole-spice-protocol/src/protocols/ssh
2013-12-03 09:21:47 -08:00
..
.gitignore Massively reorganize source tree. 2013-06-05 11:00:28 -07:00
blank.c Massively reorganize source tree. 2013-06-05 11:00:28 -07:00
blank.h Massively reorganize source tree. 2013-06-05 11:00:28 -07:00
buffer.c Massively reorganize source tree. 2013-06-05 11:00:28 -07:00
buffer.h Massively reorganize source tree. 2013-06-05 11:00:28 -07:00
char_mappings.c Massively reorganize source tree. 2013-06-05 11:00:28 -07:00
char_mappings.h Massively reorganize source tree. 2013-06-05 11:00:28 -07:00
client.c Add missing license comments. 2013-12-02 02:07:17 -08:00
client.h Use non-blocking I/O on non-SFTP session to avoid unnecessary waiting for data during reads. With multiple threads, libssh2 reads will call poll() to wait for available data, one read will handle ALL data, while the other read comes up dry. 2013-12-03 02:22:46 -08:00
common.c Massively reorganize source tree. 2013-06-05 11:00:28 -07:00
common.h Massively reorganize source tree. 2013-06-05 11:00:28 -07:00
cursor.c Massively reorganize source tree. 2013-06-05 11:00:28 -07:00
cursor.h Massively reorganize source tree. 2013-06-05 11:00:28 -07:00
display.c Add syncs where we're expecting guac_socket_flush to flush a frame. 2013-08-22 17:42:59 -07:00
display.h Massively reorganize source tree. 2013-06-05 11:00:28 -07:00
guac_handlers.c Working migration to libssh2 (hard-coded host). 2013-12-01 16:09:48 -08:00
guac_handlers.h Move SFTP functions to own file. Stub out download function. 2013-10-27 23:16:49 -07:00
ibar.c Massively reorganize source tree. 2013-06-05 11:00:28 -07:00
ibar.h Massively reorganize source tree. 2013-06-05 11:00:28 -07:00
Makefile.am Initiate agent forwarding if supported. 2013-12-02 02:00:37 -08:00
sftp.c Partial migration, including SFTP. 2013-12-01 15:39:29 -08:00
sftp.h Implement directory set. 2013-10-28 14:11:04 -07:00
ssh_agent.c Remove unnecessary include. 2013-12-03 02:23:12 -08:00
ssh_agent.h Use non-blocking I/O on non-SFTP session to avoid unnecessary waiting for data during reads. With multiple threads, libssh2 reads will call poll() to wait for available data, one read will handle ALL data, while the other read comes up dry. 2013-12-03 02:22:46 -08:00
ssh_buffer.c Add missing license comments. 2013-12-02 02:07:17 -08:00
ssh_buffer.h Add missing license comments. 2013-12-02 02:07:17 -08:00
ssh_client.c Only read from agent if agent enabled. 2013-12-03 09:21:47 -08:00
ssh_client.h Massively reorganize source tree. 2013-06-05 11:00:28 -07:00
ssh_key.c Free alloc'd memory. 2013-12-02 09:23:31 -08:00
ssh_key.h Fix DSA signature algorithm. 2013-12-02 08:47:21 -08:00
terminal_handlers.c Implement directory set. 2013-10-28 14:11:04 -07:00
terminal_handlers.h Stub out guac OSC handling. 2013-10-27 23:16:49 -07:00
terminal.c Handle NULL conditions of display and terminal allocation. 2013-08-23 14:10:51 -07:00
terminal.h Massively reorganize source tree. 2013-06-05 11:00:28 -07:00
types.h Massively reorganize source tree. 2013-06-05 11:00:28 -07:00