Release tizen_2.0_beta
[framework/connectivity/connman.git] / src / iptables.c
2012-08-21 Cho SanghoonRelease tizen_2.0_beta 2.0_alpha submit/master/20120920.151045
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
2010-12-30 Leena GundaFix memory leaks in iptables library
2010-11-16 Samuel Ortiziptables: Fix build failure against 2.6.37-rc1 headers
2010-11-13 Samuel Ortiziptables: Flush netfilter table cache after committing
2010-11-13 Samuel Ortiziptables: Free blob replacement after pushing it
2010-11-13 Samuel Ortiziptables: Support for chain flushing
2010-11-12 Samuel Ortiziptables: Set builtin flag before inserting new entry
2010-11-12 Samuel Ortiziptables: Duplicate table name when inserting it
2010-11-11 Samuel Ortiziptables: Update builtin chain hook entry and underflow...
2010-11-06 Samuel Ortiziptables: Add support for interface and IP option inversion
2010-11-06 Samuel Ortiziptables: Add source and destination IP option support
2010-11-05 Samuel Ortiziptables: Add in and out interface option support
2010-11-05 Samuel Ortiziptables: Dump ipt_entry ip field
2010-11-03 Samuel Ortiziptables: Support for user defined chain jumps
2010-11-03 Samuel Ortiziptables: Update entries offsets
2010-11-03 Samuel Ortiziptables: Merge rule adding routines
2010-10-28 Samuel Ortiziptables: Use printf format for iptables_command argument
2010-10-27 Samuel Ortiziptables: Initial library commit