teleport/server/tp_core/core
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
..
res add teleport core service with SSH protocol supported, works on Windows now. 2017-01-08 23:53:37 +08:00
CMakeLists.txt 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
main.cpp try to fix thread problem when use libuv. 2018-11-03 14:11:02 +08:00
resource.h add teleport core service with SSH protocol supported, works on Windows now. 2017-01-08 23:53:37 +08:00
tp_core.rc .fix libssh source code for auto-build on Linux. 2019-01-03 16:10:44 +08:00
tp_core.vs2015.sln add teleport core service with SSH protocol supported, works on Windows now. 2017-01-08 23:53:37 +08:00
tp_core.vs2015.vcxproj compile on windows. 2018-09-18 02:46:41 +08:00
tp_core.vs2015.vcxproj.filters compile on windows. 2018-09-18 02:46:41 +08:00
tp_core.vs2017.sln Windows平台编译支持visual studio 2017环境。 2018-12-28 02:28:51 +08:00
tp_core.vs2017.vcxproj .调整构建脚本,支持vs2017环境的自动构建。 2018-12-28 02:58:59 +08:00
tp_core.vs2017.vcxproj.filters Windows平台编译支持visual studio 2017环境。 2018-12-28 02:28:51 +08:00
tp_tpp_mgr.cpp 强制中断在线会话功能完成。版本升级到v3.0.1.6,准备作为beta版本发布。 2018-05-05 00:58:19 +08:00
tp_tpp_mgr.h 强制中断在线会话功能完成。版本升级到v3.0.1.6,准备作为beta版本发布。 2018-05-05 00:58:19 +08:00
ts_crypto.cpp 1. 设定服务端版本为2.2.8.1,准备发布;2. 为docker发布调整默认数据目录路径(安装目录下的data目录),包括配置文件、日志文件、录像文件、数据库文件等; 2017-05-24 17:28:28 +08:00
ts_crypto.h add teleport core service with SSH protocol supported, works on Windows now. 2017-01-08 23:53:37 +08:00
ts_env.cpp 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
ts_env.h 修正:配置了端口号后不能正常工作。 2017-04-18 18:56:45 +08:00
ts_http_client.cpp Fixed: 1. some SSH session can not terminate; 2. some times core service crash. 2019-01-04 19:39:33 +08:00
ts_http_client.h Now core server not access database directly anymore. 2017-03-02 06:12:37 +08:00
ts_http_rpc.cpp 修正:核心服务接收POST请求时根据第一个字符是否为%来决定是否要进行url_decode,以支持curl命令行调用和tp_web调用两种情况。 2018-12-28 02:27:56 +08:00
ts_http_rpc.h 修正:核心服务接收POST请求时根据第一个字符是否为%来决定是否要进行url_decode,以支持curl命令行调用和tp_web调用两种情况。 2018-12-28 02:27:56 +08:00
ts_main.cpp try to fix thread problem when use libuv. 2018-11-03 14:11:02 +08:00
ts_main.h 支持会话无操作超时设置,默认15分钟没有操作则断开连接。 2018-04-30 01:54:59 +08:00
ts_session.cpp try to fix thread problem when use libuv. 2018-11-03 14:11:02 +08:00
ts_session.h try to fix thread problem when use libuv. 2018-11-03 14:11:02 +08:00
ts_ver.h 升级版本号到v3.2.0-beta. 2018-11-25 02:05:10 +08:00
ts_web_rpc.cpp 实现:运维授权策略中,“连接控制->RDP选项”设置的选项可以起作用了。 2018-04-11 01:30:55 +08:00
ts_web_rpc.h 改进: 2017-11-20 04:19:04 +08:00