4ecbcba77cbumped version to 2.0
Michael Rash
2012-01-02 17:47:01 -05:00
9dae73d972added FKO_CHECK_COMPILER_ARG_LDFLAGS_ONLY to fix ro-relocations and immediate binding protection compliation warnings on FreeBSD
Michael Rash
2012-01-02 15:26:42 -05:00
6f6a9d727dminor test suite update to look for linker warnings in a more generic way
Michael Rash
2012-01-02 15:25:35 -05:00
1bd2592d15minor test suite addition to check for linker input file warnings
Michael Rash
2012-01-02 15:10:55 -05:00
a6a6a004d4bumped version to 2.0
Michael Rash
2012-01-02 11:29:16 -05:00
aff8832d66Refactored configure.ac to use a custom macro for compiler flag checks. Set version to 2.0 (non-release candidate). Minor typo fixes.
Damien S. Stuart
2011-12-29 14:19:16 -05:00
99b1a48756updated copyright and license statement - fwknop is GPL software
Michael Rash
2011-12-12 20:41:39 -05:00
7ac5319847minor addition of the local_spa.key file for 'make dist'
Michael Rash
2011-12-05 22:23:00 -05:00
7a231a3b72added local_spa.key file
Michael Rash
2011-12-05 22:21:31 -05:00
3d0ceccf65added local_spa.key file
Michael Rash
2011-12-05 22:20:39 -05:00
710f98a9b5minor addition of the CREDITS file for 'make dist'
Michael Rash
2011-12-05 22:16:38 -05:00
9bcd7cb137Added the CREDITS file for 'make dist'
Michael Rash
2011-12-05 22:16:03 -05:00
3b2ec921bechange log doc updates
Michael Rash
2011-12-05 22:11:58 -05:00
474a18b57dAdded various files to Makefile.am so that 'make dist' continues to work
Michael Rash
2011-12-05 22:10:47 -05:00
9e884e9759added SPA packet aging tests
Michael Rash
2011-11-22 22:56:48 -05:00
72a4353fd8bug fix to exclude SPA packets with timestamps in the future that are too great (old packets were properly excluded already)
Michael Rash
2011-11-22 22:56:36 -05:00
644b9e9432added test for --test mode in the fwknop client
Michael Rash
2011-11-22 22:40:26 -05:00
0015da4442bug fix to honor the fwknop client --time-offset-plus and --time-offset-minus options
Michael Rash
2011-11-22 22:34:10 -05:00
05b189ff4fadded DNAT mode tests, minor memory leak fix in NAT mode, added fwknopd check for ENABLE_IPT_FORWARDING variable before attempting NAT access
Michael Rash
2011-11-22 22:13:27 -05:00
dd2deec73dadded tests for various access.conf variables
Michael Rash
2011-11-18 23:23:50 -05:00
63498c9032added IP/subnet match tests, added --Anonymize-results mode
Michael Rash
2011-11-17 21:17:50 -05:00
34cd0c7a78simplified the client/server interaction code, started on IP filtering tests, added spoof username tests
Michael Rash
2011-11-15 21:45:51 -05:00
3d94aaa920minor test wording consolidation
Michael Rash
2011-11-10 22:54:25 -05:00
50b48147c0This commit fixes two memory leaks and adds a common exit function.
Michael Rash
2011-11-10 22:33:32 -05:00
9ebd55f522remove CMD timestamps for --diff mode
Michael Rash
2011-11-10 22:33:00 -05:00
9e19b8bc26added --diff mode to the test suite to compare results from one execution to the next
Michael Rash
2011-11-06 13:51:23 -05:00
a5a3c06ef2consolidated several test functions into a single generic_exec() function
Michael Rash
2011-11-04 23:46:31 -04:00
f41a26b389Fixed fwknopd memory leak, several other fixes and updates
Michael Rash
2011-11-03 22:15:19 -04:00
97a8d751c1added complete SPA cycle tests for tcp ports 23 and 9418 (git), and for udp 53 dns
Michael Rash
2011-10-30 22:14:00 -04:00
044ea54d93updated client SPA verbose message to include the server IP/host
Michael Rash
2011-10-29 23:49:29 -04:00
8e4b45dd56minor looping criteria update for valgrind tests
Michael Rash
2011-10-29 23:48:42 -04:00
ea3e817871[test-suite] added the ability to run all fwknop tests through valgrind
Michael Rash
2011-10-29 16:59:57 -04:00
f999e2e672bugfix to return preprocess_spa_data() result properly to calling function
Michael Rash
2011-10-29 16:55:28 -04:00
b1b830f744update to remove packet direction requirement when sniffing on OpenBSD loopback interfaces
Michael Rash
2011-10-28 23:01:06 -04:00
cde71b1b27minor whitespace removal
Michael Rash
2011-10-28 23:00:26 -04:00
dbbbe60fe4added stack protection detection for OpenBSD systems
Michael Rash
2011-10-28 22:59:52 -04:00
2e96ece4b0Update to ensure libfko.so path is detected properly on OpenBSD
Michael Rash
2011-10-28 22:42:27 -04:00
464dbe95d0Update to print all firewall commands in --verbose mode
Michael Rash
2011-10-27 21:51:55 -04:00
6388e8ac7fadded 'const' to function prototype vars where possible
Michael Rash
2011-10-25 21:00:40 -04:00
85377267e2compiler warning fix for sscanf() on freebsd
Michael Rash
2011-10-24 21:52:13 -04:00
1c6fc0f3f8update to detect loopback interface
Michael Rash
2011-10-24 20:48:56 -04:00
3299fb2581minor whitespace removal
Michael Rash
2011-10-24 20:48:20 -04:00
c9860811f5added LD_LIBRARY_PATH to all fwknop/fwknopd commands to make manual command execution easier
Michael Rash
2011-10-22 22:29:27 -04:00
50bcc537eeadded digest cache validation after GPG tests
Michael Rash
2011-10-22 22:06:00 -04:00
1b8606461cminor update to match include/exclude criteria on the whole test message
Michael Rash
2011-10-22 21:54:22 -04:00
9e3a4b4c92extended packet validity tests in GPG mode
Michael Rash
2011-10-22 21:29:44 -04:00
09e6ed1405added first GPG complete cycle SPA test
Michael Rash
2011-10-22 16:48:30 -04:00
2d9dbe1fcaminor whitespace removal
Michael Rash
2011-10-22 15:19:54 -04:00
e4f4ee7825added test to validate digest.cache structure
Michael Rash
2011-10-22 14:25:56 -04:00
266150218aadded -P bpf test for complete SPA cycle over non standard SPA port
Michael Rash
2011-10-22 10:57:25 -04:00
0ab39a64a5added -P bpf filter test
Michael Rash
2011-10-22 10:48:37 -04:00
6848983b47added Rijndael SPA validity tests
Michael Rash
2011-10-21 23:43:08 -04:00
081b58d951added rule timeout detection
Michael Rash
2011-10-21 23:13:24 -04:00
9b816ed29aadded replay attack detection test
Michael Rash
2011-10-21 22:55:45 -04:00
0bda4ee1e5minor removal of whitespace
Michael Rash
2011-10-21 22:54:49 -04:00
caf458ad3fadded first complete SPA cycle test
Michael Rash
2011-10-20 23:33:41 -04:00
44598fd7ddAdded --digest-file and --pid-file args
Michael Rash
2011-10-20 23:31:59 -04:00
6f699f7e5dadded client/server interaction test capability
Michael Rash
2011-10-20 00:06:58 -04:00
b8571bcc05Minor PID string length fix
Michael Rash
2011-10-18 21:28:38 -04:00
0e7a0e9a37Added --fw-list-all and --fw-flush
Michael Rash
2011-10-17 23:03:28 -04:00
e479e776dbAdded usage of sudo for recompilation test
Michael Rash
2011-10-17 22:55:01 -04:00
11c240c41bminor update to allow fw rules to be dumped before parsing the access.conf file
Michael Rash
2011-10-13 22:44:35 -04:00
e36c833f55minor whitespace fixes
Michael Rash
2011-10-13 22:02:21 -04:00