Skip to content
GitLab
探索
项目
群组
代码片段
项目
群组
代码片段
/
帮助
帮助
支持
社区论坛
快捷键
?
提交反馈
登录
切换导航
菜单
打开侧边栏
wazuh
Fwknop
提交
3826bb56
提交
3826bb56
编辑于
10年前
作者:
Michael Rash
浏览文件
操作
下载
电子邮件补丁
差异文件
ChangeLog updates, bump version to 2.6.4
上级
50009115
master
3.0_devel
CSGSYY
SCT230A
access_conf_includes
alotcer
cmd_open_close_cycle
dstuart_capture_modes
dstuart_netfilter_queue
dstuart_refactor_autoconf
execvpe
ipv6
readme_include_fwknop_gui
spa_destination_ip
udp_server_destination
2.6.11-pre1
2.6.10
2.6.9
2.6.9-pre1
2.6.8
2.6.7
2.6.7-pre1
2.6.6
2.6.5
2.6.4
2.6.4-pre1
fwknop-2.6.5
fwknop-2.6.4
无相关合并请求
变更
5
隐藏空白变更内容
行内
左右并排
显示
5 个更改的文件
ChangeLog
+21
-7
ChangeLog
VERSION
+1
-1
VERSION
configure.ac
+1
-1
configure.ac
fwknop.spec
+4
-1
fwknop.spec
win32/config.h
+1
-1
win32/config.h
有
28 个添加
和
11 个删除
+28
-11
ChangeLog
+
21
-
7
浏览文件 @
3826bb56
fwknop-2.6.4 (10//2014):
- [client] Bug fix to ensure that a User-Agent string can be specified
when the fwknop client uses wget via SSL to resolve the external IP
address. This closes issue #134 on github reported by Barry Allard. The
fwknop client now uses the wget '-U' option to specify the User-Agent
string with a default of "Fwknop/<version>". In addition, a new command
line argument "--use-wget-user-agent" to allow the default wget
User-Agent string to apply instead.
- [server] Added a UDP server mode so that SPA packets can be acquired via
UDP directly without having to use libpcap. This is an optional feature
since it opens a UDP port, but fwknopd is careful to never send anything
back to a client that sends data to this port. So, from the perspective
of an attacker or scanner, fwknopd remains invisible. This feature is
enabled in fwknopd either with a new command line argument --udp-server
or in the fwknopd.conf file with the ENABLE_UDP_SERVER variable. When
deployed in this mode, it is advisable to recompile fwknop beforehand
with './configure --enable-udp-server' so that fwknopd does not link
against libpcap.
- [server] Replaced all popen() and system() calls with execvpe() with no
usage of the environment. This is a security measure to not make use of
the shell for firewall command execution, and is supported on systems
where execvpe() is available.
- (Gerry Reno) Added support for firewalld to the fwknopd daemon on RHEL 7
and CentOS 7. This is implemented using the current firewalld '--direct
--passthrough' capability which accepts raw iptables commands. More
...
...
@@ -23,6 +30,13 @@ fwknop-2.6.4 (10//2014):
BeagleBone Black rev C running 3.8.13-bone50 #1 SMP Tue May 13
13:24:52 UTC 2014 armv7l GNU/Linux
- [client] Bug fix to ensure that a User-Agent string can be specified
when the fwknop client uses wget via SSL to resolve the external IP
address. This closes issue #134 on github reported by Barry Allard. The
fwknop client now uses the wget '-U' option to specify the User-Agent
string with a default of "Fwknop/<version>". In addition, a new command
line argument "--use-wget-user-agent" to allow the default wget
User-Agent string to apply instead.
- [python module] When an HMAC key is passed to spa_data_final() then
default to HMAC SHA256 if no HMAC mode was specified.
...
...
This diff is collapsed.
Click to expand it.
VERSION
+
1
-
1
浏览文件 @
3826bb56
2.6.
3
2.6.
4
This diff is collapsed.
Click to expand it.
configure.ac
+
1
-
1
浏览文件 @
3826bb56
...
...
@@ -11,7 +11,7 @@ AC_PREREQ(2.62)
dnl Define our name, version and email.
m4_define(my_package, [fwknop])
m4_define(my_version, [2.6.
3
])
m4_define(my_version, [2.6.
4
])
m4_define(my_bug_email, [dstuart@dstuart.org])
AC_INIT(my_package, my_version, my_bug_email)
...
...
This diff is collapsed.
Click to expand it.
fwknop.spec
+
4
-
1
浏览文件 @
3826bb56
...
...
@@ -13,7 +13,7 @@
%define _mandir /usr/share/man
Name: fwknop
Version: 2.6.
3
Version: 2.6.
4
Epoch: 1
Release: 1%{?dist}
Summary: Firewall Knock Operator client. An implementation of Single Packet Authorization.
...
...
@@ -142,6 +142,9 @@ fi
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/fwknop/access.conf
%changelog
* Mon Nov 10 2014 <mbr@cipherdyne.org> - 2.6.4
- fwknop-2.6.4 release.
* Mon Jul 28 2014 <mbr@cipherdyne.org> - 2.6.3
- Removed gdbm and gdbm-devel dependencies since these are only
needed if a user compiles fwknopd with the --disable-file-cache
...
...
This diff is collapsed.
Click to expand it.
win32/config.h
+
1
-
1
浏览文件 @
3826bb56
...
...
@@ -178,7 +178,7 @@
#undef TIME_WITH_SYS_TIME
/* Version number of package */
#define VERSION "2.6.
3
"
#define VERSION "2.6.
4
"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
支持
Markdown
0%
请重试
或
添加新附件
.
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录
菜单
探索
项目
群组
代码片段