2 - Contributed OpenWRT support - see the extras/openwrt/ directory.
5 - Assisted with getting fwknop included in BackTrack Linux - the choice
6 distro for pentation testers.
9 - Suggested the idea for setting an access stanza expiration time.
10 - Suggested the abiliy to have certain incoming connections automatically
11 NAT'd through to specific internal systems. The result was the FORCE_NAT
13 - Assisted with getting fwknop running under the Pentoo Linux distro.
16 - Contributed both an Android and an iPhone fwknop client port - see the
17 top level android/ and iphone/ directories.
20 - Helped test fwknop PF support on OpenBSD.
23 - Reported a bug where the same encryption key used for two stanzas in the
24 access.conf file would result in access requests that matched the second
25 stanza to always be treated as a replay attack. This has been fixed for
26 the fwknop-2.0.1 release.
29 - Caught a bug where the default PCAP_LOOP_SLEEP value was 1/100th of a
30 second instead of the intended default of 1/10th of a second.
33 - fwknop Debian package maintainer.
34 - Contributed a new Debian init script.
37 - Submitted patches to change HTTP connection type to 'close' for -R mode
38 in the client and fix a bug for recv() calls against returned HTTP data.
41 - Reported an issue with the Morpheus client sending SPA packets with NULL
42 IP addresses, and code was added to fwknopd to better validate incoming
43 SPA data as a result of this report.
46 - Suggested a way to redirect valid connection requests to a specific
47 internal service via NAT, configurable by each stanza in access.conf.
48 This allows for better access control for multple users requiring access
49 to multiple internal systems, in a manner that is transparent to the
50 user. The result was the FORCE_NAT mode.