teleport/server/tp_core/protocol/ssh
Apex Liu c240f94da5 1. 移除助手配置页面;2. 支持websocket方式通知助手启动rdp播放器。 2022-05-16 20:14:41 +08:00
..
CMakeLists.txt .tmp. 2021-07-12 16:22:55 +08:00
dllmain.cpp add teleport core service with SSH protocol supported, works on Windows now. 2017-01-08 23:53:37 +08:00
ssh_channel_pair.cpp 1. 移除助手配置页面;2. 支持websocket方式通知助手启动rdp播放器。 2022-05-16 20:14:41 +08:00
ssh_channel_pair.h 重构核心服务SSH模块,修正以下问题: 2020-11-02 02:50:49 +08:00
ssh_proxy.cpp 修正:SSH会话结束后,未更新结束状态到数据库,导致WEB页面始终显示会话未结束。 2020-11-07 02:13:37 +08:00
ssh_proxy.h 格式化代码;使用auto和nullptr。 2020-11-03 01:29:48 +08:00
ssh_recorder.cpp 格式化代码;使用auto和nullptr。 2020-11-03 01:29:48 +08:00
ssh_recorder.h 格式化代码;使用auto和nullptr。 2020-11-03 01:29:48 +08:00
ssh_session.cpp [assist] refactor assist, communicate with web-app through web-socket. 2021-11-25 14:40:25 +08:00
ssh_session.h 1. 修正:SSH连接后,超时断开后,客户端可能会反复重连,最终导致核心服务假死; 2021-03-04 01:25:23 +08:00
stdafx.cpp 调整ssh的录像相关,未完成。 2019-11-20 04:09:16 +08:00
stdafx.h add teleport core service with SSH protocol supported, works on Windows now. 2017-01-08 23:53:37 +08:00
targetver.h add teleport core service with SSH protocol supported, works on Windows now. 2017-01-08 23:53:37 +08:00
tpp_env.cpp 重构核心服务SSH模块,修正以下问题: 2020-11-02 02:50:49 +08:00
tpp_env.h 重构核心服务SSH模块,修正以下问题: 2020-11-02 02:50:49 +08:00
tpssh.cpp 1. 修正:SSH连接后,超时断开后,客户端可能会反复重连,最终导致核心服务假死; 2021-03-04 01:25:23 +08:00
tpssh.vs2017.sln Windows平台编译支持visual studio 2017环境。 2018-12-28 02:28:51 +08:00
tpssh.vs2017.vcxproj win版助手改为使用url-protocol方式,不再启动本地http服务了。 2022-05-14 19:11:13 +08:00
tpssh.vs2017.vcxproj.filters 调整win平台使用libssh静态库。 2019-07-02 23:44:01 +08:00