summaryrefslogtreecommitdiff
path: root/src/iptables.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-08[connman] Fixed derefrencing of NULL pointer.Niraj Kumar Goit1-0/+4
2016-03-08iptables: Fix memory leakNiraj Kumar Goit1-1/+3
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+0
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-185/+194
2013-05-31iptables: Fix memory leak when invoking xtables_find_matchDaniel Wagner1-12/+34
2013-03-25iptables: Add chain iteratorDaniel Wagner1-32/+14
2013-03-25iptables: Add __connman_iptables_insert()Daniel Wagner1-0/+74
2013-03-25iptables: Prepare rule to be inserted or appendedDaniel Wagner1-3/+4
2013-03-18iptables: Allocated memory blocks are already zerod outDaniel Wagner1-4/+0
2013-03-18iptables: Factor out duplicated update hook codeDaniel Wagner1-33/+27
2013-03-18iptables: Fix invalid access to list after removing first ruleDaniel Wagner1-6/+16
2013-03-18iptables: Rename pre_load_table() to get_table()Daniel Wagner1-12/+10
2013-03-18iptables: Improve debug log outputDaniel Wagner1-4/+17
2013-03-18iptables: Lookup in table hash before module loadingDaniel Wagner1-10/+14
2013-03-18iptables: Use glib function for string operationsDaniel Wagner1-31/+31
2013-03-18iptables: Drop support for xtables < 1.4.11Daniel Wagner1-71/+0
2013-03-18iptables: Add __connman_iptables_dump()Daniel Wagner1-0/+15
2013-03-07iptables: Fix rule appendingDaniel Wagner1-9/+6
2013-03-07iptables: Valid policies are only ACCEPT and DROPDaniel Wagner1-1/+6
2013-03-07iptables: Fix setting policyDaniel Wagner1-1/+6
2013-03-07iptables: Always update options tableDaniel Wagner1-4/+0
2013-03-07iptables: Do not flush in the wrong orderDaniel Wagner1-0/+8
2013-03-07iptables: Fix and refactor iterate_entries()Daniel Wagner1-25/+46
2013-03-07iptables: Fix is_fallthrough() checkDaniel Wagner1-2/+6
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