Commit Graph

91 Commits (96fe0a4bca265bbf8c32a76a29cc3dac246771e0)

Author SHA1 Message Date
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
Apex Lu 8d4ecdf487 Upgrade version to 3.0.0.2, build and test on Linux. 2017-12-13 23:22:42 +08:00
Apex Liu d6bcdeb42d rdp播放功能部分可用(支持播放FreeRDP的录像,但是不能播放MSCST的录像)。 2017-12-11 01:02:19 +08:00
Apex Liu 9034daf0f3 助手使用原生RDP客户端,并解决使用原生RDP客户端两次连接的问题。但是目前无法连接,会认证失败。下一步需要重构数据包解析的模块。 2017-11-27 03:12:41 +08:00
Apex Lu 4d5007e413 fix ini parser not work when new line flag '\r\n' and '\n' in the same file. 2017-11-26 04:44:06 +08:00
Apex Liu 40619185a7 开始调整自动构建脚本 2017-11-24 02:46:01 +08:00
Apex Liu 907cb1b9e1 改进:
1. SSH按通道进行记录录像,避免一个会话多个通道时录像数据混杂导致播放混乱;
  2. 无论是SSH-Shell还是SSH-SFTP,均能够根据实际建立连接并进行操作正确记录其类型,方便界面展示;
  3. 核心模块能够处理连接信息的引用计数,因此SFTP上编辑、保存文件可以正常工作了;
  4. 能够正确处理绝大部分断开连接后状态还在“使用中”的问题,但SecureCRT通过“连接SFTP标签页”后,有时仍然存在此问题。
2017-11-20 04:19:04 +08:00
Apex Liu 83b9ba01bc 准备改进核心服务关于session管理部分,以及ssh转发模块关于录像记录部分。 2017-11-19 22:51:48 +08:00
ApexLiu 2d0ce5da20 temp. 2017-10-31 01:09:09 +08:00
ApexLiu a49590705d temp. 2017-10-30 09:42:02 +08:00
Apex Liu 7e7c63253a temp. 2017-10-12 20:35:57 +08:00
ApexLiu 3e2f06a740 可以在MacOS上编译tp_core和libtpssh了 :) 2017-09-13 21:33:49 +08:00
Apex Liu b43fbc4382 配合WEB界面调整一些会话参数。 2017-09-07 02:47:08 +08:00
Apex Liu 3528c857ac . 2017-08-29 18:03:01 +08:00
Apex Liu 1b92d81d89 . 2017-08-27 03:06:51 +08:00
Apex Liu f286f7d718 整理代码 2017-08-23 03:35:40 +08:00
Apex Liu be59d1a612 整理代码。 2017-08-22 17:31:35 +08:00
Apex Liu eef2ce4460 整理代码,调整参数名称,避免混淆。 2017-08-21 17:32:17 +08:00
Apex Liu 191d007678 . 2017-08-21 05:22:35 +08:00
Apex Liu 73d51a2563 prepare for v3. 2017-08-21 01:54:37 +08:00