Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-04 | Jenkins: use build library from proper branch "equuleus"1.3.81.3.71.3.61.3.51.3.41.3.3-epa11.3.31.3.2equuleus | Christian Poessinger | |
2020-06-23 | Jenkins: T2625: migrate to build library | Christian Poessinger | |
2020-03-21 | Jenkins: T1870: support GitHub PullRequest builds | Christian Poessinger | |
2019-12-27 | Jenkins: make pipeline branch independent | Christian Poessinger | |
2019-12-18 | Merge branch 'equuleus' of github.com:vyos/vyatta-zone into current | Christian Poessinger | |
* 'equuleus' of github.com:vyos/vyatta-zone: Jenkins: import Pipeline from vyos-1x commit bd00ec7 update Jenkins file for equuleus | |||
2019-09-28 | Jenkins: import Pipeline from vyos-1x commit bd00ec7 | Christian Poessinger | |
2019-09-28 | Jenkins: import Pipeline from vyos-1x commit bd00ec7VyOS_1.2-2019Q4 | Christian Poessinger | |
2019-08-14 | update Jenkins file for equuleus | UnicronNL | |
2019-05-22 | Create Jenkinsfile current | Kim Hagen | |
2016-01-24 | 0.15+vyos2+current1debian/0.15+vyos2+current1lithium | Kim Hagen | |
2015-12-16 | Fix build depends. | Thomas Jepp | |
2015-06-23 | 0.15+vyos2+lithium3debian/0.15+vyos2+lithium3 | Alex Harpin | |
2015-06-23 | vyatta-zone: update dh_gencontrol with new development build flag | Alex Harpin | |
2014-12-14 | 0.15+vyos2+lithium2debian/0.15+vyos2+lithium2 | Alex Harpin | |
2014-12-14 | Force release | Alex Harpin | |
2014-12-02 | 0.15+vyos2+lithium1debian/0.15+vyos2+lithium1 | Alex Harpin | |
2014-12-02 | New branch | Alex Harpin | |
2014-10-15 | 0.15+vyos1+helium2debian/0.15+vyos1+helium2helium | Daniil Baturin | |
2014-10-15 | Update maintainer address. | Daniil Baturin | |
2014-02-15 | 0.15+vyos1+helium1vyos/1.1.0-beta1debian/0.15+vyos1+helium1 | Daniil Baturin | |
2014-02-15 | New branch | Daniil Baturin | |
2013-11-17 | 0.15+hydrogen1debian/0.15+hydrogen1hydrogen | Daniil Baturin | |
2013-11-17 | New branch | Daniil Baturin | |
2013-06-10 | 0.15+daisy2debian/0.15+daisy2daisy | James Davidson | |
2013-05-22 | Enable generation of SNMP traps on zone-policy changes | James Davidson | |
2012-10-13 | 0.15+daisy1vyatta/VC6.6R1/i386vyatta/VC6.6R1/amd64debian/0.15+daisy1 | John Southworth | |
2012-10-13 | create daisy branch | John Southworth | |
2012-10-12 | 0.15debian/0.15master | John Southworth | |
2012-10-12 | new branch | John Southworth | |
2012-06-20 | 0.14debian/0.14 | John Southworth | |
2012-06-13 | Remove IPS from zone | John Southworth | |
2012-03-03 | 0.13debian/0.13 | Deepti Kulkarni | |
2012-03-03 | new branch | Deepti Kulkarni | |
2012-01-06 | 0.12debian/0.12 | John Southworth | |
2012-01-06 | Bugfix: 7712 add zone-policy operational mode command | John Southworth | |
2012-01-06 | Add function to return zone policy information so that it may be easily ↵ | John Southworth | |
queried from the webgui and operational commands | |||
2011-07-07 | 0.11debian/0.11 | Deepti Kulkarni | |
2011-07-07 | new branch | Deepti Kulkarni | |
2011-06-16 | 0.10debian/0.10 | Mohit Mehta | |
2011-06-16 | Bug 7154 Priority inversion error when deleting zone policy | Mohit Mehta | |
* Inverted Zone priorities to comply with new commit implementation. Previously, Zone priorities were: 245 zone-policy/zone/node.tag/from # after firewall, content-inspection 250 zone-policy # after zone-policy/zone/node.tag/from/ Now, Zone priorities look like this: 250 zone-policy # after firewall, content-inspection 251 zone-policy/zone/node.tag/from # after zone-policy This required an in-depth look at all zone-policy templates and all of Zone FW and IPS code to make sure that all of the different combinations of actions under zone-policy still work right. The combination of actions that needed most attention are the ones where actions in one priority are executed in the same commit as actions in other priority. Example "deleting the only interface in a zone and also, modifying firewall ruleset from that zone to another zone and deleting content-inspection from that zone to another zone" vyatta@vDUT-5# compare [edit zone-policy zone dmz] -interface eth0 [edit zone-policy zone lan from dmz] -content-inspection { - enable -} [edit zone-policy zone lan from dmz firewall] >name allow_all_another [edit] | |||
2011-01-10 | 0.9debian/0.9 | Mohit Mehta | |
2011-01-10 | Fix Bug 6292 iptables chain-name must be reduced to 28 characters max | Mohit Mehta | |
* change syntax check to limit zone names to 18 chars [10 chars are reserved for underneath zone chain names] and bump zone cfg-version to enable config migration (cherry picked from commit 8c1a5d7f9664fad5488e463d16f7587d7ebb385a) | |||
2010-12-28 | 0.8debian/0.8 | An-Cheng Huang | |
2010-12-28 | new branch | An-Cheng Huang | |
2010-10-19 | 0.7debian/0.7 | Mohit Mehta | |
2010-10-19 | add common functions to add/remove jump to localin and localout feature chains | Mohit Mehta | |
2010-10-15 | 0.6debian/0.6 | Mohit Mehta | |
2010-10-15 | common functions to add/delete interface to/from v4 and v6 feature zone chains | Mohit Mehta | |
2010-10-13 | 0.5debian/0.5 | Mohit Mehta | |
2010-10-13 | move common hashes and create/delete zone chain functions to zone library | Mohit Mehta | |