Commit Graph

693 Commits (f870298e5de22d685532973f3b003bd00b6dc77c)

Author SHA1 Message Date
Apex Liu f870298e5d 修改版本号到3.6.1-a2 2022-05-17 23:50:14 +08:00
Apex Liu d395a9b133 Qt升级到5.15.2,调整win助手打包脚本。 2022-05-17 22:56:25 +08:00
Apex Liu b82ddc7b3f win-websocket版助手可以播放rdp录像了,且支持https及域名方式。 2022-05-17 04:25:37 +08:00
Apex Liu cc6139f553 .tmp. 2022-05-17 04:08:02 +08:00
Apex Liu e28b2c3ba7 解决win下域名访问时助手无法连接websocket的问题。 2022-05-17 03:59:54 +08:00
Apex Liu f817b79289 web服务停止时关闭所有打开的助手websocket连接。 2022-05-16 22:54:52 +08:00
Apex Liu bffefe8965 .tmp. 2022-05-16 22:24:06 +08:00
Apex Liu c240f94da5 1. 移除助手配置页面;2. 支持websocket方式通知助手启动rdp播放器。 2022-05-16 20:14:41 +08:00
Apex Liu c701a90670 win版助手改为使用url-protocol方式,不再启动本地http服务了。 2022-05-14 19:11:13 +08:00
Apex Liu f71d9fa1b1 fix for work on Windows. 2021-11-26 04:10:05 +08:00
Apex Liu 6454bf0300 upgrade version to 3.6.0-alpha-1 2021-11-25 22:41:28 +08:00
Apex Liu 15e85d61ef [assist] refactor assist, communicate with web-app through web-socket.
[web] fix: shown invalid date when select valid from/to date in user-edit UI.
2021-11-25 14:40:25 +08:00
Apex Liu d11476ad5c add api-v2. 2021-10-11 16:28:44 +08:00
Apex Liu 4c5a262715 修复:登录流程的一处SQL注入漏洞。 2021-08-13 03:18:41 +08:00
Apex Liu 32e8fa6468 build on Windows. 2021-08-13 01:00:11 +08:00
Apex Liu 0c27a04034 .tmp. 2021-08-11 17:00:51 +08:00
Apex Liu 931d4016e7 .tmp. 2021-07-12 16:22:55 +08:00
Apex Liu 37b697fd8b 1. LDAP支持SSL配置项;2. 正确处理 SIGINT/SIGHUP/SIGTERM 信号,优雅退出; 2021-06-09 16:45:36 +08:00
Apex Liu d9a15640e6 修正:ssh无法保持连接;
改进:支持配置LDAP使用SSL选项;
新增:docker打包脚本;
2021-06-08 22:01:31 +08:00
Apex Liu c639273154 fix typo. 2021-05-19 01:24:38 +08:00
Apex Liu aee95b2cba [ssh] fix not works with pub-key auth mode.
[web] support alive check with PING.
2021-05-19 01:02:22 +08:00
Apex Liu 9abde183f9 修正无法在win平台构建助手的问题。 2021-03-08 01:13:00 +08:00
Apex Liu 47c2fdcff4 1. 修正:SSH连接后,超时断开后,客户端可能会反复重连,最终导致核心服务假死;
2. 修正:后台配置超时无操作自动断开时,配置为0,即永不超时,选项不生效。
2021-03-04 01:25:23 +08:00
Apex Liu f6cc313f87 新增:使用PING的方式检查主机在线情况。 2020-12-16 02:18:41 +08:00
Apex Liu 3a42600b73 修正:审计页面没有显示用户姓名,仅显示了用户登录账号名;
修正:telnet配置为无用户名密码登录时,总是提示参数错误;
其他:去掉构建脚本对python2的支持;
2020-12-05 01:33:47 +08:00
Apex Liu a50b540b95 修正:SSH会话结束后,未更新结束状态到数据库,导致WEB页面始终显示会话未结束。 2020-11-07 02:13:37 +08:00
Apex Liu d8c6bd0c84 格式化代码;使用auto和nullptr。 2020-11-03 01:29:48 +08:00
Apex Liu c2cf5b1842 Fix builder script for Linux. 2020-11-03 00:57:26 +08:00
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 85e6f4dd28 .tmp. not works yet. 2020-09-11 01:20:11 +08:00
Apex Liu e4ecbe6543 build on MacOS 10.15. 2020-08-12 23:48:12 +08:00
Apex Liu 8fef2fc2cd 编译Mac版助手,并发布3.5.6版Mac助手。 2020-08-05 02:56:57 +08:00
Apex Liu 74e38c0102 .temp. 2020-08-01 04:07:38 +08:00
Apex Liu e2f7df1314 .temp. 2020-08-01 02:14:15 +08:00
Apex Liu 74c4d08071 tmp: update build scripts. 2020-07-15 05:03:04 +08:00
Apex Liu 7bf682af0f Merge branch 'feature/tp-api' of github.com:tp4a/teleport into feature/tp-api 2020-07-15 03:12:11 +08:00
Apex Liu 90d67e9ef2 修正:当TP服务器配置为 `https`方式访问时,RDP录像播放器不能正确获取录像文件。 2020-07-15 03:11:43 +08:00
Apex Liu 579873f296 fix: cannot search description and cid of host in remote ops page. 2020-07-13 11:50:03 +08:00
Apex Liu 5353008364 tmp: adjust build scripts. 2020-07-13 02:47:40 +08:00
Apex Liu 1722244670 fix: add patch for libssh-0.8.9 2020-07-13 00:55:52 +08:00
Apex Liu b213cc9119 .temp. 2020-07-11 02:22:44 +08:00
Apex Liu c1d370ad53 fix: remove libssh.so, force to link to libssh.a 2020-07-07 11:44:21 +08:00
Apex Liu b051316715 fix build script when libssh downgrade to 0.8.9 2020-07-07 09:57:22 +08:00
Apex Liu 9fa10ea7de try to downgrade to libssh 0.8.9. 2020-07-07 00:56:52 +08:00
Apex Liu 32ba720ad1 改进:[API] 获取会话ID时发生错误,能给出错误描述。 2020-07-03 03:29:14 +08:00
Apex Liu 5322b88053 加入API,可获取临时会话ID 2020-07-03 03:14:02 +08:00
Apex Liu 856a762b56 fix: add missing files for tp-api. 2020-07-02 00:17:51 +08:00
Apex Liu 9cd7c609f9 开始实现第三方服务可调用的API接口。 2020-07-01 03:06:00 +08:00
Apex Liu c863a37094 修正:密码过期强制修改密码的页面,会显示500内部错(使用urllib的unquote函数时,应该是urllib.parse.unquote而不是urllib.unquote)。 2020-07-01 03:04:46 +08:00