25 Commits

Author SHA1 Message Date
openeuler-ci-bot
f59eb17cda
!24 适配qt低版本的QUuid::WithoutBraces
From: @niko_yhc 
Reviewed-by: @liubuguiii 
Signed-off-by: @liubuguiii
2023-09-07 10:02:27 +00:00
niko_yhc
8ab17f646d fix(kiran-authentication-devices):fix QUuid::WithoutBraces for qt low version
适配qt低版本的QUuid::WithoutBraces
2023-09-07 17:46:17 +08:00
openeuler-ci-bot
8256d58744
!23 修复fish的UKey设备在arm机器上无法进行Verify的问题;重构设备和驱动对象创建流程
From: @luoqing_kylinsec 
Reviewed-by: @liubuguiii 
Signed-off-by: @liubuguiii
2023-06-28 09:33:59 +00:00
luoqing
d1f35be2c1 refactor(*):Remove the context class;ConfigHelper is responsible for obtaining device configuration information based on the id, and DeviceCreator is responsible for creating the device;After the vid and pid are obtained, the configuration file is read. The driver name in the configuration file can generate the specific driver object and device object;Fixed an issue where fish's UKey device could not Verify on arm machines
- 修复fish的UKey设备在arm机器上无法进行Verify的问题
  去掉context类;
  根据id获取相应设备配置信息的功能由ConfigHelper承担,创建设备的功能由DeviceCreator承担
  获取到vid,pid之后读取配置文件,通过配置文件中的驱动名,就可以生成具体的驱动对象和设备对象
2023-06-28 17:17:47 +08:00
openeuler-ci-bot
38cb726619
!20 修复同一个UKey设备可以重复绑定的问题
From: @luoqing_kylinsec 
Reviewed-by: @liubuguiii 
Signed-off-by: @liubuguiii
2023-06-16 07:36:43 +00:00
luoqing
c0ac94b3e1 fix(ukey):Fix the issue of duplicate binding of the same UKey device
- 修复同一个UKey设备可以重复绑定的问题

Related #I78P3F
2023-06-16 14:51:34 +08:00
openeuler-ci-bot
f8803042a9
!17 修复deviceSerialNumber为空时,从数据库获取不到feature的问题
From: @luoqing_kylinsec 
Reviewed-by: @liubuguiii 
Signed-off-by: @liubuguiii
2023-06-02 13:24:31 +00:00
luoqing
fe4d374448 fix(feature-db):Fix the issue of not obtaining features from the database when deviceSerialNumber is empty
- 修复deviceSerialNumber为空时,从数据库获取不到feature的问题
2023-06-02 20:46:58 +08:00
openeuler-ci-bot
11c8861017
!14 修复一台设备只能绑一个ukey的问题;修复一些自测缺陷
From: @luoqing_kylinsec 
Reviewed-by: @liubuguiii 
Signed-off-by: @liubuguiii
2023-06-02 09:22:11 +00:00
luoqing
0b0d3a5df1 fix(ukey):Fix the issue where only one ukey can be bound to a device;Fix some self-test bugs
- 修复一台设备只能绑一个ukey的问题
  修复一些自测缺陷

Closes #I78P3F
2023-06-02 16:58:45 +08:00
openeuler-ci-bot
5dd7e3c832
!11 修复std::function在低版本的编译问题
From: @luoqing_kylinsec 
Reviewed-by: @liubuguiii 
Signed-off-by: @liubuguiii
2023-05-24 10:22:56 +00:00
luoqing
261c122c0c fix(mf-iristar-driver):Fix compilation issues with std:: function in lower versions
- 修复std::function在低版本的编译问题
2023-05-24 17:48:14 +08:00
openeuler-ci-bot
b69f56680c
!8 新增Ukey管理工具;新增iristar设备,支持虹膜、人脸的录入和验证;修复一些缺陷
From: @luoqing_kylinsec 
Reviewed-by: @liubuguiii 
Signed-off-by: @liubuguiii
2023-05-24 07:37:03 +00:00
luoqing
2895d8ad0b feature(*):add Ukey management tool;added iristar device , supporting iris and facial enroll and identify;fix some defects.
- 新增Ukey管理工具
  新增iristar设备,支持虹膜、人脸的录入和验证
  修复一些缺陷
2023-05-24 14:59:12 +08:00
openeuler-ci-bot
4ef9e7a90e
!7 fix ld error: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
From: @wangyucheng1 
Reviewed-by: @tangjie02 
Signed-off-by: @tangjie02
2023-04-21 06:11:35 +00:00
wangyucheng
fe0b860002 fix ld error: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
- 修复在低于2.34版本的glibc环境中出现的链接错误
2023-04-21 14:02:36 +08:00
openeuler-ci-bot
0d846b7718
!6 qt5 cmake command compatible
From: @wangyucheng1 
Reviewed-by: @tangjie02 
Signed-off-by: @tangjie02
2023-04-21 02:45:12 +00:00
wangyucheng
e8b53e63d0 fix(cmake): qt5 cmake command compatible
- 兼容qt5,cmake命令的兼容修改
2023-04-21 10:33:27 +08:00
openeuler-ci-bot
de41a62009
!4 添加libusb依赖
From: @luoqing_kylinsec 
Reviewed-by: @tangjie02 
Signed-off-by: @tangjie02
2023-04-20 09:13:44 +00:00
luoqing
90caaf6034 Add libusb dependency 2023-04-20 16:32:56 +08:00
openeuler-ci-bot
f98e865f03
!2 完成UKey设备适配
From: @luoqing_kylinsec 
Reviewed-by: @liubuguiii 
Signed-off-by: @liubuguiii
2023-04-19 03:34:34 +00:00
luoqing
a5909fc6cb feature(ukey):The UKey device is adapted
- 完成UKey设备适配
2023-04-19 10:59:04 +08:00
openeuler-ci-bot
0b6dc93f89
!1 Initial build
From: @luoqing_kylinsec 
Reviewed-by: @liubuguiii 
Signed-off-by: @liubuguiii
2023-04-03 08:49:57 +00:00
luoqing
7fc9843b29 Initial build 2023-04-03 15:20:59 +08:00
openeuler-ci-bot
1641f8aec5
Initial commit 2023-03-22 09:55:26 +00:00