This commit updates all authorship and copyright information to include a standard header that references the AUTHORS and CREDITS file. This standard header was written by the Debian legal team at the request of Franck Joncourt.
177 lines
8.3 KiB
Plaintext
177 lines
8.3 KiB
Plaintext
Jonathan Bennett
|
|
- Contributed OpenWRT support - see the extras/openwrt/ directory.
|
|
|
|
Sebastien Jeanquier
|
|
- Assisted with getting fwknop included in BackTrack Linux - the choice
|
|
distro for pentration testers.
|
|
|
|
Ozmart
|
|
- Suggested the idea for setting an access stanza expiration time.
|
|
- Suggested the abiliy to have certain incoming connections automatically
|
|
NAT'd through to specific internal systems. The result was the FORCE_NAT
|
|
mode.
|
|
- Assisted with getting fwknop running under the Pentoo Linux distro.
|
|
|
|
Max Kastanas
|
|
- Contributed both an Android and an iPhone fwknop client port - see the
|
|
top level android/ and iphone/ directories.
|
|
|
|
Ted Wynnychenko
|
|
- Helped test fwknop PF support on OpenBSD.
|
|
|
|
Andy Rowland
|
|
- Reported a bug where the same encryption key used for two stanzas in the
|
|
access.conf file would result in access requests that matched the second
|
|
stanza to always be treated as a replay attack. This has been fixed for
|
|
the fwknop-2.0.1 release.
|
|
|
|
C Anthony Risinger
|
|
- Caught a bug where the default PCAP_LOOP_SLEEP value was 1/100th of a
|
|
second instead of the intended default of 1/10th of a second.
|
|
|
|
Franck Joncourt
|
|
- fwknop Debian package maintainer.
|
|
- Contributed a new Debian init script.
|
|
- Contributed a patch to have the perl FKO module link against libfko in
|
|
the local directory (if it exists) so that it doesn't have to have libfko
|
|
completely installed in /usr/lib/. This allows the test suite to run FKO
|
|
tests without installing libfko.
|
|
- Contributed a patch to remove unnecessary chmod() call when creating
|
|
client rc file and server replay cache file. The permissions are now set
|
|
appropriately via open(), and at the same time this patch fixes a
|
|
potential race condition since the previous code used fopen() followed by
|
|
chmod().
|
|
- Contributed a patch to allow the fwknop client to be stopped with Ctrl-C
|
|
before sending an SPA packet on the wire.
|
|
- Contributed a patch to ensure that duplicate iptables rules are not
|
|
created even for different SPA packets that arrive at the same time and
|
|
request the same access.
|
|
- Added support for resolving hostnames in various NAT modes (fixes issue
|
|
#43 in github).
|
|
- Bug fix in the client for resolving hostnames in '-P icmp' mode (fixes
|
|
issue #64).
|
|
- Added support for saving fwknop client command line arguments via a new
|
|
option --save-rc-stanza.
|
|
- Added log module support for the client.
|
|
- Added the ability to read a passphrase from STDIN and also from a file
|
|
descriptor via --fd (closes #74).
|
|
|
|
Jonathan Schulz
|
|
- Submitted patches to change HTTP connection type to 'close' for -R mode
|
|
in the client and fix a bug for recv() calls against returned HTTP data.
|
|
|
|
Aldan Beaubien
|
|
- Reported an issue with the Morpheus client sending SPA packets with NULL
|
|
IP addresses, and code was added to fwknopd to better validate incoming
|
|
SPA data as a result of this report.
|
|
|
|
Geoff Carstairs
|
|
- Suggested a way to redirect valid connection requests to a specific
|
|
internal service via NAT, configurable by each stanza in access.conf.
|
|
This allows for better access control for multple users requiring access
|
|
to multiple internal systems, in a manner that is transparent to the
|
|
user. The result was the FORCE_NAT mode.
|
|
|
|
Hank Leininger
|
|
- Contributed a patch to greatly extend libfko error code descriptions at
|
|
various places in order to give much better information on what certain
|
|
error conditions mean. Closes #98.
|
|
- Suggested the ability to read a passphrase from STDIN and via a new --fd
|
|
command line argument (github #74) to allow things like:
|
|
$ gpg -d passphrasefile.pgp | fwknop -R -n myserver
|
|
- For iptables firewalls, suggested a check for the 'comment' match to
|
|
ensure the local environment will properly support fwknopd operations.
|
|
The result is the new ENABLE_IPT_COMMENT_CHECK functionality.
|
|
|
|
Fernando Arnaboldi (IOActive)
|
|
- Found important buffer overflow conditions for authenticated SPA clients
|
|
in the fwknopd server (pre-2.0.3). These findings enabled fixes to be
|
|
developed along with a new fuzzing capability in the test suite.
|
|
- Found a condition in which an overly long IP from malicious authenticated
|
|
clients is not properly validated by the fwknopd server (pre-2.0.3).
|
|
- Found a local buffer overflow in --last processing with a maliciously
|
|
constructed ~/.fwknop.run file. This has been fixed with proper
|
|
validation of .fwknop.run arguments.
|
|
- Found several conditions in which the server did not properly throw out
|
|
maliciously constructed variables in the access.conf file. This has been
|
|
fixed along with new fuzzing tests in the test suite.
|
|
|
|
Vlad Glagolev
|
|
- Submitted a patch to fix ndbm/gdbm usage when --disable-file-cache is
|
|
used for the autoconf configure script. This functionality was broken in
|
|
be4193d734850fe60f14a26b547525ea0b9ce1e9 through improper handling of
|
|
#define macros from --disable-file-cache.
|
|
- Submitted a patch to fix command exec mode under SPA message type
|
|
validity test. Support for command exec mode was also added to the test
|
|
suite.
|
|
- Submitted an OpenBSD port for fwknop-2.0.3, and this has been checked in
|
|
under extras/openbsd/.
|
|
|
|
Sean Greven
|
|
- Created a port of fwknop for FreeBSD:
|
|
http://portsmon.freebsd.org/portoverview.py?category=security&portname=fwknop
|
|
|
|
Michael T. Dean
|
|
- Reported the Rijndael key truncation issue for user-supplied keys
|
|
(passphrases) greater than 16 bytes long.
|
|
|
|
George Herlin
|
|
- Proposed a verification approach to test suite operations, and the result
|
|
was implemented in a61939c005e2b09d6800e2171f607c9d1948f022. This makes
|
|
test suite operate equivalently regardless of whether valgrind is used or
|
|
whether fwknop is being tested on an embedded system with very limited
|
|
resources.
|
|
|
|
Ruhsam Bernhard
|
|
- Reported an issue where the message size test would result in long
|
|
command mode SPA packets not decrypting properly because only GPG decrypt
|
|
attempts were made. This issue was fixed in
|
|
7e784df3870373f055a2f0f8d818829501bcb1c0.
|
|
|
|
Shawn Wilson
|
|
- Added better SPA source IP logging for various fwknopd logging messages.
|
|
This helps to make it more clear why certain SPA packets are rejected
|
|
from some systems.
|
|
|
|
Dan Lauber
|
|
- Suggested a check for fwknopd to ensure that the jump rule on systems
|
|
running iptables is not duplicated if it already exists.
|
|
|
|
Ryman
|
|
- Reported a timing attack bug in the HMAC comparison operation (#85) and
|
|
suggested a fix derived from yaSSL:
|
|
http://www.mail-archive.com/debian-bugs-rc@lists.debian.org/msg320402.html
|
|
|
|
Blair Zajac
|
|
- Contributed patches to handle endian issues on PPC systems.
|
|
- Reported an issue where strndup() is not available on some PPC systems
|
|
and the fix is to use the local lib/fko_util.c implementation similarly
|
|
to Windows builds.
|
|
- Suggested throwing an error in '-M legacy' mode to warn users about the
|
|
inability of older fwknopd daemons to handle Rijndael keys > 16 bytes.
|
|
Any release after and including 2.5 does not have this limitation.
|
|
|
|
Radostan Riedel
|
|
- Contributed an AppArmor policy that is known to work on Debian and Ubuntu
|
|
systems. The policy file is available in extras/apparmor.
|
|
|
|
Les Aker
|
|
- Reported an issue with Arch Linux that resulted in fwknopd hanging for a
|
|
pcap_dispatch() packet count of zero when using libpcap-1.5.1. This
|
|
issue was tracked on github as issue #110, and the default packet count
|
|
is now set at 100 as a result.
|
|
|
|
Marek Wrzosek
|
|
- Suggested doc update to fwknop man pages to accurately describe the usage
|
|
of digits instead of bytes for SPA random data. About 53 bits of entropy
|
|
are actually used, although this is in addition to the 64-bit random salt
|
|
in for key derivation used by PBKDF1 in Rjindael CBC mode.
|
|
- Various excellent feedback on crypto design, including the need to remove
|
|
the GPG_IGNORE_SIG_VERIFY_ERROR mode.
|
|
|
|
Gerry Reno
|
|
- Updated the Android client to be compatible with Android-4.4.
|
|
- Provided guidance on Android client issues along with testing candidate
|
|
patches to update various things - this work is being tracked in the
|
|
android4.4_support branch.
|