summaryrefslogtreecommitdiff
path: root/src/iptables.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-13iptables: A file descriptor cannot be a nagative integerDanny Jeongseok Seo1-1/+2
2012-10-15iptables: Ignore module loading errorJukka Rissanen1-6/+7
2012-08-14iptables: Load table at the right placesTomasz Bursztyka1-9/+27
2012-08-14iptables: Refactor default return code usageTomasz Bursztyka1-9/+7
2012-05-09iptables: Remove dead assignmentHenrique Dante de Almeida1-1/+1
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-02-13iptables: Mask address when parsing ip/prefixlenDaniel Wagner1-0/+1
2012-02-13iptables: Fix rule insertion in a builtin chainTomasz Bursztyka1-1/+4
2012-02-13iptables: Parse also netmask for src/dst addressesDaniel Wagner1-9/+38
2012-02-03iptables: add capability to check for an existing ruleTomasz Bursztyka1-5/+45
2012-02-03iptables: refactor how an existing rule is foundTomasz Bursztyka1-13/+40
2012-01-25iptables: Avoid NULL pointer dereference in table_cleanup()Daniel Mack1-0/+3
2012-01-05iptables: Small improvements on ipatables_init()Flávio Ceolin1-7/+6
2011-11-14iptables: Initiate defined table before working on itTomasz Bursztyka1-5/+13
2011-10-31iptables: Fix xtables API version issuesTomasz Bursztyka1-4/+35
2011-10-28iptables: Support builtin chain policies changesTomasz Bursztyka1-3/+50
2011-10-28iptables: Disable getopt unknown option displayTomasz Bursztyka1-0/+3
2011-10-28iptables: Support for rule matches listTomasz Bursztyka1-21/+23
2011-10-28iptables: Finalize matches extensions setupTomasz Bursztyka1-0/+4
2011-10-28iptables: Add extensions options parsing for matchesTomasz Bursztyka1-2/+24
2011-10-28iptables: Finalize target extensions setupTomasz Bursztyka1-0/+3
2011-10-28iptables: Add extensions options parsing for targetTomasz Bursztyka1-8/+9
2011-10-28iptables: Add x6_options matches handlingTomasz Bursztyka1-5/+17
2011-10-28iptables: Add x6_options target handlingTomasz Bursztyka1-2/+12
2011-10-28iptables: Move target and matches preparation routinesTomasz Bursztyka1-7/+8
2011-10-28iptables: Support matches rule list loadingTomasz Bursztyka1-3/+5
2011-10-28iptables: Refactor matches preparationTomasz Bursztyka1-26/+48
2011-10-28iptables: Move target options merge to prepare_targetTomasz Bursztyka1-11/+14
2011-10-28iptables: Code preparation for option handlingTomasz Bursztyka1-24/+24
2011-10-25core: Add SOCK_CLOEXEC to socket()Daniel Wagner1-1/+1
2011-09-29iptables: Copyright year updateTomasz Bursztyka1-1/+1
2011-09-29iptables: Tiny indentation fixTomasz Bursztyka1-6/+4
2011-09-29iptables: Adding capability to load necessary modulesTomasz Bursztyka1-1/+16
2011-09-29iptables: Rule deletion capability addedTomasz Bursztyka1-5/+206
2011-09-29iptables: Factorization of target reference updateTomasz Bursztyka1-14/+23
2011-09-29iptables: Refactoring how jumps are handledTomasz Bursztyka1-65/+82
2011-09-29iptables: Fixing target reference updateTomasz Bursztyka1-3/+3
2011-09-29iptables: Renaming add into appendTomasz Bursztyka1-3/+2
2011-09-29iptables: Adding capability to insert a ruleTomasz Bursztyka1-7/+57
2011-09-29iptables: Code factorization for rule inclusionTomasz Bursztyka1-14/+33
2011-09-29iptables: Fix memory leakTomasz Bursztyka1-2/+6
2011-09-29iptables: Small indentation fixTomasz Bursztyka1-2/+2
2011-09-29iptables: Adding capability to delete user-defined chainsTomasz Bursztyka1-3/+49
2011-09-29iptables: Added helper function to remove table entryTomasz Bursztyka1-7/+17
2011-09-29iptables: find_chain_head/find_chain_tail code factorizationTomasz Bursztyka1-25/+3
2011-07-21iptables: Work around API breakage introduced in iptables 1.4.11Stefan Schmidt1-2/+10
2011-02-08iptables: Fix uninitialised use of entry_returnKalle Valo1-3/+4
2011-01-22Add debug infoLi Jian1-0/+2
2010-12-29Fix memory leaks in iptables libraryLeena Gunda1-0/+2
2010-11-16iptables: Fix build failure against 2.6.37-rc1 headersSamuel Ortiz1-5/+5