Commit Graph

110 Commits (d11476ad5c144ec7c2048cbc74de4bcdc1c50c07)

Author SHA1 Message Date
Apex Liu d11476ad5c add api-v2. 2021-10-11 16:28:44 +08:00
Apex Liu 931d4016e7 .tmp. 2021-07-12 16:22:55 +08:00
Apex Liu d9a15640e6 修正:ssh无法保持连接;
改进:支持配置LDAP使用SSL选项;
新增:docker打包脚本;
2021-06-08 22:01:31 +08:00
Apex Liu 47c2fdcff4 1. 修正:SSH连接后,超时断开后,客户端可能会反复重连,最终导致核心服务假死;
2. 修正:后台配置超时无操作自动断开时,配置为0,即永不超时,选项不生效。
2021-03-04 01:25:23 +08:00
Apex Liu 3a42600b73 修正:审计页面没有显示用户姓名,仅显示了用户登录账号名;
修正:telnet配置为无用户名密码登录时,总是提示参数错误;
其他:去掉构建脚本对python2的支持;
2020-12-05 01:33:47 +08:00
Apex Liu f26c71d52d 重构核心服务SSH模块,修正以下问题:
1. 某些情况下会卡在登录流程(通道中创建shell操作与收到服务端数据操作造成死锁);
2. 某些情况下连接断开了,但web界面仍然显示使用中(没有正确处理断开事件,没有更新数据库);
3. cat一个大文件会很慢,有时会导致连接断开(每个数据包都完整解析导致处理时间过长);
4. 连接/认证过程出错(密码错误、协议不支持、远程连接超时等等),均会提示用户重新输入密码(改为断开连接,避免造成误解);
2020-11-02 02:50:49 +08:00
Apex Liu 4c53f88c8b 版本升级到3.5.5,准备发布测试版。 2020-06-05 00:39:52 +08:00
Apex Liu 1c8c9daa99 准备3.5.3测试版本。 2020-03-26 20:32:35 +08:00
Apex Liu b4014b5af6 build on macos. 2020-01-15 20:07:34 +08:00
Apex Liu 7b0cc6f33d .temp. 2019-12-05 09:36:59 +08:00
Apex Liu f579c8cb69 .temp. 2019-11-20 00:09:33 +08:00
Apex Liu f99af6a2df 修正升级了jsoncpp库之后tp_core无法编译的问题。 2019-11-17 04:43:33 +08:00
Apex Liu eae1db3edc 全面升级第三方库:openssl/libuv/mbedtls/jsoncpp/mongoose/zlib/libssh;加入播放器的一键构建(Qt命令行构建);调整助手安装包构建脚本,使之能够发布基于Qt的软件。 2019-11-17 03:32:05 +08:00
Apex Liu 051ddaca6a typo fix. 2019-08-15 19:22:41 +08:00
Apex Liu 9649aca480 prepare for v3.3.1 2019-06-29 18:57:59 +08:00
Apex Liu bb14ecb8d6 .temp. 2019-06-29 04:24:37 +08:00
Apex Liu e58ca64e3f Fixed: 1. some SSH session can not terminate; 2. some times core service crash. 2019-01-04 19:39:33 +08:00
Apex Liu f30e6e3ba1 .fix libssh source code for auto-build on Linux. 2019-01-03 16:10:44 +08:00
Apex Liu e96534b4d7 .调整构建脚本,支持vs2017环境的自动构建。 2018-12-28 02:58:59 +08:00
Apex Liu 96fe0a4bca Windows平台编译支持visual studio 2017环境。 2018-12-28 02:28:51 +08:00
Apex Liu e3f57d7b96 修正:核心服务接收POST请求时根据第一个字符是否为%来决定是否要进行url_decode,以支持curl命令行调用和tp_web调用两种情况。 2018-12-28 02:27:56 +08:00
Apex Liu ccbfe0f124 修正:系统设置/连接控制/会话超时 选项设置为0时保存设置报参数错误的问题。 2018-12-28 00:45:43 +08:00
Apex Liu 44d693a453 修正:核心服务接收POST请求时也对请求数据做URL解码会导致错误。 2018-12-19 16:19:42 +08:00
Apex Liu 6ffa716e4b build on CentOS 7 and test. Upgrade to libssh-0.8.5. Upgrade all python-module like PIL, etc. 2018-11-27 01:06:59 +08:00
Apex Liu ef90de7ebe 升级版本号到v3.2.0-beta. 2018-11-25 02:05:10 +08:00
Apex Liu 46cd77420d 修复ssh远程连接后执行 rz 命令无法工作的问题。 2018-11-04 08:58:30 +08:00
Apex Liu b1524fd6a0 try to fix thread problem when use libuv. 2018-11-03 14:11:02 +08:00
Apex Liu 05d91e0610 Build and test on macOS, include tp_core and assist. 2018-09-28 02:59:15 +08:00
Apex Lu b521beef38 build with Python3.7.0, it's works. :) 2018-09-24 02:47:50 +08:00
Apex Lu 2e876a5cfe build with Python 3.7 and newest external from source on Linux ok now. 2018-09-23 17:38:13 +08:00
Apex Liu be816eb564 Merge remote-tracking branch 'remotes/origin/dev' into feature/python-3.7 2018-09-22 02:24:39 +08:00
Apex Liu e326b3ac48 修正了无法远程连接SSHv1.99的交换机的问题。 2018-09-22 00:51:56 +08:00
Apex Lu 371e328674 update version. 2018-09-20 02:15:16 +08:00
Apex Lu 3db03008d6 try to fix telnet issues. 2018-09-19 02:04:34 +08:00
Apex Liu 6485e33018 compile on windows. 2018-09-18 02:46:41 +08:00
Apex Lu f8be2fd1c2 temp. not work yet. 2018-09-16 21:52:10 +08:00
Apex Liu d3e94f9672 除libssh库外,其他的C/C++的第三方库和pythong的第三方库进行了升级。 2018-09-16 14:42:23 +08:00
Apex Liu e7c657e132 强制中断在线会话功能完成。版本升级到v3.0.1.6,准备作为beta版本发布。 2018-05-05 00:58:19 +08:00
Apex Liu d78a1824c1 . 2018-05-04 18:26:26 +08:00
Apex Liu 3eb59eb071 增强:强制中断在线会话功能实现了,SSH协议已测试,RDP和TELNET协议尚未实现。 2018-05-04 01:30:54 +08:00
Apex Liu 7dfd756324 .tmp. 2018-05-02 01:58:51 +08:00
Apex Liu 39c94b67be 支持会话无操作超时设置,默认15分钟没有操作则断开连接。 2018-04-30 01:54:59 +08:00
apexliu 60d3f63d7d update ver to 3.0.0.5-ctp for next release. 2018-04-11 13:24:06 +08:00
Apex Liu 24baf11273 实现:运维授权策略中,“连接控制->RDP选项”设置的选项可以起作用了。 2018-04-11 01:30:55 +08:00
Apex Lu 917ecbd9f1 update version to 3.0.0.4, prepare for new CTP-Release. 2018-04-08 17:28:17 +08:00
ApexLiu 0d24b1834b . 2018-03-01 09:07:49 +08:00
ApexLiu 947332078b 构建脚本加入对macOS版本助手的构建过程。 2018-02-16 15:40:02 +08:00
Apex Liu 66a9e87038 Now both MSTSC and FreeRDP can connect to Win2003. 2018-01-26 02:22:47 +08:00
Apex Liu ff45dd438d 增加几处错误判断。 2017-12-18 13:34:14 +08:00
Apex Liu c68bbc6f3f 完成:RDP远程连接按钮+选项功能,同时调整了调用助手的参数(rdp_width, rdp_height, rdp_console)。 2017-12-18 03:27:00 +08:00