minor docs update

This commit is contained in:
Michael Rash
2015-04-19 07:10:26 -07:00
parent bb5aa928d9
commit 0ecc2d2333
2 changed files with 11 additions and 0 deletions
+6
View File
@@ -55,6 +55,7 @@ Franck Joncourt
- 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).
- Added libfko unit tests via the CUnit framework.
Jonathan Schulz
- Submitted patches to change HTTP connection type to 'close' for -R mode
@@ -213,3 +214,8 @@ Grant Pannell
Alexander Kozhevnikov
- Reported a bug when fwknop is compiled with --enable-udp-server where
the server was including pcap.h
Dan Brooks
- Contributed a patch for the Android client app to add the definition of
custom server udp port. This is similiar to the --server-port argument
offered by the main fwknop client.
+5
View File
@@ -12,6 +12,9 @@ fwknop-2.6.6 (04//2015):
- [server] Bug fix when compiled with --enable-udp-server to not include
pcap.h, which is likely not installed whenever libpcap is also not
installed. This bug was reported by Alexander Kozhevnikov.
- [android] (Dan Brooks) Contributed a patch for the Android client app to
add the definition of custom server udp port. This is similiar to the
--server-port argument offered by the main fwknop client.
- [test suite] Set AFL_HARDEN=1 to AFL fuzzing wrapper scripts. This
enables simple memory bug detection in AFL at the cost of a small
performance hit.
@@ -21,6 +24,8 @@ fwknop-2.6.6 (04//2015):
- [build] Add --enable-asan-support to autoconf configure script to enable
Google's Address Sanitizer (ASan) support. This feature is used during
the testing phase for new fwknop releases.
- [test suite] (Franck Joncourt) Added libfko unit tests with the CUnit
framework.
fwknop-2.6.5 (12/16/2014):
- [server] (Grant Pannell) Added a new access.conf variable "DESTINATION"