summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2012-09-10re-order src/dest rules if multiport usedGaurav Sinha
2012-09-108325: do port check on negated protocol inputGaurav Sinha
2012-09-10fixing 8338: support multiport options in conntrack timeoutsGaurav Sinha
2012-09-04Fixing rule minimal checks, fixing tcp / udp checksGaurav Sinha
2012-08-29Fix 8308, use C version of vyatta-validate-type, also fixing handling ↵Gaurav Sinha
negation as per iptables in script
2012-08-07Fixed protocols allowed script, use same as NAT, fixed protocol parsingGaurav Sinha
2012-08-07fix rule deletion and modificationGaurav Sinha
2012-08-07fixing rule creationGaurav Sinha
2012-08-06Initial conntrack-ignore rule handling script.Gaurav Sinha
2012-06-07re-factored deletion code, disabling module scripts fixedGaurav Sinha
2012-06-06Merge branch 'user_space_helpers' into pacificaGaurav Sinha
Conflicts: lib/Vyatta/Conntrack/ConntrackUtil.pm
2012-05-14change default behavior, added vyatta-cthelper.plGaurav Sinha
2012-04-09fixing bug 7861, resolve protocol name from /etc/protocols.Gaurav
2012-03-23introducing CT_TIMEOUT chain with related fixes.Gaurav
2012-03-20Merge branch 'cttimeout_pacifica' into oxnardGaurav
Brings in the changes needed for connection tracking timeouts per connection. Conflicts: .frlog debian/changelog
2012-03-17delete nfct fixed, use only policy name, modified deletion functionGaurav Sinha
2012-03-16fixed generic timeout, udp stream->replied and other->unreplied, fixed bug ↵Gaurav Sinha
with protocol string comparision
2012-03-16use add instead of create, use inet, pre-pend protocol to iptables ruleGaurav Sinha
2012-03-16add run_cmd function with error checkingGaurav
(cherry picked from commit 10cd7d81497d87aed44287244f112990768cdfe2)
2012-03-16adding apply/remove policy function, still dummyGaurav
(cherry picked from commit bc000f9a538e67545dd7b1edb49385e158067639)
2012-03-16Adding deletion, error handling etc.Gaurav
(cherry picked from commit 6a59a800acf9a9f6a21677e6187a33647ceb3539)
2012-03-16Error checks for ports with other/icmp, as not allowedGaurav
(cherry picked from commit 8059ed8d3cfa033dc6b48e79dd66cdcd1ecc5ae9)
2012-03-16Fixing nfct-command string:only modified timer is included in the commandGaurav
(cherry picked from commit 9e17315753bb98c677ec5b11c9e52f6a9f5d80a8)
2012-03-16Add function to create nfct-timeout policyGaurav
(cherry picked from commit d15993bc83942d5841886c0f290430530b009174)
2012-03-16changing structure of hashes kept for timeoutsGaurav
(cherry picked from commit 3fd99241f39f7482e35c0d4e4a91342fd8d9d4ad)
2012-03-16adding various timers in custom rule templateGaurav
(cherry picked from commit ebae932dd450c23d90d1f9d497e2715af535577f)
2012-03-16modified to use AddressFilter from IpTablesGaurav
(cherry picked from commit 1392750b600cec991e24e7ab0cc211c621e4430a)
2012-03-16removing AddressFilterCT.pmGaurav
(cherry picked from commit 796fc0e8654683733a473f46d3029032bc648f05)
2012-03-16Removing newly added file AddressFilterCT.pm.Gaurav
(cherry picked from commit 0ccdf73e1f7211aed9df214a65f8e953dbfdef42)
2012-03-16Adding rule and address setup/parsing librariesGaurav
(cherry picked from commit 2f59f3ef67d70981ff0501868d5ea206eb9359ae)
2011-12-19Improved validation of command syntax.Deepti Kulkarni
Resolved a typo.
2011-12-16Resolved merge errors from Makefile.Deepti Kulkarni
Moved ConntrackUtil.pm to Conntrack dir. Bug fix for 7676 for conntrack logging.
2011-12-15Bug 7676: including unstaged changes for 7677Gaurav Sinha
2011-12-15Bug 7676: including unstaged changes for 7677Gaurav Sinha
2011-12-13Bug fix 7397 - Conntrack log creation and deletion.Deepti Kulkarni