Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-18 | [connman] Enabled specific scan for Multiple APs.submit/tizen/20170822.002714submit/tizen/20170821.070104 | Niraj Kumar Goit | 3 | -13/+32 | |
Change-Id: I2156778ed0bcc703e8823c7eccaf344ab21503c1 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com> | |||||
2017-08-18 | Merge "dbus: modify dbus policy configuration" into tizen | taesub kim | 1 | -2/+4 | |
2017-08-16 | [connman]Added DBus method for wifi Specific AP Scan.submit/tizen/20170817.042132accepted/tizen/unified/20170818.000126 | Niraj Kumar Goit | 5 | -0/+271 | |
Change-Id: Ib8f446164242caeb7fbc29c2917eff4b8a5b8bf7 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com> | |||||
2017-08-16 | Fix Svace Issue [WGID: 1348]. | Niraj Kumar Goit | 1 | -0/+4 | |
Change-Id: I8e1b366bc0973ec60ab24aa486c877b330b5de82 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com> | |||||
2017-08-09 | [connman] Added support to get WiFi vendor element.submit/tizen/20170811.041528accepted/tizen/unified/20170811.133331 | Niraj Kumar Goit | 7 | -2/+173 | |
Change-Id: I560be68a876a5fef516647365db3c56761f2aba1 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com> | |||||
2017-08-08 | dbus: modify dbus policy configuration | sanghyeok.oh | 1 | -2/+4 | |
<allow send_type="signal"/> can affect every other process(uid root or network_fw), This can cause abnormal behavior against other dbus services. So, remove this rule from dbus conf. Sending signal to net.connman is allowed by this rule, '<allow send_destination="net.connman"/>' After all, there are no behavior changes. Change-Id: I7668deeaa33ae14181c64d0a85a049fa2387657b Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com> | |||||
2017-08-03 | Changes required for DHCP leased seconds APIsubmit/tizen/20170809.085632submit/tizen/20170808.043745accepted/tizen/unified/20170811.021044 | Abhishek Sansanwal | 5 | -0/+45 | |
Change-Id: I0727c24f30be5162d27e49996dfa376348f98527 Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com> | |||||
2017-08-02 | [WGID-260167] Add null checksubmit/tizen/20170803.074947 | chleun.moon | 1 | -0/+4 | |
Change-Id: Ifc1e9e5d28fa2f58a0e7f98677daf08e4e3de161 Signed-off-by: cheoleun <chleun.moon@samsung.com> | |||||
2017-07-26 | Fix build error (aarch64)submit/tizen_4.0_unified/20170814.115522submit/tizen_4.0/20170814.115522submit/tizen_4.0/20170811.094300submit/tizen/20170726.002354accepted/tizen/unified/20170728.195043accepted/tizen/4.0/unified/20170816.014829accepted/tizen/4.0/unified/20170816.011618 | chleun.moon | 1 | -2/+1 | |
Change-Id: Ia4bb6ae4d712e33933b79e1df284a06c3922befa Signed-off-by: cheoleun <chleun.moon@samsung.com> | |||||
2017-07-25 | Remove unnecessary service file | Seonah Moon | 1 | -24/+3 | |
Change-Id: I5253fda2f7eddc377bbd6f38dc81934ce7f035df | |||||
2017-07-25 | Fix build errorsubmit/tizen/20170725.071752 | chleun.moon | 1 | -2/+2 | |
Change-Id: I2040f2cec9d3768da6c7329819a4a710882bc18e Signed-off-by: cheoleun <chleun.moon@samsung.com> | |||||
2017-07-20 | Migrate root daemon to non rootsubmit/tizen/20170724.063335 | taesub kim | 17 | -51/+152 | |
Change-Id: I0d0afacc8a11fadc8128f6eef3f64f7a4ca8675b Signed-off-by: Taesub Kim <taesub.kim@samsung.com> | |||||
2017-07-10 | Merge "[Improvement]:Pass the same received RSSI from supplicant to ↵submit/tizen/20170710.074100submit/tizen/20170710.074033accepted/tizen/unified/20170710.154658 | taesub kim | 1 | -1/+3 | |
Application." into tizen | |||||
2017-07-10 | Merge "Added support of EAP-AKA, EAP-SIM." into tizen | taesub kim | 2 | -0/+15 | |
2017-07-07 | [Improvement]:Pass the same received RSSI from supplicant to Application. | Maneesh Jain | 1 | -1/+3 | |
Description: Earlier, connMan was modified the RSSI value received from supplicant using following formula. if (strength > 100) strength = 100; Change-Id: Ifa4fb2be6f65224046274835c9ae26a81fae2e69 Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com> | |||||
2017-07-06 | [Upstream] iptables: Add missing function item of xtables to match iptables 1.6 | Saurav Babu | 1 | -0/+3 | |
The struct of xtables_globals has been modified in iptables 1.6. If connman runs with iptables 1.6, it can crash. Program received signal SIGSEGV, Segmentation fault. 0x00000000 in ?? () 0xb7dea89c in xtables_find_target () from /usr/lib/libxtables.so.11 0xb7deac1c in ?? () from /usr/lib/libxtables.so.11 0xb7dea793 in xtables_find_target () from /usr/lib/libxtables.so.11 The the missing function item of xtables is added to xtables_globals. Commit ID: acea08a0e4234a4c1a87bedc087c73ff36de0c7b Change-Id: I670e100d816636d705d967ba69b3cb72c26d889e Signed-off-by: Saurav Babu <saurav.babu@samsung.com> | |||||
2017-07-04 | Added support of EAP-AKA, EAP-SIM. | Niraj Kumar Goit | 2 | -0/+15 | |
Change-Id: I5e1b30061271baace51e31da973dbc5298a5341f Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com> | |||||
2017-07-03 | Merge "[connman]Remove org.freedesktop.hostname1 service from Tizen ↵ | taesub kim | 1 | -2/+2 | |
platform." into tizen | |||||
2017-06-29 | [connman]Remove org.freedesktop.hostname1 service from Tizen platform. | Niraj Kumar Goit | 1 | -2/+2 | |
Change-Id: Ib74170f4c5be93f4ba6df56436dac227352b76ef Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com> | |||||
2017-06-29 | Append raw ssid to WLAN Services | Milind Ramesh Murhekar | 1 | -0/+5 | |
Description: This patch appends the raw ssid in bytes to GetServices method call. Change-Id: I0fdbfba4bcf0860fff02c4edd34559154fd0b8eb Signed-off-by: Milind Ramesh Murhekar <m.murhekar@samsung.com> | |||||
2017-06-19 | Merge "Handle the failure case due to the invalid cert file" into tizensubmit/tizen/20170703.005838submit/tizen/20170620.103311accepted/tizen/unified/20170703.064314 | taesub kim | 1 | -24/+65 | |
2017-06-07 | [IPSec] Unlink UDS file for charon when charon is killedsubmit/tizen/20170612.082510accepted/tizen/unified/20170612.171441 | chleun.moon | 1 | -1/+8 | |
Change-Id: I2b6475c373bbf7410ecd779bc134f632ced626d5 Signed-off-by: cheoleun <chleun.moon@samsung.com> | |||||
2017-06-07 | Merge "Add child SA up/down event and terminate command" into tizensubmit/tizen/20170607.064606accepted/tizen/unified/20170608.072306 | taesub kim | 5 | -113/+335 | |
2017-06-07 | service: Fix memory leak issues | Saurav Babu | 1 | -3/+2 | |
This patch fixes memory leak on loading service passphrase. g_strdup() function returns NULL only when nameserver will be NULL and it has already been checked before so there is no need to check for return of g_strdup(). Change-Id: I3ddd3af135a35ba03bd01ccd5a68f822ed1dac26 Signed-off-by: Saurav Babu <saurav.babu@samsung.com> | |||||
2017-06-02 | Handle the failure case due to the invalid cert file | Jiung Yu | 1 | -24/+65 | |
Change-Id: I86d6e2324936417c3a454a35f480dadb65feb9a8 Signed-off-by: Yu jiung <jiung.yu@samsung.com> | |||||
2017-06-02 | Add child SA up/down event and terminate command | Jiung Yu | 5 | -113/+335 | |
Change-Id: I4616b3148782cfc3b0ebf0a2f2826d84c67c2bf3 Signed-off-by: Yu jiung <jiung.yu@samsung.com> | |||||
2017-06-01 | Add NULL check before reference | chleun.moon | 1 | -0/+10 | |
Change-Id: I0485f5c69a2a1699f922b4c2c130f6865f8b31d9 Signed-off-by: cheoleun <chleun.moon@samsung.com> | |||||
2017-05-31 | Fix crash during g_hash_table_destroy()submit/tizen/20170601.042236accepted/tizen/unified/20170602.154235 | chleun.moon | 1 | -1/+1 | |
Change-Id: Ia3f6081ce49035f6b9126001161c6e804af71e3a Signed-off-by: cheoleun <chleun.moon@samsung.com> | |||||
2017-05-30 | Fix reference before null check (WGID 227715) | chleun.moon | 1 | -0/+5 | |
Change-Id: Iefe9af8c8a05877a16ed71cadf23aaed7053fa9a Signed-off-by: cheoleun <chleun.moon@samsung.com> | |||||
2017-05-30 | Wrap tizen specific codes with TIZEN_EXT | chleun.moon | 2 | -0/+8 | |
Change-Id: I4f30b15332aef3ceb2f0b601f1a18a170487c1f3 Signed-off-by: cheoleun <chleun.moon@samsung.com> | |||||
2017-05-26 | Fix crash and invalid IKEV ESP proposals | chleun.moon | 1 | -4/+1 | |
Change-Id: I129210bcc41398ad1686758d80d836db254b1368 Signed-off-by: cheoleun <chleun.moon@samsung.com> | |||||
2017-05-12 | [WGID-207858] Fixed memory leaktizen_4.0.m1_releasesubmit/tizen/20170512.071139accepted/tizen/unified/20170512.165707 | Seonah Moon | 1 | -0/+2 | |
Change-Id: I2b291f130292951dcc962c1970f4d484463de9f5 Signed-off-by: Seonah Moon <seonah1.moon@samsung.com> | |||||
2017-05-10 | Fix svace issue (WGID 208127, 208128)submit/tizen/20170510.102153accepted/tizen/unified/20170510.183721 | chleun.moon | 1 | -1/+6 | |
Change-Id: Ie8f4fe3e11c71111249f07d3a4bcdf4b3737d671 Signed-off-by: cheoleun <chleun.moon@samsung.com> | |||||
2017-05-04 | Fix svace issues (WGID-207858, 208122, 208137, 208138)submit/tizen/20170504.080025accepted/tizen/unified/20170504.114207 | chleun.moon | 2 | -2/+9 | |
Change-Id: I31373fbb6ad79517e63f4023c1f4bac2f63424e5 Signed-off-by: cheoleun <chleun.moon@samsung.com> | |||||
2017-04-27 | Fix issues reported by a static analyzersubmit/tizen/20170427.090631accepted/tizen/unified/20170428.032833 | Jiung Yu | 3 | -9/+15 | |
Change-Id: Ia57fc4f8b8b2740728d6df2972463f66a48b7b67 Signed-off-by: Yu jiung <jiung.yu@samsung.com> | |||||
2017-04-25 | Added some logs for debugging | Seonah Moon | 8 | -6/+80 | |
Change-Id: I3a133fa6aebd28dea42f7dfd9ecb42d04c45f291 Signed-off-by: Seonah Moon <seonah1.moon@samsung.com> | |||||
2017-04-24 | service: Use correct DBUS data type to pack disconnect reason | Saurav Babu | 1 | -1/+1 | |
disconnect_reason can have negative values, so we should use DBUS_TYPE_INT32 instead of DBUS_TYPE_UINT32 to pack. Change-Id: Ia4cc303741461da5b8d42493779b8623a0482a33 Signed-off-by: Saurav Babu <saurav.babu@samsung.com> | |||||
2017-04-21 | Add license descriptionsubmit/tizen/20170425.040532submit/tizen/20170421.072430accepted/tizen/unified/20170427.015557accepted/tizen/unified/20170421.115140 | chleun.moon | 3 | -0/+57 | |
Change-Id: I9953407e41b962de1e19ffbafad280a811c1e3a7 Signed-off-by: cheoleun <chleun.moon@samsung.com> | |||||
2017-04-20 | Merge branch 'ipsec' into tizen | chleun.moon | 15 | -2/+2745 | |
Change-Id: I2ecaece689f43bb0c03c9c5929274bfe43e346b0 Signed-off-by: cheoleun <chleun.moon@samsung.com> | |||||
2017-04-18 | Merge "Updated connman.socket file" into tizensubmit/tizen/20170419.041337accepted/tizen/unified/20170419.165202 | taesub kim | 1 | -1/+1 | |
2017-04-18 | Initialize a local variable (WGID-202395) | chleun.moon | 1 | -1/+1 | |
Change-Id: I6878ce2844c6ca821b0bff827edd248b559c6c6f Signed-off-by: cheoleun <chleun.moon@samsung.com> | |||||
2017-04-17 | Updated connman.socket file | Seonah Moon | 1 | -1/+1 | |
Dns proxy should listen all of 53 ports for UDP. Change-Id: I6b63dc53035126bc95b9841fd93e99581c103d39 Signed-off-by: Seonah Moon <seonah1.moon@samsung.com> | |||||
2017-04-13 | Add processing request & response vici message with socketipsec | Yu Jiung | 15 | -239/+1800 | |
Change-Id: I06ff60de06fde1ac8f484b1eecf49afed6d02542 Signed-off-by: Yu jiung <jiung.yu@samsung.com> | |||||
2017-04-12 | Merge "[connman] Send ScanChanged signal." into tizensubmit/tizen/20170414.032608accepted/tizen/unified/20170417.082500 | taesub kim | 1 | -6/+26 | |
2017-04-12 | Merge "Provide DHCP Server address to upper layer while appending IPv4 Data" ↵ | taesub kim | 2 | -0/+16 | |
into tizen | |||||
2017-04-12 | [connman] Send ScanChanged signal. | Niraj Kumar Goit | 1 | -6/+26 | |
Send ScanChanged signal when device scanning status change. Change-Id: I9878cbb29d6c40363e6e629d6e6e7c855952ed0c Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com> | |||||
2017-04-10 | Remove old IP and gateway addresssubmit/tizen/20170412.005740submit/tizen/20170411.091632accepted/tizen/unified/20170412.152315 | Abhishek Sansanwal | 1 | -6/+13 | |
Change-Id: I61defbc6fba37e7c3a04516d1946f2b5cd22af1a Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com> | |||||
2017-04-06 | Provide DHCP Server address to upper layer while appending IPv4 Data | taesub kim | 2 | -0/+16 | |
Change-Id: I8d6a33ddeff94c7bbfb56ed7e4d64966be5bcd31 Signed-off-by: Taesub Kim <taesub.kim@samsung.com> | |||||
2017-04-05 | Merge "[connman] Added DBus method to get scanning status." into tizensubmit/tizen/20170406.062437accepted/tizen/unified/20170406.173418 | taesub kim | 1 | -0/+40 | |
2017-03-30 | apply upstream fixessubmit/tizen/20170403.015738accepted/tizen/wearable/20170403.124441accepted/tizen/unified/20170403.124614accepted/tizen/tv/20170403.124414accepted/tizen/mobile/20170403.124303accepted/tizen/ivi/20170403.124556accepted/tizen/common/20170403.190030accepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_common | Eun Chul Kim | 2 | -7/+14 | |
- Replace g_timeout_add_seconds() with 0 as timeout to g_idle_add() - gdhcp: Set T1 and T2 to infinite if expiry time is infinite - dhcpv6: Return -EISCONN when the expiry time is inifinite Change-Id: I59ddd9b4c2d1af0f1ee8898381bc0372fba8e8ad |