Commit Graph

455 Commits (b59fa23a932c305eb04df7263d7d13e1ae5e9419)

Author SHA1 Message Date
Apex Liu b59fa23a93 完善构建脚本,macOS平台可以直接生成最终的助手安装包dmg文件了。 2018-11-20 02:02:21 +08:00
Apex Liu 1d35922f7a 修正macOS助手有时无法保存配置的问题;暂时移除telnet的支持。 2018-11-14 00:45:25 +08:00
Apex Liu 93a1b8259c macOS助手也支持在https访问web界面时与页面正常通讯了(需要注册根证书)。 2018-11-13 01:36:41 +08:00
Apex Liu ac0a55f78d 1. 微调macOS的StatusBar图标,使之更协调;2. 暗色调的StatusBar上也能正确显示白色图标了。 2018-11-12 03:08:06 +08:00
Apex Liu 0ddea7fabd macOS: 支持SecureCRT做SSH客户端,SecureFX做SFTP客户端了。
macOS: 使用Terminal和iTerm2做SSH客户端时,无需用户敲一次回车键了。
2018-11-12 00:09:55 +08:00
Apex Liu a883f8a80b 在macOS上的SSH远程时,使用Terminal或iTerm2做客户端时,可以自动回车完成登录了。 2018-11-11 06:10:35 +08:00
Apex Liu 73051854dd . 2018-11-10 14:09:29 +08:00
Apex Liu a73ef5cffb .加入dmg磁盘图标 2018-11-10 04:27:57 +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 10567f38e5 .. 2018-11-07 03:40:42 +08:00
Apex Liu c78ead3457 .. 2018-11-07 03:34:30 +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 92c6265c72 Merge branch 'feature/v3.1.0-macos' of github.com:tp4a/teleport into feature/v3.1.0-macos 2018-11-07 00:55:27 +08:00
Apex Liu 24abe7041e . 2018-11-07 00:48:52 +08:00
Apex Liu 8672b46bd2 . 2018-11-07 00:45:38 +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 249945d54f . 2018-10-30 01:00:32 +08:00
Apex Liu 5c94a847c0 . 2018-10-30 00:49:20 +08:00
Apex Liu 5288822abb . 2018-10-29 04:16:19 +08:00
Apex Liu 15e08f1ebc . 2018-10-29 03:55:22 +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
Apex Liu 80a792342d
Merge pull request #113 from ahubaoan/dev_for_tp4a
修改一处数据库错误
2018-10-14 02:24:04 +08:00
“haocao” 5eedb02cc4 修改一处数据库错误 2018-10-09 09:51:32 +08:00
Apex Liu 037398d566
Merge pull request #112 from ahubaoan/dev_for_tp4a
修改smtp发送邮件部分,只在25和587开启startls
2018-09-29 13:28:04 +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 ce112adc87 Try to avoid to hit Enter key when connect to ssh server on macOS. 2018-09-29 00:14:30 +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 Lu 051b1fee28 fix script for builder. 2018-09-24 04:46:12 +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 Lu df13355e44 temp. 2018-09-22 11:46:57 +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