summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michael Rash [Tue, 28 Feb 2012 02:59:16 +0000]
bumped version to 1.0
Michael Rash [Tue, 28 Feb 2012 02:58:24 +0000]
Changes update for 1.0, minor addition of git links for perldoc material
Michael Rash [Tue, 28 Feb 2012 02:49:09 +0000]
Added 'ctstate' and 'state' keys to extended hashes for find_ip_rule() and add_ip_rule()
This commit fixes: https://rt.cpan.org/Ticket/Display.html?id=67614
Michael Rash [Mon, 27 Feb 2012 03:21:48 +0000]
Bug fix for missing IPTables::Parse dependency
Applied patch to fix missing IPTables::Parse dependency from the CPAN bug
tracking system here:
https://rt.cpan.org/Ticket/Display.html?id=43302
Michael Rash [Sun, 26 Feb 2012 19:12:00 +0000]
minor addition to include the test suite
Michael Rash [Sun, 26 Feb 2012 19:11:13 +0000]
bumped version to 0.9.9
Michael Rash [Sun, 26 Feb 2012 19:11:06 +0000]
added 0.9.9 changes
Michael Rash [Sun, 26 Feb 2012 19:00:32 +0000]
added 'extended' tests with tcp/80 and udp/53 rules
Michael Rash [Sun, 26 Feb 2012 18:59:49 +0000]
added material to cover ip6tables perldoc examples
Michael Rash [Sun, 26 Feb 2012 02:28:53 +0000]
added rule verification tests, update to catch 'lib' path errors w.r.t. IPTables::Parse
Michael Rash [Sun, 26 Feb 2012 02:28:14 +0000]
bugfix for defined hash test with 'keys', added 'normalize' hash key to find_ip_rule() input
Michael Rash [Sat, 25 Feb 2012 02:30:04 +0000]
updated to handle ip6tables
Michael Rash [Sat, 25 Feb 2012 02:28:46 +0000]
updated Makefile.PL to look for NetAddr::IP instead of the old Net::IPv4Addr module
Michael Rash [Sat, 25 Feb 2012 02:27:40 +0000]
added basic_tests.pl file to cycle through main IPTables::ChainMgr functionality
Michael Rash [Sat, 14 Jan 2012 18:27:00 +0000]
Bug fix from Miloslav Trmac for "Use of qw(...) as parentheses is deprecated" warnings
Recent versions of perl - anything after 5.14 - issue warnings for usage of
qw() within specific contexts. This commit (from Miloslav Trmac) fixes these
warnings as described at the following link:
https://bugzilla.redhat.com/show_bug.cgi?id=771781
Michael Rash [Sat, 14 Jan 2012 02:18:51 +0000]
minor copyright date update and typo fixes
Michael Rash [Sat, 14 Jan 2012 01:54:08 +0000]
initial import