Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-06 | Fix help text for firewall interface rules | Stephen Hemminger | |
Bug 6111 Don't use "Set inbound" instead use "Inbound" | |||
2010-12-03 | 0.13.37debian/0.13.37 | Stephen Hemminger | |
2010-12-03 | Fix help text in generated templates | Stephen Hemminger | |
Do not use verb (Set) in help text. Do not put date on generated templates (no useful value). | |||
2010-11-29 | 0.13.36debian/0.13.36 | Stig Thormodsrud | |
2010-11-29 | Fix 6442: Request to remove "Error: ipt_disable_conntrack failed to find | Stig Thormodsrud | |
Don't print scary messages when trying to delete something thats not there. | |||
2010-11-29 | 0.13.35debian/0.13.35 | Stig Thormodsrud | |
2010-11-29 | Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg-firewall into ↵ | Stig Thormodsrud | |
mendocino | |||
2010-11-29 | Show if logging is enabled on the default action. | Stig Thormodsrud | |
2010-11-24 | 0.13.34debian/0.13.34 | Stephen Hemminger | |
2010-11-24 | Merge branch 'mendocino' of vm:rel/vyatta-cfg-firewall into mendocino | Stephen Hemminger | |
2010-11-24 | Use regex to test for name length rather than wc program | Stephen Hemminger | |
More efficient to use shell pattern match to test for name length. | |||
2010-11-16 | 0.13.33debian/0.13.33 | Michael Larson | |
2010-11-16 | Updated to change in error location api. | Michael Larson | |
2010-11-11 | 0.13.32debian/0.13.32 | Mohit Mehta | |
2010-11-11 | Fix Bug 6421 cannot set content-inspection in the same | Mohit Mehta | |
direction for two or more interfaces * invoke all iptables commands using sudo in the Mgr module. also fixes this bug where chain_referenced was returning wrong value due to permissions issue | |||
2010-10-30 | 0.13.31debian/0.13.31 | Stig Thormodsrud | |
2010-10-30 | Fix 5247: Firewall groups CLI becomes out of sync with ipset when sets and ↵ | Stig Thormodsrud | |
deletes are contained within a single commit | |||
2010-10-19 | 0.13.30debian/0.13.30 | Mohit Mehta | |
2010-10-19 | add local hook setup/tear for filter table similar to in|out hooks | Mohit Mehta | |
2010-10-19 | use single variable to reference firewall IN and OUT hooks | Mohit Mehta | |
2010-10-15 | 0.13.29debian/0.13.29 | Stig Thormodsrud | |
2010-10-15 | Change snort queue target use default queue. | Stig Thormodsrud | |
2010-10-15 | 0.13.28debian/0.13.28 | Stig Thormodsrud | |
2010-10-15 | Fix 6296: "iptables: No chain..." message when committing the firewall group ↵ | Stig Thormodsrud | |
configuration. - redirect stderr | |||
2010-10-15 | 0.13.27debian/0.13.27 | root | |
2010-10-15 | missing paren | root | |
2010-10-15 | 0.13.26debian/0.13.26 | root | |
2010-10-15 | additional errors w/ location of error. | root | |
2010-10-14 | 0.13.25debian/0.13.25 | Stig Thormodsrud | |
2010-10-14 | Add Iptables::Mgr route to get queue target. | Stig Thormodsrud | |
2010-10-11 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-firewall into ↵ | Stephen Hemminger | |
mendocino | |||
2010-10-11 | Use Sys::Syslog to avoid calling logger excessively | Stephen Hemminger | |
2010-10-07 | 0.13.24debian/0.13.24 | Stephen Hemminger | |
2010-10-07 | Fix dependency on virtual-package | Stephen Hemminger | |
When a package has dependency on virtual-package it also needs to declare a real package as first alternative to keep build daemons happy. | |||
2010-10-07 | Fix dependency on sysklogd | Stephen Hemminger | |
The Vyatta packages should not depend on which package provides syslog service, only that it exists. This allows replacing sysklogd with rsyslog or syslog-ng. | |||
2010-10-01 | 0.13.23debian/0.13.23 | Mohit Mehta | |
2010-10-01 | move chain_referenced function to Mgr.pm module | Mohit Mehta | |
2010-09-21 | 0.13.22debian/0.13.22 | Mohit Mehta | |
2010-09-21 | * move count_iptables_rule to Iptables::Mgr and update it's usage | Mohit Mehta | |
2010-09-21 | 0.13.21debian/0.13.21 | Mohit Mehta | |
2010-09-21 | * separate out post fw hooks for IN, FWD, OUT. Use count_iptables_rule from lib | Mohit Mehta | |
2010-09-13 | 0.13.20debian/0.13.20 | Mohit Mehta | |
2010-09-13 | rename existing file no matter what; don't need the -n flag | Mohit Mehta | |
2010-09-13 | 0.13.19debian/0.13.19 | Mohit Mehta | |
2010-09-13 | Fix bug 6149 Warning on boot because of modprobe config file names | Mohit Mehta | |
* rename existing files instead of removing em. rename sip option file as well | |||
2010-09-13 | 0.13.18debian/0.13.18 | Mohit Mehta | |
2010-09-13 | Fix Bug 6149 Warning on boot because of modprobe config file names | Mohit Mehta | |
* add .conf suffix to files in /etc/modprobe.d * remove old files without the suffix [from a previous release] during upgrade | |||
2010-09-10 | 0.13.17debian/0.13.17 | Mohit Mehta | |
2010-09-10 | Fix Bug 5309 Allow modifyining TCP MSS option | Mohit Mehta | |
* add the ability to modify TCP MSS value using modify|ipv6-modify rulesets | |||
2010-09-08 | 0.13.16debian/0.13.16 | An-Cheng Huang | |