summaryrefslogtreecommitdiff
path: root/src/iptables.c
Commit message (Expand)AuthorAgeFilesLines
* iptables: Add missing function item of xtables to match iptables 1.6Wu Zheng2016-01-281-0/+3
* iptables: Fix possible memory leakNiraj Kumar Goit2016-01-281-1/+3
* iptables: Add basic --protocol parser supportDaniel Wagner2015-08-141-2/+14
* iptables: Keep the current counter values on changesThiemo van Engelen2015-04-301-13/+60
* src: Update copyright year(s)Patrik Flykt2014-03-111-1/+1
* iptables: Remove dead codeDaniel Wagner2013-11-291-5/+0
* iptables: iptables_replace returns the wrong error codeTysen Moore2013-10-301-3/+14
* iptables: Alignment fixesJukka Rissanen2013-08-261-12/+13
* core: Fix overlong lineDaniel Wagner2013-08-071-2/+4
* core: Do not compare expression against NULLDaniel Wagner2013-08-071-105/+103
* core: Whitespace cleanupDaniel Wagner2013-07-231-10/+11
* core: Convert to stdbool with coccinelleDaniel Wagner2013-07-231-53/+53
* shared/util: Move cb_data_new() helpers to util headerDaniel Wagner2013-07-021-0/+1
* iptables: Fix memory leak when invoking xtables_find_matchDaniel Wagner2013-05-311-12/+34
* iptables: Add chain iteratorDaniel Wagner2013-03-251-32/+14
* iptables: Add __connman_iptables_insert()Daniel Wagner2013-03-251-0/+74
* iptables: Prepare rule to be inserted or appendedDaniel Wagner2013-03-251-3/+4
* iptables: Allocated memory blocks are already zerod outDaniel Wagner2013-03-181-4/+0
* iptables: Factor out duplicated update hook codeDaniel Wagner2013-03-181-33/+27
* iptables: Fix invalid access to list after removing first ruleDaniel Wagner2013-03-181-6/+16
* iptables: Rename pre_load_table() to get_table()Daniel Wagner2013-03-181-12/+10
* iptables: Improve debug log outputDaniel Wagner2013-03-181-4/+17
* iptables: Lookup in table hash before module loadingDaniel Wagner2013-03-181-10/+14
* iptables: Use glib function for string operationsDaniel Wagner2013-03-181-31/+31
* iptables: Drop support for xtables < 1.4.11Daniel Wagner2013-03-181-71/+0
* iptables: Add __connman_iptables_dump()Daniel Wagner2013-03-181-0/+15
* iptables: Fix rule appendingDaniel Wagner2013-03-071-9/+6
* iptables: Valid policies are only ACCEPT and DROPDaniel Wagner2013-03-071-1/+6
* iptables: Fix setting policyDaniel Wagner2013-03-071-1/+6
* iptables: Always update options tableDaniel Wagner2013-03-071-4/+0
* iptables: Do not flush in the wrong orderDaniel Wagner2013-03-071-0/+8
* iptables: Fix and refactor iterate_entries()Daniel Wagner2013-03-071-25/+46
* iptables: Fix is_fallthrough() checkDaniel Wagner2013-03-071-2/+6
* iptables: Merge clear_tables_flags() and reset_xtables()Daniel Wagner2013-02-221-25/+19
* iptables: Free table pointerDaniel Wagner2013-02-221-1/+3
* iptables: Free match rulesDaniel Wagner2013-02-221-0/+9
* iptables: Reset pointer after freeingDaniel Wagner2013-02-221-2/+6
* iptables: Reinitialize global parser tableDaniel Wagner2013-02-221-2/+16
* iptables: Free xtables entry when removing one entry from the tableDaniel Wagner2013-02-221-2/+3
* iptables: Cannot flush all rules without API to set themPatrik Flykt2013-02-181-10/+2
* iptables: Update the hook entries correctly in iptables_delete_rule()Daniel Wagner2013-02-121-3/+8
* iptables: Test if match and target arguments are also the sameDaniel Wagner2013-02-121-1/+21
* iptables: Fix fallthrough rulesDaniel Wagner2013-02-121-0/+21
* iptables: Remove unused __connman_iptables_command()Daniel Wagner2013-02-121-462/+0
* iptables: Add split out iptables commandsDaniel Wagner2013-02-121-0/+511
* iptables: Flush 'filter' 'mangle' and 'nat' tableDaniel Wagner2013-02-121-1/+60
* iptables: Add CONNMAN_IPTABLES_DEBUG environment variableDaniel Wagner2013-02-121-30/+84
* iptables: Remove dependency on table in iterator_entries_cb_tDaniel Wagner2013-02-121-24/+14
* iptables: Do not pass table into dump_match() and dump_target()Daniel Wagner2013-02-121-8/+5
* iptables: Get rid of the iterator macroDaniel Wagner2013-02-121-57/+60