summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-07-19Added a dbus property 'TimeUpdated'submit/tizen/20210723.060030accepted/tizen/unified/20210726.135508Jaehyun Kim3-0/+24
2021-07-05Use the last updated MAC address before turning on wifisubmit/tizen/20210706.115004accepted/tizen/unified/20210708.131505Jaehyun Kim2-25/+4
2021-06-10Fix memory leaks and dereference without null checksubmit/tizen/20210615.081101accepted/tizen/unified/20210616.132525Jaehyun Kim1-0/+2
2021-05-28Added dbus method 'GetConnectedService'submit/tizen/20210528.085525accepted/tizen/unified/20210601.135338Jaehyun Kim3-2/+47
2021-05-18Remove wrong rules from connman dbus confNishant Chaprana1-3/+0
2021-05-18Add TIZEN_EXT macro to Tizen specific codeNishant Chaprana1-1/+2
2021-05-18Added support to get country-code.Niraj Kumar Goit1-0/+4
2021-05-12Added support to set country-code.Niraj Kumar Goit1-0/+7
2021-04-29Send Mac policy parameters in CreateInterface dbus call.submit/tizen/20210503.112345accepted/tizen/unified/20210506.103545Nishant Chaprana1-0/+7
2021-04-27Fix Wi-Fi activation issue in TM1submit/tizen/20210427.065300Nishant Chaprana1-2/+2
2021-04-21Fix autoconnect issue at reboot in TW3submit/tizen/20210421.161229Nishant Chaprana3-2/+106
2021-04-21Add setter/getter for handling MAC randomization policyNishant Chaprana3-0/+385
2021-03-31Fix NULL pointer dereferenceNishant Chaprana1-0/+3
2021-02-10Fix svace 'UNREACHABLE_CODE.NO_PATH' warningsNishant Chaprana1-1/+2
2021-01-25On device reboot enable wpa-supplicant for EAPoL.submit/tizen/20210126.062930Niraj Kumar Goit2-0/+12
2021-01-25Added Dbus method 'IsEapolEnabled'.Niraj Kumar Goit1-0/+23
2021-01-25Merge "Imported Upstream connman version 1.38" into tizenJaehyun Kim30-1058/+1087
2021-01-19Added timer delay to get the responsesubmit/tizen/20210119.130611accepted/tizen/unified/20210122.123012Prasadam Prashath Kumar1-0/+47
2021-01-04Imported Upstream connman version 1.38Niraj Kumar Goit30-1058/+1087
2020-12-02Fix derefrencing of NULL pointersubmit/tizen/20201229.102954submit/tizen/20201217.131910Jaehyun Kim1-2/+5
2020-11-11Fix derefrencing of NULL pointerJaehyun Kim1-0/+3
2020-11-02Emit StateChangedProperties post emitting service state's PropertyChangedsubmit/tizen/20201106.060323Nishant Chaprana1-3/+35
2020-10-27Merge "[src/rtnl] Add retry mechanism when socket GIO channel fails" into tizenJaehyun Kim3-0/+45
2020-10-16Fix an issue where the log option is not applied properlyJaehyun Kim4-11/+33
2020-10-15Fix auto connection failureJaehyun Kim1-0/+7
2020-10-12[src/rtnl] Add retry mechanism when socket GIO channel failsNishant Chaprana3-0/+45
2020-10-07Fix an issue where the log option is applied incorrectlytizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.115101submit/tizen_6.0_hotfix/20201102.192901submit/tizen_6.0/20201029.205501submit/tizen/20201007.120259accepted/tizen/unified/20201008.043010accepted/tizen/6.0/unified/hotfix/20201102.235749accepted/tizen/6.0/unified/20201030.105121Jaehyun Kim1-2/+2
2020-10-07Merge "Add support for dlog" into tizenJaehyun Kim10-18/+165
2020-10-07Add support for dlogJaehyun Kim10-18/+165
2020-10-07[Fix][src/service] Add 'fall through' comment when break statement is not neededNishant Chaprana1-1/+1
2020-09-25Fix incorrect dbus usage that caused crashsubmit/tizen/20201005.112026submit/tizen/20200925.132900accepted/tizen/unified/20201006.044352Jaehyun Kim1-1/+2
2020-09-16The order between the device signal and the service signal has been changedsubmit/tizen/20200918.062939submit/tizen/20200917.115639accepted/tizen/unified/20200921.095121Jaehyun Kim1-8/+8
2020-09-11Fix build warningsJaehyun Kim2-2/+2
2020-09-10Remove DefaultDependencies=false at connman.serviceJaehyun Kim1-1/+0
2020-09-01Move GetInterfaces method to Manager interfaceJaehyun Kim3-42/+61
2020-08-27Add support for handling multiple wifi interfacessubmit/tizen/20200828.142119Jaehyun Kim9-110/+1005
2020-08-13Svace Fix: memory leakRahul Jain1-3/+19
2020-07-23Svace issues: Null check and memory leakssubmit/tizen/20200804.104340submit/tizen/20200730.084504accepted/tizen/unified/20200805.122502Rahul Jain4-0/+23
2020-05-22supported OWE Transition modeJinwon Kim1-1/+59
2020-05-06Merge "dnsproxy: send a response including queries" into tizensubmit/tizen/20200506.120225accepted/tizen/unified/20200507.052334seonah moon1-0/+8
2020-05-06Merge "default_changed: get default service after checking service list" into...seonah moon1-0/+4
2020-05-04Update EAPoL property in connman settings.submit/tizen/20200504.135236Niraj Kumar Goit1-36/+277
2020-05-04Add support of EAP on Ethernet.Nishant Chaprana3-0/+96
2020-04-29dnsproxy: send a response including queriesSeonah Moon1-0/+8
2020-04-27default_changed: get default service after checking service listSeonah Moon1-0/+4
2020-04-27Change string comparison function for null stringsubmit/tizen/20200428.140958submit/tizen/20200427.073208submit/tizen/20200427.022040accepted/tizen/unified/20200429.032949hyunuk.tak3-11/+41
2020-04-20Verify INS functions using connmanctlsubmit/tizen/20200422.012623hyunuk.tak3-37/+197
2020-04-16Add intelligent Network Selectionsubmit/tizen/20200417.010643accepted/tizen/unified/20200417.152700hyunuk.tak8-3/+1530
2020-02-17iptables: Fix memory leaksubmit/tizen/20200227.012332submit/tizen/20200220.041614accepted/tizen/unified/20200227.121046Jaehyun Kim1-32/+38
2020-01-23Update time when Auto Time Update event is received.Niraj Kumar Goit1-0/+2