Michael Rash
779029e8bb
doc update
2016-06-08 20:38:40 -04:00
Michael Rash
3686eab348
bump version numbers in preparation for 2.6.9 release
2016-06-08 17:12:37 -07:00
Jonathan Bennett
6db424999d
Add my email address to the man pages
2016-06-07 22:23:50 -05:00
Michael Rash
36f3564254
add material on Damien's NFQ support
2016-06-06 22:36:34 -04:00
Michael Rash
ae417e43bb
recognize Jonathan as a core developer
2016-06-06 20:23:46 -04:00
Michael Rash
0a439c1dc0
further GPLv2+ clarifications
2016-06-06 20:23:28 -04:00
Michael Rash
5f15119190
clarify GPL v2+ for the license per issue #222
2016-06-03 22:08:15 -04:00
Michael Rash
d7a51a19d4
clarify GPL license version for README, closes issue #222
2016-06-02 22:55:17 -04:00
Damien Stuart
d7ddbec962
Indicate GPL2+ in setup.py
2016-06-02 22:45:47 -04:00
Damien Stuart
a4879fdfc4
Added explicit GPL2 license text to the python module code files.
2016-06-02 22:36:59 -04:00
Michael Rash
dd1f05c030
Merge pull request #221 from oneru/master
...
[Server] slightly broadens FORWARD rule matching, disables rewriting …
2016-05-31 21:11:25 -04:00
Jonathan Bennett
a651b092cc
[Test suite] Typo fix
2016-05-30 14:33:19 -05:00
Jonathan Bennett
3d044a2d04
Minor wording change to error message
2016-05-30 14:32:33 -05:00
Jonathan Bennett
df47ed4ecd
[test suite] Modify test to work with iptables
2016-05-30 14:24:51 -05:00
Jonathan Bennett
d6b8205b2a
[Test suite] minor change to rerun-failed
2016-05-30 14:23:10 -05:00
Jonathan Bennett
8122e46bc7
[Test suite] rearranges processing of rerun-failed, handles options better
2016-05-30 09:19:58 -05:00
Jonathan Bennett
b5db9c66d3
[Server] Free the access list on invalid hostname, fixes memory leak.
2016-05-29 23:40:14 -05:00
Jonathan Bennett
67c46de9dd
Minor error message wording fix, also fixes test suite test
2016-05-29 20:07:12 -05:00
Jonathan Bennett
2d1568f413
[Test suite] Minor fix, prevent stall on slow systems
2016-05-29 18:02:49 -05:00
Jonathan Bennett
d448004f38
[Server] slightly broadens FORWARD rule matching, disables rewriting sport for snat
2016-05-29 14:13:53 -05:00
Jonathan Bennett
246d8a1db7
[Server] enable global fw variable even for access stanzas that enable command exec
2016-05-29 14:01:53 -05:00
Michael Rash
2937bc1058
[test suite] fix NAT DNS bad host check
2016-05-28 05:24:29 -07:00
Michael Rash
7f12fc72d1
[test suite] more NAT DNS coverage
2016-05-28 05:06:07 -07:00
Michael Rash
8514061681
[test suite] minor removal of comments
2016-05-28 04:41:01 -07:00
Michael Rash
3a10ccff4d
[test suite] NAT DNS test coverage fix
2016-05-28 04:39:04 -07:00
Michael Rash
8366e118e2
[server] negative testing for ENABLE_NAT_DNS
2016-05-27 23:33:13 -07:00
Michael Rash
919156fdf0
apply doc updates to man pages
2016-05-28 09:29:34 -04:00
Michael Rash
74ddbf63b2
minor documentation updates
2016-05-27 23:15:39 -07:00
Michael Rash
efd21281aa
minor README wording update, include Android link
2016-05-27 10:55:33 -07:00
Michael Rash
7573824d21
add fwknop-gui language and screenshot to main README
2016-05-27 10:08:36 -07:00
Jonathan Bennett
ac247bb738
[Test suite] Adds --rerun-failed description to help output
2016-05-26 23:49:12 -05:00
Michael Rash
6e54e9452a
[test suite] add ENABLE_RULE_PREPEND test
2016-05-26 19:21:07 -07:00
Jonathan Bennett
6a8a554851
[Test suite] Adds tests for invalid server and client cmd lines involving --key-gen
2016-05-26 10:07:23 -05:00
Jonathan Bennett
74d3515218
Removes a dead code path in client
...
A trio of checks were done two places, and the code path always went through both checks.
Since the program announced a fail and closed, the second set of checks could never be triggered.
2016-05-26 09:32:26 -05:00
Jonathan Bennett
d804ba33f5
[Test suite] Adds --no-rc-file tests
2016-05-25 21:21:48 -05:00
Jonathan Bennett
b0c0242054
[Test suite] Add a couple of tests for --no-home-dir
2016-05-25 09:31:06 -05:00
Jonathan Bennett
16dd3f4d32
[Test suite] Adds libfiu test to emulate failure in set_sig_handlers()
2016-05-24 22:02:42 -05:00
Jonathan Bennett
71cea19f3d
[Server] Respond to set signal handler failure with clean_exit
2016-05-24 22:00:21 -05:00
Michael Rash
d593779ecf
Merge branch 'master' of https://github.com/mrash/fwknop
2016-05-24 19:01:59 -07:00
Michael Rash
08c6a9d4e2
[test suite] trigger a couple of -p errors for code coverage
2016-05-24 19:00:58 -07:00
Jonathan Bennett
db1cdd2fea
[Server] Moves signal handling code to earlier in fwknopd initialization
...
Also serves to de-duplicate code slightly
2016-05-24 20:48:40 -05:00
Michael Rash
4122199139
[test suite] apply server output criteria in fault injection tests
2016-05-24 18:43:03 -07:00
Michael Rash
270d8bea62
[test suite] fault injection test for build_cmd() error path
2016-05-24 18:40:44 -07:00
Michael Rash
5194b4b69a
[test suite] minor test addition for sudo exec groups and code coverage
2016-05-23 19:24:40 -07:00
Jonathan Bennett
d329b6ab39
[Test suite] Adds workaround for Openssl not yet supporting SHA3 hmac
2016-05-22 22:46:01 -05:00
Michael Rash
04b80c2cb2
Merge pull request #220 from oneru/rerun-failed
...
[Test suite] Adds rerun-failed mode
2016-05-22 21:45:59 -04:00
Jonathan Bennett
5f6b339868
[Test suite] Adds rerun-failed mode
2016-05-22 11:13:08 -05:00
Michael Rash
231cca538d
[test suite] add missing config files for HMAC SHA3_256 tests
2016-05-21 18:04:00 -07:00
Michael Rash
a3adca69e1
[test suite] add HMAC SHA3_256 complete cycle test
2016-05-21 06:18:46 -07:00
Michael Rash
05ede9fe0d
[server] minor printf() -> log_msg() update
2016-05-21 06:17:28 -07:00