summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-08-09Start ntp service after connmansubmit/tizen/20130812.012612Jean-Benoit MARTIN1-1/+2
Change-Id: I1dd9521e358c2b85da0cb1fb104265aa0b14184c Bug-Tizen: TZPC-4242
2013-08-09Fix TIVI-1449:[3.0] Fail to surf internetsubmit/tizen/20130809.033909Chengyi Zhao1-0/+1
through wifi tethering connection Add iptables dependency
2013-08-09Upstream/technology: Follow external rfkill events and act accordinglyJukka Rissanen1-6/+27
Fix bug: CM-645 Fix bug: TIVI-1044 Upstream commit id: 48dbff35d34257dc7055a35aae2a19ed0a06825b
2013-08-09Upstream/technology: Check offline mode separately when rfkill device is addedJukka Rissanen1-3/+4
Upstream commit id: c3c35b8842b24546b0424ca1d83ca919ffd2427c
2013-08-09Upstream/technology: Do not activate technology if returning fromJukka Rissanen1-0/+3
hardblock while in offline mode Upstream commit id: f2a958c7ed02d5ea5b83422ae12e8edd7f7481d1
2013-08-09Upstream/technology: Print information when technogy is switched onJukka Rissanen1-1/+3
Upstream commit id: 5378ab988795358855e76f5dfce71907e0346110
2013-08-07TNCD-3: Remove the global ConnMan settings filePatrick McCarty2-19/+0
The ConnMan settings file should reflect requirements for each vertical, and it would be better to ship a custom settings file per vertical. Also, some verticals may want the ConnMan default settings, which is not possible if the connman package installs a settings file overriding the ConnMan defaults. Change-Id: I111da3c223dac23f35d53a16da55391b34d05bfc
2013-08-07Revert manifest to default floorPatrick McCarty1-9/+3
In commit 6f8eff092409c87722f8447f5157a42c6b750b08, the packaging manifest was modified to define the "connman" domain, etc. This was fixed in the previous commit, but it should be using the default floor manifest instead. Change-Id: I90859240509b3dcfbd2a7607b0ded613cca8e618
2013-08-06Bug fixing IVI-1526: Fail to zypper install connman-testsubmit/tizen/20130806.052151Zhang zhengguang1-7/+1
Signed-off-by: Zhang zhengguang <zhengguang.zhang@intel.com>
2013-08-06Update connman standard groupsubmit/tizen/20130806.030102Zhang zhengguang1-1/+1
2013-08-05Add build and configure filesubmit/tizen/20130805.055949Zhang zhengguang5-5/+61
2013-08-05Tethering: Add tethering interfaces description to technology-api.txtsubmit/tizen/20130805.054220Chengyi Zhao1-0/+12
2013-07-26Tethering: Optimize the interface between connman and mobileap-agentChengyi Zhao2-28/+19
2013-07-18Tethering: Add tethering feature support in config fileChengyi Zhao1-1/+1
2013-07-18Tethering: Add test script of open and hidden APChengyi Zhao1-7/+27
2013-07-18Tethering: Add hidden access point support in technologyChengyi Zhao9-9/+60
2013-07-18Tethering: Add open access point support in technologyChengyi Zhao1-15/+18
2013-07-18Tethering: Notify listeners when station connection changesChengyi Zhao2-1/+103
2013-07-12Tethering: Add interface that save lease in DHCP informationChengyi Zhao5-66/+104
2013-07-12Tethering: Add station information management featureChengyi Zhao3-0/+105
2013-07-12Tethering: Add handling for wpa_supplicant authorized/deauthorized signalsChengyi Zhao2-0/+57
2013-07-08resetting manifest requested domain to floorsubmit/tizen/20130710.165621accepted/tizen/20130710.213944Alexandru Cornea1-0/+4
2013-07-04Make ntp, openconnect configurableAnas Nashif2-15/+24
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2013-07-04Merge changes Iea93a2e9,Ic5591d5a into tizenMartin Xu2-0/+71
* changes: Tizen: Add always on feature Tizen: Fix wifi enterprise to support SIM and AKA
2013-07-04Merge "Tizen: Integrate telephony plugin" into tizenMartin Xu4-0/+1796
2013-07-04Tizen: Add always on featureArron Wang1-0/+40
run auto connection when default service is NULL will not auto connect MMS cellular service
2013-07-04Tizen: Fix wifi enterprise to support SIM and AKAArron Wang2-0/+31
Revise Wi-Fi enterprise to enable PEAP, TLS, TTLS Fix wifi enterprise to support SIM and AKA
2013-07-04Tizen: Integrate telephony pluginArron Wang4-0/+1796
2013-07-03Merge "changelog: move NTP scripts and option to disable link local address" ↵Anas Nashif1-0/+4
into tizen
2013-07-03Merge "Tizen: Export network get ifname API for telephony plugin" into tizenMartin Xu2-0/+21
2013-07-03Merge changes ↵Martin Xu13-0/+521
I3e078e46,I74aa0e84,I936ec03d,I2d63b07b,I9dabc5af,Ie151cda8,Ia5eded6f,I0b571435 into tizen * changes: Tizen: Export network proxy API for telephony plugin Fix Wi-Fi WEP OPEN and WEP SHARED Add safe checks to validate DNS buffer Tizen: Add refcount for cellular service connection Tizen: Fix reply pending bug Tizen: Add last known address in DHCP discovery request Tizen: Append extra wifi service property Tizen: Export more wifi info in ConnMan network API
2013-07-02changelog: move NTP scripts and option to disable link local addressCorentin Lecouvey1-0/+4
2013-07-02packaging: move NTP scripts to packaging directoryCorentin Lecouvey4-2/+5
2013-07-01Merge "Tizen: Add option to disable link local address" into tizensubmit/tizen/20130701.105247submit/tizen/20130701.094310accepted/tizen/20130701.201407MartinXu2-0/+18
2013-07-01Tizen: Export network get ifname API for telephony pluginArron Wang2-0/+21
Telephony stack may not send the dev_name to telephony plugin then we need this API to get the ifname
2013-07-01Tizen: Export network proxy API for telephony pluginArron Wang4-0/+41
Telephony plug-in requires manual PROXY setting function Telephony stack provides proxy address (3G profile).
2013-07-01Fix Wi-Fi WEP OPEN and WEP SHAREDJaehyun Kim3-0/+42
Unable to connect with the WEP(open key) mode AP again with correct password if connecting the AP with wrong password before. Fix this issue.
2013-07-01Add safe checks to validate DNS bufferJaehyun Kim1-0/+10
Invalid buffer details while parsing DNS rsp data
2013-07-01Tizen: Add refcount for cellular service connectionArron Wang3-0/+109
TIZEN implements system global connection management. It's only for PDP (cellular) bearer. Wi-Fi is managed by ConnMan automatically. Reference count can help to manage open/close connection requests by each application.
2013-07-01Tizen: Fix reply pending bugArron Wang1-0/+12
2013-07-01Tizen: Add last known address in DHCP discovery requestArron Wang3-0/+67
2013-07-01Tizen: Append extra wifi service propertyArron Wang2-0/+68
Append wifi property bssid, maxrate, frequency, encryptionmode to wifi service
2013-07-01Tizen: Export more wifi info in ConnMan network APIArron Wang5-0/+172
Network client requires additional wifi specific info Export the BSSID property Export the MaxRate property Export the detailed info for encryption mode(mixed,aes,tkip,wep,none) Export the connman_network get/set method for bssid, maxrate, encryption_mode property
2013-06-28changelog: ConnMan NTP supportCorentin Lecouvey1-0/+3
2013-06-27Add systemd service to manage ConnMan NTP feature (#TZPC-1974)Corentin Lecouvey3-8/+26
Both scripts were provided by Manolova, Plamena.
2013-06-27Tizen: Add option to disable link local addressarron.wang2-0/+18
When dhcp is failed, the user may can't auto-generate IP address, IPV4 link local address may puzzle user when we are connected but failed to surf the Internet
2013-06-14Update to 1.15submit/tizen/20130614.081036accepted/tizen/20130614.152842Anas Nashif1-0/+3
2013-06-14add docs packagesubmit/tizen/20130614.081002Anas Nashif1-0/+3
2013-06-14add .gbs.confAnas Nashif1-1/+1
2013-06-14Set license using %licenseAnas Nashif2-0/+4