Updated connman to version 1.35
[platform/upstream/connman.git] / src / iptables.c
2018-01-23 Seonah MoonUpdated connman to version 1.35 94/166794/2
2018-01-08 Seonah MoonImported Upstream version 1.35 22/166122/1 upstream/1.35
2017-07-10 taesub kimMerge "Added support of EAP-AKA, EAP-SIM." into tizen
2017-07-06 Saurav Babu[Upstream] iptables: Add missing function item of xtabl... 81/134781/2
2016-06-13 taesub kimMerge "[SPIN] Enable the ntp by connman if device does...
2016-06-08 Niraj Kumar Goit[connman] Fixed derefrencing of NULL pointer. 67/72167/2
2016-04-26 Seonah MoonMerge branch 'upstream' into tizen 13/67313/2
2016-03-10 taesub kimMerge "gdhcp: Don't send DHCPREQUEST if last assigned...
2016-03-09 taesub kimMerge "iptables: Fix memory leak" into tizen
2016-03-09 Niraj Kumar Goitiptables: Fix memory leak 36/60036/2
2015-08-07 hyunuktakBase Code merged to SPIN 2.4 38/45538/1 submit/tizen/20150810.034432
2014-07-17 Zhang zhengguangImported Upstream version 1.24 upstream/1.24
2013-05-31 Daniel Wagneriptables: Fix memory leak when invoking xtables_find_match
2013-03-25 Daniel Wagneriptables: Add chain iterator
2013-03-25 Daniel Wagneriptables: Add __connman_iptables_insert()
2013-03-25 Daniel Wagneriptables: Prepare rule to be inserted or appended
2013-03-18 Daniel Wagneriptables: Allocated memory blocks are already zerod out
2013-03-18 Daniel Wagneriptables: Factor out duplicated update hook code
2013-03-18 Daniel Wagneriptables: Fix invalid access to list after removing...
2013-03-18 Daniel Wagneriptables: Rename pre_load_table() to get_table()
2013-03-18 Daniel Wagneriptables: Improve debug log output
2013-03-18 Daniel Wagneriptables: Lookup in table hash before module loading
2013-03-18 Daniel Wagneriptables: Use glib function for string operations
2013-03-18 Daniel Wagneriptables: Drop support for xtables < 1.4.11
2013-03-18 Daniel Wagneriptables: Add __connman_iptables_dump()
2013-03-07 Daniel Wagneriptables: Fix rule appending
2013-03-07 Daniel Wagneriptables: Valid policies are only ACCEPT and DROP
2013-03-07 Daniel Wagneriptables: Fix setting policy
2013-03-07 Daniel Wagneriptables: Always update options table
2013-03-07 Daniel Wagneriptables: Do not flush in the wrong order
2013-03-07 Daniel Wagneriptables: Fix and refactor iterate_entries()
2013-03-07 Daniel Wagneriptables: Fix is_fallthrough() check
2013-02-22 Daniel Wagneriptables: Merge clear_tables_flags() and reset_xtables()
2013-02-22 Daniel Wagneriptables: Free table pointer
2013-02-22 Daniel Wagneriptables: Free match rules
2013-02-22 Daniel Wagneriptables: Reset pointer after freeing
2013-02-22 Daniel Wagneriptables: Reinitialize global parser table
2013-02-22 Daniel Wagneriptables: Free xtables entry when removing one entry...
2013-02-18 Patrik Flyktiptables: Cannot flush all rules without API to set...
2013-02-12 Daniel Wagneriptables: Update the hook entries correctly in iptables...
2013-02-12 Daniel Wagneriptables: Test if match and target arguments are also...
2013-02-12 Daniel Wagneriptables: Fix fallthrough rules
2013-02-12 Daniel Wagneriptables: Remove unused __connman_iptables_command()
2013-02-12 Daniel Wagneriptables: Add split out iptables commands
2013-02-12 Daniel Wagneriptables: Flush 'filter' 'mangle' and 'nat' table
2013-02-12 Daniel Wagneriptables: Add CONNMAN_IPTABLES_DEBUG environment variable
2013-02-12 Daniel Wagneriptables: Remove dependency on table in iterator_entrie...
2013-02-12 Daniel Wagneriptables: Do not pass table into dump_match() and dump_...
2013-02-12 Daniel Wagneriptables: Get rid of the iterator macro
2013-02-12 Daniel Wagneriptables: Clear global parser flags
2013-02-12 Daniel Wagneriptables: Make string arguments const
2013-02-12 Daniel Wagneriptables: Add some documentation
2012-11-13 Danny Jeongseok Seoiptables: A file descriptor cannot be a nagative integer
2012-10-15 Jukka Rissaneniptables: Ignore module loading error
2012-08-14 Tomasz Bursztykaiptables: Load table at the right places
2012-08-14 Tomasz Bursztykaiptables: Refactor default return code usage
2012-05-09 Henrique Dante de... iptables: Remove dead assignment
2012-04-28 Marcel Holtmanncore: Update copyright information
2012-02-13 Daniel Wagneriptables: Mask address when parsing ip/prefixlen
2012-02-13 Tomasz Bursztykaiptables: Fix rule insertion in a builtin chain
2012-02-13 Daniel Wagneriptables: Parse also netmask for src/dst addresses
2012-02-03 Tomasz Bursztykaiptables: add capability to check for an existing rule
2012-02-03 Tomasz Bursztykaiptables: refactor how an existing rule is found
2012-01-25 Daniel Mackiptables: Avoid NULL pointer dereference in table_cleanup()
2012-01-05 Flávio Ceoliniptables: Small improvements on ipatables_init()
2011-11-14 Tomasz Bursztykaiptables: Initiate defined table before working on it
2011-10-31 Tomasz Bursztykaiptables: Fix xtables API version issues
2011-10-28 Tomasz Bursztykaiptables: Support builtin chain policies changes
2011-10-28 Tomasz Bursztykaiptables: Disable getopt unknown option display
2011-10-28 Tomasz Bursztykaiptables: Support for rule matches list
2011-10-28 Tomasz Bursztykaiptables: Finalize matches extensions setup
2011-10-28 Tomasz Bursztykaiptables: Add extensions options parsing for matches
2011-10-28 Tomasz Bursztykaiptables: Finalize target extensions setup
2011-10-28 Tomasz Bursztykaiptables: Add extensions options parsing for target
2011-10-28 Tomasz Bursztykaiptables: Add x6_options matches handling
2011-10-28 Tomasz Bursztykaiptables: Add x6_options target handling
2011-10-28 Tomasz Bursztykaiptables: Move target and matches preparation routines
2011-10-28 Tomasz Bursztykaiptables: Support matches rule list loading
2011-10-28 Tomasz Bursztykaiptables: Refactor matches preparation
2011-10-28 Tomasz Bursztykaiptables: Move target options merge to prepare_target
2011-10-28 Tomasz Bursztykaiptables: Code preparation for option handling
2011-10-25 Daniel Wagnercore: Add SOCK_CLOEXEC to socket()
2011-09-29 Tomasz Bursztykaiptables: Copyright year update
2011-09-29 Tomasz Bursztykaiptables: Tiny indentation fix
2011-09-29 Tomasz Bursztykaiptables: Adding capability to load necessary modules
2011-09-29 Tomasz Bursztykaiptables: Rule deletion capability added
2011-09-29 Tomasz Bursztykaiptables: Factorization of target reference update
2011-09-29 Tomasz Bursztykaiptables: Refactoring how jumps are handled
2011-09-29 Tomasz Bursztykaiptables: Fixing target reference update
2011-09-29 Tomasz Bursztykaiptables: Renaming add into append
2011-09-29 Tomasz Bursztykaiptables: Adding capability to insert a rule
2011-09-29 Tomasz Bursztykaiptables: Code factorization for rule inclusion
2011-09-29 Tomasz Bursztykaiptables: Fix memory leak
2011-09-29 Tomasz Bursztykaiptables: Small indentation fix
2011-09-29 Tomasz Bursztykaiptables: Adding capability to delete user-defined...
2011-09-29 Tomasz Bursztykaiptables: Added helper function to remove table entry
2011-09-29 Tomasz Bursztykaiptables: find_chain_head/find_chain_tail code factoriz...
2011-07-21 Stefan Schmidtiptables: Work around API breakage introduced in iptabl...
2011-02-08 Kalle Valoiptables: Fix uninitialised use of entry_return
2011-01-22 Li JianAdd debug info
next