summaryrefslogtreecommitdiff
path: root/src/nat.c
AgeCommit message (Collapse)AuthorFilesLines
2018-01-23Updated connman to version 1.35Seonah Moon1-28/+36
Change-Id: I13526fbf80296a79be15548fc226a308941ac9ec Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2018-01-08Imported Upstream version 1.35upstream/1.35Seonah Moon1-28/+36
Change-Id: I174854914d9fd06a813270b57d1f7bc2bac63c6a Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+0
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-1/+1
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-29/+33
2013-02-12nat: Use new iptables APIDaniel Wagner1-4/+8
2013-02-12nat: No need to 'nat' table anymoreDaniel Wagner1-18/+0
This is done in iptables.c directly.
2012-10-12nat: Memory leak when cleaning upJukka Rissanen1-0/+1
The nat struct was not freed when it is was removed from the hash.
2012-04-17nat: use g_hash_table_replace instead of insert functionTomasz Bursztyka1-1/+1
2012-02-13nat: Fix typo in iptables ruleDaniel Wagner1-1/+1
2012-02-13nat: Move nat code into a seperate fileDaniel Wagner1-0/+235
Instead of natting all traffic, nat.c will restrict the masquerading on given network/mask. The nat handling code will be reused by session.c