Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-15 | Merge tag 'upstream/1.41' into tizen | Anjali Nijhara | 2 | -2/+2 | |
Change-Id: I7e90773484901c50e61d243f97d916f5588da9c5 | |||||
2023-03-15 | Imported Upstream version 1.41upstream/1.41 | Anjali Nijhara | 2 | -2/+2 | |
Change-Id: Ida2a62a81c771f833353d1a9a77604e6f2b06b88 | |||||
2021-01-04 | Imported Upstream connman version 1.38 | Niraj Kumar Goit | 2 | -128/+3 | |
Change-Id: I9e650762f3b2b2a31945b66e044e67a77e3b4b12 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com> | |||||
2020-10-14 | Imported Upstream version 1.38upstream/1.38 | Nishant Chaprana | 2 | -128/+3 | |
Change-Id: I7cada2367329445e1d200055e21d96e7e9c05047 Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com> | |||||
2019-09-18 | Imported Upstream version 1.37submit/tizen/20190920.082459 | Nishant Chaprana | 14 | -123/+636 | |
Change-Id: Idb47c1ddbedc9f97181b8e9a5eeac04ddd832a2c Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com> | |||||
2019-07-04 | Imported Upstream version 1.37upstream/1.37 | Nishant Chaprana | 14 | -123/+636 | |
Change-Id: Ib5957e7ee3a9315ee86a331189bc3e9e71751ee8 Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com> | |||||
2018-01-23 | Updated connman to version 1.35 | Seonah Moon | 3 | -95/+14 | |
Change-Id: I13526fbf80296a79be15548fc226a308941ac9ec Signed-off-by: Taesub Kim <taesub.kim@samsung.com> | |||||
2018-01-08 | Imported Upstream version 1.35upstream/1.35 | Seonah Moon | 3 | -95/+14 | |
Change-Id: I174854914d9fd06a813270b57d1f7bc2bac63c6a Signed-off-by: Seonah Moon <seonah1.moon@samsung.com> | |||||
2015-08-07 | Base Code merged to SPIN 2.4submit/tizen/20150810.034432 | hyunuktak | 25 | -0/+0 | |
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17 | |||||
2014-10-29 | Imported Upstream version 1.26upstream/1.26 | Zhang zhengguang | 7 | -7/+7 | |
2014-07-17 | Imported Upstream version 1.24upstream/1.24 | Zhang zhengguang | 23 | -550/+680 | |
2013-05-31 | session-test: Add tests for session_policy_local | Daniel Wagner | 1 | -0/+151 | |
Use the UID as identification. | |||||
2013-04-13 | tools: Rename dnsproxy-unit to dnsproxy-test | Jukka Rissanen | 1 | -0/+0 | |
Rename the dnsproxy file as it is more of a test tool than a unit test. | |||||
2013-04-13 | tools: Make message buffers static | Jukka Rissanen | 1 | -3/+3 | |
2013-04-05 | tools: Add unit test for dnsproxy | Jukka Rissanen | 1 | -0/+463 | |
2013-03-25 | iptables-unit: Add firewall API tests | Daniel Wagner | 1 | -0/+84 | |
2013-03-25 | iptables-test: Add insert support | Daniel Wagner | 1 | -2/+10 | |
2013-03-19 | iptables-unit: Check if rules are inserted/removed | Daniel Wagner | 1 | -1/+107 | |
Optionally use iptables-save to check if the rules are installed or removed on the system instead of relying only on the returned iptables error code. Do notice that running tools/iptables-unit will modify and delete existing iptables firewall rules on your system. Use iptables-unit with caution! | |||||
2013-03-18 | iptables-unit: Add debug option | Daniel Wagner | 1 | -1/+40 | |
It is impossible to see the normal unit test output with all DBG() enabled by default. | |||||
2013-03-18 | iptables-test: Use iptables implementation from core | Daniel Wagner | 1 | -1811/+83 | |
With the recent changes to iptables.c and the new API iptables-test.c and iptables.c started to diverge and it is not really possible to keep those two files in sync. Instead we start using the new API. Unfortunatly, we need to partially parse argv and concatinate the rest again together. This is ugly but not much we can do about it. | |||||
2013-03-18 | test-session: Move file to tools and rename it to session-test | Daniel Wagner | 5 | -0/+1586 | |
These tests depens on ConnMan running and therefore not really a unit tests. Let's move it to tools. | |||||
2013-03-18 | test-iptables: Move file to tools and rename it to iptables-unit | Daniel Wagner | 1 | -0/+327 | |
Unit tests are suppessed to be run during 'make distcheck' but iptables-unit needs to be run with root rights. | |||||
2012-08-14 | tools: Refactor where table should be loaded | Tomasz Bursztyka | 1 | -9/+27 | |
Fixes segfault issues when using a non-builtin target without providing table name. like: -A OUTPUT -j IDLETIMER (...) will crash when: -t filter -A OUTPUT -j IDLETIMER (...) will success | |||||
2012-07-15 | tools: Avoid shadowing buffer variable | Marcel Holtmann | 1 | -12/+12 | |
2012-05-09 | wispr: Remove dead assignment | Henrique Dante de Almeida | 1 | -1/+1 | |
2012-05-09 | tools: Remove dead assignments in supplicant | Henrique Dante de Almeida | 1 | -2/+0 | |
2012-05-09 | tools: Remove dead assignment in supplicant | Henrique Dante de Almeida | 1 | -3/+1 | |
2012-05-09 | tools: Remove dead assignment in iptables-test | Henrique Dante de Almeida | 1 | -1/+1 | |
2012-04-29 | tools: Update copyright information | Marcel Holtmann | 17 | -17/+17 | |
2012-04-27 | tools: Add WISPr route request debug printouts | Patrik Flykt | 2 | -4/+23 | |
Update g_web_request_get() and add WISPr route request debug printouts. | |||||
2012-04-21 | build: Remove useless alg-test example program | Marcel Holtmann | 1 | -131/+0 | |
2012-02-13 | iptables-test: Mask address when parsing ip/prefixlen | Daniel Wagner | 1 | -0/+1 | |
Netfilter likes to have the address properly masked. | |||||
2012-02-13 | tools: Fix rule insertion in a builtin chain into iptables-test | Tomasz Bursztyka | 1 | -1/+4 | |
2012-02-13 | iptables-test: Parse also netmask for src/dst addresses | Daniel Wagner | 1 | -9/+39 | |
2012-02-03 | test: adding a fonction to compare a rule against the actual ones | Tomasz Bursztyka | 1 | -5/+53 | |
2012-02-03 | test: refactoring rule finding part into iptables-test | Tomasz Bursztyka | 1 | -13/+41 | |
2011-11-14 | tools: Initiate defined table before working on it in iptables-test | Tomasz Bursztyka | 1 | -4/+10 | |
2011-10-31 | tools: Fix xtables API version issues with iptables-test | Tomasz Bursztyka | 1 | -4/+36 | |
2011-10-28 | tools: Add iptables_test builtin chain policy changes | Tomasz Bursztyka | 1 | -3/+50 | |
2011-10-28 | tools: Initialize the iptables_test invert flag properly | Tomasz Bursztyka | 1 | -0/+2 | |
The invert flag is specific to each option so it needs to be initialized after each succesfully handled option. | |||||
2011-10-28 | tools: Disable getopt unknown option display in iptables_test | Tomasz Bursztyka | 1 | -0/+3 | |
2011-10-28 | tools: Add support for rule matches list to iptables_test | Tomasz Bursztyka | 1 | -21/+23 | |
2011-10-28 | tools: Finalize matches extensions setup in iptables_test | Tomasz Bursztyka | 1 | -0/+4 | |
2011-10-28 | tools: Add extensions options parsing for matches to iptables-test | Tomasz Bursztyka | 1 | -2/+24 | |
2011-10-28 | tools: Finalize target extensions setup in iptables_test | Tomasz Bursztyka | 1 | -0/+3 | |
2011-10-28 | tools: Add extensions options parsing for target to iptables_test | Tomasz Bursztyka | 1 | -8/+9 | |
2011-10-28 | tools: Add x6_options matches handling to iptables-test | Tomasz Bursztyka | 1 | -5/+17 | |
2011-10-28 | tools: Add x6_options target handling to iptables_test | Tomasz Bursztyka | 1 | -2/+12 | |
2011-10-28 | tools: Target and matches preparation function moves in iptables_test | Tomasz Bursztyka | 1 | -10/+8 | |
2011-10-28 | tools: Add matches rule list loading support for iptables_test | Tomasz Bursztyka | 1 | -3/+5 | |