Commit Graph

479 Commits (e126b6f61ce15c4244214756bc9f06bdd7f1788f)

Author SHA1 Message Date
horizonlin 27517e59bb
添加URLProtocol
添加URLProtocol
2018-12-18 11:16:41 +08:00
horizonlin f16178e0e3
添加URLProtocol
添加URLProtocol
2018-12-18 11:12:52 +08:00
horizonlin 797ab4bd8f
添加URLProtocol
添加URLProtocol
2018-12-18 11:11:06 +08:00
horizonlin c019172197
添加URLProtocol
添加URLProtocol
2018-12-18 11:08:42 +08:00
horizonlin 37293c96e8
添加URLProtocol
添加URLProtocol
2018-12-18 11:04:38 +08:00
Apex Liu fb8245657f remove necessary files. 2018-11-27 01:09:47 +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 5824f55722 Merge branch 'feature/client_https' of github.com:tp4a/teleport into feature/client_https 2018-11-26 17:41:23 +08:00
Apex Liu f6996326de 检查用户名合法性,防止SQL注入攻击 2018-11-26 17:40:48 +08:00
Apex Liu ef90de7ebe 升级版本号到v3.2.0-beta. 2018-11-25 02:05:10 +08:00
Apex Liu 1d35922f7a 修正macOS助手有时无法保存配置的问题;暂时移除telnet的支持。 2018-11-14 00:45:25 +08:00
Apex Liu 784bbe35f7 统一图标。 2018-11-10 04:20:58 +08:00
Apex Liu 8dd6bdbde0 助手加入https支持(50022=http,50023=https),实测以https方式访问web时,可以在各种浏览器中与助手进行通讯了(IE/Edge/Chrome/Firefox),目前在Win平台测试通过。 2018-11-09 03:10:08 +08:00
Apex Liu a358b79095 ..merge. 2018-11-07 01:38:24 +08:00
Apex Liu 0098ce63ea temp. 2018-11-07 01:35:36 +08:00
Apex Liu 2fa413d46b 支持LDAP用户登录了。 2018-11-07 00:30:46 +08:00
Apex Liu 1f04977aba 统一调整图标 2018-11-06 22:13:37 +08:00
Apex Liu 493e991787 ..LDAP用户导入功能完成,准备实现导入用户的登录功能。 2018-11-06 01:31:54 +08:00
Apex Liu 4c14a58877 ..LDAP配置功能完成,开始实现LDAP用户导入功能。 2018-11-05 02:39:02 +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 25d562ccf4 now can test and save LDAP configurations. 2018-11-01 03:11:39 +08:00
Apex Liu e62d2b3546 实现:列出LDAP服务器上的用户属性,方便管理员设置LDAP服务器配置项。 2018-10-31 00:37:42 +08:00
Apex Liu de047d9a72 需要增加一个功能:列出LDAP服务器上的用户属性,方便维护人员做字段映射。 2018-10-30 03:17:04 +08:00
Apex Liu 5c94a847c0 . 2018-10-30 00:49:20 +08:00
Apex Liu f775cdb4f6 add ldap module for python on macOS. 2018-10-29 03:11:08 +08:00
Apex Liu 626659e940 ldap配置界面和连接测试可以工作了,下一步是保存配置项。 2018-10-17 03:19:51 +08:00
Apex Liu cd6255178f Merge branch 'dev' of github.com:tp4a/teleport into dev 2018-10-15 11:24:17 +08:00
Apex Liu e609600d75 temp. 2018-10-15 11:20:45 +08:00
Apex Liu 5766a3370a temp. 2018-10-15 09:22:39 +08:00
“haocao” 5eedb02cc4 修改一处数据库错误 2018-10-09 09:51:32 +08:00
“haocao” 8f7c2c5b18 修改smtp发送邮件部分,只在25和587开启startls
针对问题,目前使用465端口开启STARTTLS大部分服务器会报错“454 Command not permitted when TLS active”

SMTP 的通用端口使用是:
25 SMTP
25 SMTP STARTTLS
465 SMTP SSL
587 SMTP TLS/STARTTLS
2018-09-29 11:30:50 +08:00
Apex Liu 05d91e0610 Build and test on macOS, include tp_core and assist. 2018-09-28 02:59:15 +08:00
Apex Liu 35a53e8c7e build with python 3.7 (miniconda) on MacOS and works. 2018-09-27 04:38:29 +08:00
Apex Liu a6f03f3a66 build with Python 3.7 works on Windows now. 2018-09-24 04:04:09 +08:00
Apex Liu 867457a95b Merged branch feature/python-3.7 2018-09-24 03:29:42 +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 7943f50212 Python3.7 works on Windows Platofrm now. 2018-09-22 02:12:53 +08:00
Apex Liu e326b3ac48 修正了无法远程连接SSHv1.99的交换机的问题。 2018-09-22 00:51:56 +08:00
“haocao” cd0e6fa3a8 1.添加:首次绑定动态身份认证器成功后,不允许再次绑定
2.管理员可解绑用户的动态身份证认证器
3.重置密码时会自动删除老的动态身份证认证器(用户在个人主页上修改不会删除)
2018-09-20 10:32:45 +08:00
Apex Lu 371e328674 update version. 2018-09-20 02:15:16 +08:00
Apex Liu 0521729c91 fixed: can not auto-login with telnet protocol for Huawei network device. 2018-09-20 01:50:01 +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 19a394b187 update python-packages like mako/tornado/etc. to last version. 2018-09-14 06:00:33 +08:00
Apex Liu 209f5b8da3 Update some files for Python3.7 on Windows. 2018-09-13 02:37:02 +08:00
Apex Liu 0f3c8900dd 修正:SMTP邮件发送与Exchange 2016兼容性问题(#82) 2018-09-11 04:04:44 +08:00
Apex Liu 2c487e9fc1 修正:从用户组中移除用户时会因数据库操作失败而无法进行。 2018-09-11 03:33:33 +08:00
Apex Liu 878ca416b2 修正:当页面超时后,执行导入资产或导入用户的操作会失败,但得不到正确的错误原因。 2018-09-06 02:54:05 +08:00
Apex Liu ea9c3135d1 修正:使用google二次验证码登录时不能如果验证码以0开头会无法登录;
修正:使用MySQL数据库时,主机运维界面的模糊查找可能会导致web服务崩溃;
2018-09-02 16:46:46 +08:00
Apex Liu 1924c890e8 升级版本号,准备发布。 2018-09-02 12:48:29 +08:00
Apex Liu 55e049d0e3 主机运维页面支持模糊搜索了。 2018-09-02 12:33:36 +08:00
Apex Liu df5e76c274 支持主机列表和主机运维界面的按主机分组进行过滤了。 2018-09-02 02:41:30 +08:00
Apex Liu 30dd82ba12 修正:创建用户时,如果用户名包含大写字母,此用户将无法登陆。 2018-06-13 18:06:18 +08:00
Apex Liu 76a81386e5 temp. 2018-05-31 01:54:11 +08:00
Apex Liu 7ca38e8bb4 修正:系统设置-安全-登录设置,保存时提示成功,但实际并未保存。 2018-05-30 19:15:23 +08:00
Apex Liu f0715736a2 Merge branch 'feature/search' of github.com:eomsoft/teleport into feature/search 2018-05-18 03:04:44 +08:00
Apex Liu 30b0310a23 . 2018-05-18 03:04:22 +08:00
Apex Liu 5e266fe32a tmp 2018-05-16 18:50:34 +08:00
Apex Liu ccad74bbd2 tmp. 2018-05-16 13:20:40 +08:00
Apex Liu b6284d6188 tmp. 2018-05-15 17:30:40 +08:00
Apex Liu 5b1f639cfa merge v3 to dev. 2018-05-11 17:03:46 +08:00
Apex Liu 544a94e637 修正:运维授权策略中同时加入远程账号和该账号所在的主机、或所在的组,使得远程账号授权在同一个策略中重复,导致无法远程(后续查询时有重复就报错了)。 2018-05-09 21:40:02 +08:00
Apex Liu 7d56d74ae4 修正:普通运维人员无法进行telnet远程连接。 2018-05-09 21:28:46 +08:00
Apex Liu f197d85567 临时解决用Firefox走https方式访问TP时,无法检测到助手。这样Chrome和Firefox都可以了,但IE仍然不行。 2018-05-09 17:42:25 +08:00
Apex Liu 0a3c99dc05 增强:配合nginx前置,可以记录登录用户的原始IP而不是nginx服务器的IP。 2018-05-09 16:29:16 +08:00
Apex Liu 50d814869c Assist support freerdp on MacOS. 2018-05-07 17:12:00 +08:00
Apex Lu eb73b637a9 adjust for build Linux version. 2018-05-05 10:53:33 +08:00
Apex Liu 1014ce256a . 2018-05-05 01:04:49 +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 685f31f566 修正:新安装的TP,总览页面用户数为0。至少为1,因为默认创建了管理员账号。 2018-05-02 17:45:55 +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 420fd13830 增强:全局连接控制界面逻辑编码完成,准备实现核心服务的业务处理逻辑。 2018-04-24 23:04:49 +08:00
ApexLiu 421b233ef3 增强:系统配置界面增加全局的连接控制设置,并可以设置会话超时时间。界面部分完成,后台尚未实现。 2018-04-24 01:29:11 +08:00
ApexLiu 29b1f8c234 修正:SSH和telnet播放界面的“跳过无操作时间”点击后不更新勾选框。 2018-04-23 23:02:46 +08:00
Apex Liu 8f214f86b9 修正:编辑主机信息并保存,提示成功,但主机信息并未更新。 2018-04-22 16:01:30 +08:00
Apex Liu 2ea0d9aa06 修正:用户管理界面,如果先编辑一个用户(即使不保存),然后执行新建用户,则刚刚编辑的用户的信息会被替换成新建用户的信息,而并没有新用户被创建。 2018-04-20 14:24:30 +08:00
Apex Liu 7273e0304e 修正几处图标显示不正常的错误。 2018-04-18 17:06:14 +08:00
Apex Liu c54510deb0 修正几处图标显示不正常的错误。 2018-04-18 13:44:46 +08:00
Apex Liu 8de120ba92 更新字体图标FontAwesome到5.0.10版。 2018-04-17 17:39:17 +08:00
Apex Liu fe6f036abe 修正:无法删除远程账号组(web日志提示没有'ga_id'字段);修正:批量导入主机和账号时会失败(忘记处理username_prompt和password_prompt字段); 2018-04-17 03:34:15 +08:00
Apex Liu d88af1ed77 在侧边栏显示助手版本,以及助手设置链接。 2018-04-17 02:47:30 +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 Liu 1657622385 修正 bug#51 类似问题,修改主机信息、分组信息、用户信息、账号信息均可以同步了。 2018-04-09 23:07:31 +08:00
Apex Liu 7bfbfc9a4d 修正:修改用户信息后,在授权管理界面看到的还是原来的名称。 2018-04-09 17:39:09 +08:00
Apex Liu ddcfb1ae13 . 2018-04-09 16:19:50 +08:00
Apex Liu 860af40359 尝试修正telnet协议,在连接某些网络设备时,能连接但是没有记录审计录像的问题,同时尝试修正无需认证的网络设备可能会卡死的情况。 2018-04-09 00:26:06 +08:00
Apex Liu 5af312cb16 修正bug#56,自动解锁后,该用户的状态在管理员查看时仍然显示为临时锁定。 2018-04-08 21:55:21 +08:00
Apex Liu 98f4c9fe92 修正bug#61,运维授权策略中无法添加单个资源账号. 2018-04-08 21:54:02 +08:00
Apex Liu f9feb717df . 2018-04-08 18:41:49 +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
Apex Liu 3aa873d41e telnet录像支持记录客户端窗口大小改变事件,并能正确回放了。 2018-04-08 17:01:45 +08:00
Apex Liu 21e07f7b32 telnet可以录像和播放了(还不能记录命令,不能感知客户端窗口大小变化) 2018-04-06 07:59:44 +08:00
Apex Liu db9838e480 Merge branch 'feature/v3' of github.com:eomsoft/teleport into feature/v3 2018-04-06 06:57:00 +08:00
Apex Liu e920bf1895 加入对telnet协议的支持,可以正常连接远程主机,还差录像数据没有记录。 2018-04-06 06:56:37 +08:00
Apex Lu dcccbf2337 fix mbedtls for RSA no-CRT. 2018-04-06 01:20:50 +08:00
Apex Liu 761e5fa3b6 尝试解决:发送邮件时得到错误:无法发送邮件:SMTP AUTH extension not supported by server.(100) 2018-03-27 01:43:14 +08:00
Apex Liu 0847907d3c 修正:HTTP方式访问,总览页面数据无法显示。 2018-03-26 18:05:23 +08:00
Apex Liu 61f8d6b3e6 修正:潜在安全问题,批量导入时上传的文件在服务端未删除。 2018-03-26 03:05:20 +08:00
Apex Liu 6d8ca92513 改进:授权策略编辑界面关于账号显示不完整的问题;
调整:将重建授权映射按钮从运维授权和审计授权界面移除,并在系统设置的安全配置页面中加入重建授权映射的按钮。
2018-03-26 02:21:44 +08:00
Apex Liu 00ead99bb1 修正:助手与播放器配合可以播放数据来自HTTPS协议的RDP录像了。
改进:部分与账号相关的界面能够显示所属主机的名称而不仅仅是IP地址了。
2018-03-25 00:57:12 +08:00
Apex Liu 3e9809c726 修正:审计授权处理不当。 2018-03-24 20:41:26 +08:00
Apex Liu 396312ece1 修正:websocket区分http和https两种连接方式。 2018-03-23 17:05:15 +08:00
Apex Liu 9425afc3eb 修正:用户没有设置姓名时,登录后左上角头像显示不正常。 2018-03-23 15:03:48 +08:00
Apex Liu 689767c3a7 使用暴力方法解决授权策略映射更新的问题,效率低下但可以工作了。 2018-03-22 17:54:40 +08:00
Apex Lu 06448a6003 . 2018-03-19 22:57:48 +08:00
Apex Liu e848c6ccbd ... 2018-03-15 02:04:47 +08:00
Apex Liu 33eead9f05 fixed: 删除组时,同步更新授权策略和授权映射。 2018-03-12 17:42:13 +08:00
Apex Liu 37486ddfa4 . 2018-03-12 09:14:32 +08:00
Apex Liu 2d6aa70c47 Fixed: 一个已经授权的用户,删除其账号,其并未在授权策略中删除,且无法再重建授权映射。(github bug #50) 2018-03-10 02:37:41 +08:00
Apex Liu dea9c48d82 try to fix: SMTP AUTH extension not supported by server. 2018-03-09 18:08:46 +08:00
Apex Liu 6d95dcabe2 . 2018-03-08 18:19:25 +08:00
Apex Liu 88945c0ea6 修正:邮件重置密码收到的重置邮件永久有效(bug #52) 2018-03-07 01:36:14 +08:00
Apex Liu 1ff768dd4f . 2018-03-05 17:49:12 +08:00
Apex Liu 54bd8332f9 RDP远程时,如果客户端时MSTSC,则录像无法播放,在解决此问题前,先屏蔽掉对MSTSC的支持(助手不可选择MSTSC)。 2018-03-05 00:32:45 +08:00
ApexLiu 0d24b1834b . 2018-03-01 09:07:49 +08:00
ApexLiu 947332078b 构建脚本加入对macOS版本助手的构建过程。 2018-02-16 15:40:02 +08:00
ApexLiu 8dc0acd21b 升级TP服务端内置SSH服务的RSA私钥(从1024位升级到2048位),修复MacOS上出现的“Invalid key length”问题。 2018-02-06 14:24:11 +08:00
ApexLiu f4832e2a09 Merge branch 'feature/v3' of github.com:eomsoft/teleport into feature/v3 2018-02-05 16:52:17 +08:00
ApexLiu 7c2e352a0f . 2018-02-05 16:51:50 +08:00
Apex Liu d4a0b4a596 . 2018-01-27 01:51:44 +08:00
Apex Liu 66a9e87038 Now both MSTSC and FreeRDP can connect to Win2003. 2018-01-26 02:22:47 +08:00
Apex Liu 2411b95e1f . 2018-01-17 04:45:33 +08:00
Apex Liu 299f849185 . 2018-01-12 02:52:13 +08:00
Apex Liu f4d9a8a60d . 2018-01-11 02:34:47 +08:00
Apex Liu 8a954b1355 . 2018-01-10 18:31:11 +08:00
Apex Liu 8ac881912b . 2018-01-09 13:42:41 +08:00
Apex Liu b0661e1379 . 2018-01-02 03:51:26 +08:00
Apex Liu a4dcb669fd . 2017-12-25 04:37:23 +08:00
Apex Liu 39c8fd32d5 web版RDP录像播放,可以播放鼠标移动的录像了,下一步是显示rdp的图像。 2017-12-23 03:46:08 +08:00
Apex Liu 9305953218 调整一下js代码,尽量避免全局变量。 2017-12-23 00:25:36 +08:00
Apex Liu 6cb3821321 修正:远程运维连接时的授权检查。 2017-12-22 23:30:02 +08:00
Apex Liu a3dab996cc 修正:有些RDP远程连接在会话审计页面显示为“未知”协议类型。 2017-12-22 23:17:43 +08:00
Apex Liu a1fc08892c . 2017-12-22 18:20:31 +08:00
Apex Liu 38a8d245c5 调整功能:具有运维授权权限的用户,无需进行授权即可使用任意远程账号进行连接;具有运维权限的用户,则需要先授权才能进行连接;具有审计授权权限的用户,无需进行授权即可查看所有运维录像;具有审计权限的用户,必须先授权才能查看指定主机的运维录像。 2017-12-22 02:29:52 +08:00
Apex Liu d9d4c22e61 调整日志和录像的最长保留时间到365日。同时在后台检查用户的设置是否超出了范围。 2017-12-22 00:46:05 +08:00
Apex Liu 8a818d4ce3 编辑用户时,修改了用户登录名也会保存了(前提是登录名没有重复)。 2017-12-22 00:16:58 +08:00
Apex Liu 0d72354680 导入或创建用户时,如果系统配置了SMTP,且用户有设置email,则自动发送密码函。 2017-12-22 00:12:54 +08:00
Apex Liu aedb6099a0 审计授权功能可以按用户区分显示的列表内容了。 2017-12-21 00:05:26 +08:00
Apex Liu 001cf53e8f temp. 2017-12-20 02:01:13 +08:00
Apex Liu 206c9fdead 审计授权页面,未完成。 2017-12-19 17:36:15 +08:00
Apex Liu d92e053c63 修正:远程账号保存的非默认端口号,再次编辑时显示为默认端口号了。 2017-12-19 12:36:03 +08:00