summaryrefslogtreecommitdiff
path: root/src/iptables.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-22iptables: Merge clear_tables_flags() and reset_xtables()Daniel Wagner1-25/+19
2013-02-22iptables: Free table pointerDaniel Wagner1-1/+3
2013-02-22iptables: Free match rulesDaniel Wagner1-0/+9
2013-02-22iptables: Reset pointer after freeingDaniel Wagner1-2/+6
2013-02-22iptables: Reinitialize global parser tableDaniel Wagner1-2/+16
2013-02-22iptables: Free xtables entry when removing one entry from the tableDaniel Wagner1-2/+3
2013-02-18iptables: Cannot flush all rules without API to set themPatrik Flykt1-10/+2
2013-02-12iptables: Update the hook entries correctly in iptables_delete_rule()Daniel Wagner1-3/+8
2013-02-12iptables: Test if match and target arguments are also the sameDaniel Wagner1-1/+21
2013-02-12iptables: Fix fallthrough rulesDaniel Wagner1-0/+21
2013-02-12iptables: Remove unused __connman_iptables_command()Daniel Wagner1-462/+0
2013-02-12iptables: Add split out iptables commandsDaniel Wagner1-0/+511
2013-02-12iptables: Flush 'filter' 'mangle' and 'nat' tableDaniel Wagner1-1/+60
2013-02-12iptables: Add CONNMAN_IPTABLES_DEBUG environment variableDaniel Wagner1-30/+84
2013-02-12iptables: Remove dependency on table in iterator_entries_cb_tDaniel Wagner1-24/+14
2013-02-12iptables: Do not pass table into dump_match() and dump_target()Daniel Wagner1-8/+5
2013-02-12iptables: Get rid of the iterator macroDaniel Wagner1-57/+60
2013-02-12iptables: Clear global parser flagsDaniel Wagner1-0/+20
2013-02-12iptables: Make string arguments constDaniel Wagner1-23/+30
2013-02-12iptables: Add some documentationDaniel Wagner1-0/+90
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