summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-04Jenkins: use build library from proper branch "equuleus"1.3.81.3.71.3.61.3.51.3.41.3.3-epa11.3.31.3.2equuleusChristian Poessinger
2020-06-23Jenkins: T2625: migrate to build libraryChristian Poessinger
2020-03-21Jenkins: T1870: support GitHub PullRequest buildsChristian Poessinger
2019-12-27Jenkins: make pipeline branch independentChristian Poessinger
2019-12-18Merge branch 'equuleus' of github.com:vyos/vyatta-zone into currentChristian Poessinger
* 'equuleus' of github.com:vyos/vyatta-zone: Jenkins: import Pipeline from vyos-1x commit bd00ec7 update Jenkins file for equuleus
2019-09-28Jenkins: import Pipeline from vyos-1x commit bd00ec7Christian Poessinger
2019-09-28Jenkins: import Pipeline from vyos-1x commit bd00ec7VyOS_1.2-2019Q4Christian Poessinger
2019-08-14update Jenkins file for equuleusUnicronNL
2019-05-22Create Jenkinsfile currentKim Hagen
2016-01-240.15+vyos2+current1debian/0.15+vyos2+current1lithiumKim Hagen
2015-12-16Fix build depends.Thomas Jepp
2015-06-230.15+vyos2+lithium3debian/0.15+vyos2+lithium3Alex Harpin
2015-06-23vyatta-zone: update dh_gencontrol with new development build flagAlex Harpin
2014-12-140.15+vyos2+lithium2debian/0.15+vyos2+lithium2Alex Harpin
2014-12-14Force releaseAlex Harpin
2014-12-020.15+vyos2+lithium1debian/0.15+vyos2+lithium1Alex Harpin
2014-12-02New branchAlex Harpin
2014-10-150.15+vyos1+helium2debian/0.15+vyos1+helium2heliumDaniil Baturin
2014-10-15Update maintainer address.Daniil Baturin
2014-02-150.15+vyos1+helium1vyos/1.1.0-beta1debian/0.15+vyos1+helium1Daniil Baturin
2014-02-15New branchDaniil Baturin
2013-11-170.15+hydrogen1debian/0.15+hydrogen1hydrogenDaniil Baturin
2013-11-17New branchDaniil Baturin
2013-06-100.15+daisy2debian/0.15+daisy2daisyJames Davidson
2013-05-22Enable generation of SNMP traps on zone-policy changesJames Davidson
2012-10-130.15+daisy1vyatta/VC6.6R1/i386vyatta/VC6.6R1/amd64debian/0.15+daisy1John Southworth
2012-10-13create daisy branchJohn Southworth
2012-10-120.15debian/0.15masterJohn Southworth
2012-10-12new branchJohn Southworth
2012-06-200.14debian/0.14John Southworth
2012-06-13Remove IPS from zoneJohn Southworth
2012-03-030.13debian/0.13Deepti Kulkarni
2012-03-03new branchDeepti Kulkarni
2012-01-060.12debian/0.12John Southworth
2012-01-06Bugfix: 7712 add zone-policy operational mode commandJohn Southworth
2012-01-06Add function to return zone policy information so that it may be easily ↵John Southworth
queried from the webgui and operational commands
2011-07-070.11debian/0.11Deepti Kulkarni
2011-07-07new branchDeepti Kulkarni
2011-06-160.10debian/0.10Mohit Mehta
2011-06-16Bug 7154 Priority inversion error when deleting zone policyMohit 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-100.9debian/0.9Mohit Mehta
2011-01-10Fix Bug 6292 iptables chain-name must be reduced to 28 characters maxMohit 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-280.8debian/0.8An-Cheng Huang
2010-12-28new branchAn-Cheng Huang
2010-10-190.7debian/0.7Mohit Mehta
2010-10-19add common functions to add/remove jump to localin and localout feature chainsMohit Mehta
2010-10-150.6debian/0.6Mohit Mehta
2010-10-15common functions to add/delete interface to/from v4 and v6 feature zone chainsMohit Mehta
2010-10-130.5debian/0.5Mohit Mehta
2010-10-13move common hashes and create/delete zone chain functions to zone libraryMohit Mehta