Commit Graph

12 Commits (d11476ad5c144ec7c2048cbc74de4bcdc1c50c07)

Author SHA1 Message Date
Apex Liu f26c71d52d 重构核心服务SSH模块,修正以下问题:
1. 某些情况下会卡在登录流程(通道中创建shell操作与收到服务端数据操作造成死锁);
2. 某些情况下连接断开了,但web界面仍然显示使用中(没有正确处理断开事件,没有更新数据库);
3. cat一个大文件会很慢,有时会导致连接断开(每个数据包都完整解析导致处理时间过长);
4. 连接/认证过程出错(密码错误、协议不支持、远程连接超时等等),均会提示用户重新输入密码(改为断开连接,避免造成误解);
2020-11-02 02:50:49 +08:00
Apex Liu b7d9f6f0d8 大幅度改进SSH模块,增加稳定性。 2020-10-15 02:50:33 +08:00
Apex Liu db0990d8c2 convert source files to UTF-8 with BOM. 2019-09-01 02:54:22 +08:00
Apex Liu e7c657e132 强制中断在线会话功能完成。版本升级到v3.0.1.6,准备作为beta版本发布。 2018-05-05 00:58:19 +08:00
Apex Liu 9f673138c4 助手程序移除了对 inet_ntop() 函数的使用,使之能够在WinXP上运行。 2017-12-11 14:50:01 +08:00
Apex Liu 467a9918eb temp. 2017-10-11 08:53:01 +08:00
ApexLiu 3a68e9d64a add assist for macos. 2017-10-10 17:31:50 +08:00
ApexLiu e1c74689d5 port to macOS. 2017-09-17 01:04:42 +08:00
Apex Liu 669fc79eae temp. 2017-04-06 18:46:58 +08:00
Apex Liu c5f1b9091a tp_core now build on Linux. 2017-01-11 20:04:11 +08:00
Apex Liu 8ac48cccf5 add teleport core service with SSH protocol supported, works on Windows now. 2017-01-08 23:53:37 +08:00
Apex Liu 394b5405c6 add tp-assist project. 2016-12-07 01:05:56 +08:00