Skip to content
GitLab
探索
项目
群组
代码片段
项目
群组
代码片段
/
帮助
帮助
支持
社区论坛
快捷键
?
提交反馈
登录
切换导航
菜单
打开侧边栏
wazuh
Fwknop
提交
d7aacb68
提交
d7aacb68
编辑于
6年前
作者:
Michael Rash
浏览文件
操作
下载
电子邮件补丁
差异文件
[test suite] add bogus username test to fko-wrapper
上级
4769d136
master
CSGSYY
SCT230A
alotcer
ipv6
udp_server_destination
2.6.11-pre1
无相关合并请求
变更
1
隐藏空白变更内容
行内
左右并排
显示
1 个更改的文件
test/fko-wrapper/fko_wrapper.c
+6
-0
test/fko-wrapper/fko_wrapper.c
有
6 个添加
和
0 个删除
+6
-0
test/fko-wrapper/fko_wrapper.c
+
6
-
0
浏览文件 @
d7aacb68
...
...
@@ -440,6 +440,12 @@ test_loop(int new_ctx_flag, int destroy_ctx_flag)
ctx_update
(
&
ctx
,
new_ctx_flag
,
destroy_ctx_flag
,
DO_PRINT
);
}
for
(
i
=
0
;
i
<
FCN_CALLS
;
i
++
)
{
printf
(
"fko_set_username(|bogususer): %s
\n
"
,
fko_errstr
(
fko_set_username
(
ctx
,
"|bogususer"
)));
ctx_update
(
&
ctx
,
new_ctx_flag
,
destroy_ctx_flag
,
DO_PRINT
);
}
spa_func_getset_short
(
&
ctx
,
"fko_set_spa_encryption_type"
,
&
fko_set_spa_encryption_type
,
"fko_get_spa_encryption_type"
,
&
fko_get_spa_encryption_type
,
FKO_ENCRYPTION_INVALID_DATA
-
F_INT
,
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
支持
Markdown
0%
请重试
或
添加新附件
.
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录
菜单
探索
项目
群组
代码片段