Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-03 | Turn on strict checking and fix warnings | Stephen Hemminger | |
Turn on strict checking and fix the resulting errors. Get rid of perlcritic warnings. | |||
2009-02-03 | Fix perlcritic warnings | Stephen Hemminger | |
Should not explicitly return undef | |||
2009-02-03 | Enable strict checking | Stephen Hemminger | |
Enable strict perl checking. | |||
2009-02-03 | Remove prototype | Stephen Hemminger | |
Perl prototypes are broken and should never be used (see Perl Best Practices). | |||
2009-02-03 | Fix call to returnValue that should be returnOrigValue. | Stig Thormodsrud | |
2009-02-02 | Add 1st pass of firewall group support (ipset netfilter module | Stig Thormodsrud | |
integration). | |||
2009-02-02 | Bugfix 4052: Support PPPOE over an ethernet VIF. | Bob Gilligan | |
2009-02-02 | Rever to specific IP version in help text. | Bob Gilligan | |
2009-01-30 | 0.13.7-1debian/0.13.7-1 | Mohit Mehta | |
2009-01-30 | Fix Bug 2741 ENH: filter based on ICMP Type/code by name | Mohit Mehta | |
2009-01-30 | 0.13.7debian/0.13.7 | Mohit Mehta | |
2009-01-29 | Use iptables comment to identify CLI rule numbers in iptables output | Mohit Mehta | |
2009-01-26 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-firewall into jenner | Bob Gilligan | |
2009-01-26 | Add support for IPv6 address ranges. | Bob Gilligan | |
2009-01-26 | 0.13.6debian/0.13.6 | Mohit Mehta | |
2009-01-26 | Fix Bug 2474 https://bugzilla.vyatta.com/show_bug.cgi?id=2474 | Mohit Mehta | |
2009-01-23 | 0.13.5debian/0.13.5 | Bob Gilligan | |
2009-01-23 | Bugfix 4062: Don't reference parameters outside the config tree. | Bob Gilligan | |
The AddressFilter module was reaching up the config tree to find a config parameter that was used to determine whether the address type was IPv4 or IPv6. This breaks when the functions are called from some locations in the config tree. I added explicity function calls to allow the caller to to set the IP version, obviating the need to reference a config parameter to determin the IP version. | |||
2009-01-22 | 0.13.4debian/0.13.4 | Bob Gilligan | |
2009-01-21 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-firewall into jenner | Bob Gilligan | |
2009-01-21 | Initial support for IPv6. | Bob Gilligan | |
2009-01-16 | 0.13.3debian/0.13.3 | Mohit Mehta | |
2009-01-16 | - Fix Bug 2223 Add rate rate limiting / burst limiting functions to the ↵ | Mohit Mehta | |
Vyatta firewall - Fix help strings for time-based firewall nodes | |||
2009-01-14 | Fix Bug 3653 Add the ability to configure time-based firewall rules | Mohit Mehta | |
- make available the option to use time with startdate and stopdate | |||
2009-01-14 | Fix Bug 3653 Add the ability to configure time-based firewall rules | Mohit Mehta | |
- add time options under 'firewall modify <> rule <>' | |||
2009-01-13 | 0.13.2debian/0.13.2 | Mohit Mehta | |
2009-01-13 | Fix Bug 3653 Add the ability to configure time-based firewall rules | Mohit Mehta | |
2009-01-08 | 0.13.1debian/0.13.1 | An-Cheng Huang | |
2008-12-22 | Fix 2563: Add firewall-rule specific disable configuration parameter. | Stig Thormodsrud | |
2008-12-20 | Fix 3626: Not all protocol numbers are accepted in firewall rules. | Stig Thormodsrud | |
2008-12-12 | "files" file should be removed before package build | An-Cheng Huang | |
2008-12-12 | update maintainer information | An-Cheng Huang | |
2008-12-10 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-firewall into jenner | Bob Gilligan | |
2008-12-09 | Warning are now enabled - don't reference undefined values. | Stig Thormodsrud | |
2008-12-09 | Cleanup firewall templates for readability. Update help strings to reflect ↵ | Bob Gilligan | |
IPv4. | |||
2008-12-08 | Convert to use Vyatta:: | Stig Thormodsrud | |
2008-12-03 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-12-03 | add ipp2p config options | An-Cheng Huang | |
2008-12-03 | fix for perl module reorganization | An-Cheng Huang | |
2008-11-25 | 3.2.0vyatta/3.2.0debian/0.13 | Mark O'Brien | |
2008-11-25 | Fix reference to Vyatta::Misc | Stephen Hemminger | |
Add reference line to pick up getPortRuleString. | |||
2008-11-24 | Convert VyattaConfig to Vyatta::Config | Stephen Hemminger | |
2008-11-24 | Convert to Vyatta::Config | Stephen Hemminger | |
Also move AddressFilter here because install is too stupid to handle directory hierarchy for perl. | |||
2008-11-21 | Rename VyattaIpTablesRule to Vyatta::IpTables::Rule | Stephen Hemminger | |
2008-11-19 | add support for development build | An-Cheng Huang | |
2008-10-15 | Bugfix: 3684 | Bob Gilligan | |
Add firewall configuration parameters for ADSL bridged ethernet encapsulation. | |||
2008-09-19 | add firewall hooks for ethernet bonding | Stephen Hemminger | |
2008-08-26 | Merge branch 'hollywood' into islavista | rbalocca | |
2008-08-21 | fix for bug 3622: add pre-SNAT hook | An-Cheng Huang | |
2008-08-21 | fix for bug 3604: add fragment matching options | An-Cheng Huang | |