X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=TODO;h=a9287b79871096930c95527367e786e3f7da3b2a;hb=59f52fa5f8aa51a75ab8eb3d15da05101965e614;hp=73aeb0377cd44969b5e7b8235aa6f86cfab94588;hpb=f5d9058deaeb52049d5aece056cae60ee3b81b6c;p=framework%2Fconnectivity%2Fconnman.git diff --git a/TODO b/TODO index 73aeb03..a9287b7 100644 --- a/TODO +++ b/TODO @@ -11,45 +11,12 @@ Background Core ==== -- connman_element removal - - Priority: Low - Complexity: C8 - Owner: Samuel Ortiz - - -- VPNc - - Priority: Low - Complexity: C2 - - -- Moving DNS proxy code to ConnMan core - - Priority: Medium - Complexity: C2 - - Supporting DNS proxy or resolv.conf direct editing seems more than - plenty as far as resolving is concerned. So the idea is to move the - dnsproxy plugin code to ConnMan core and have an additional command - line option in case one would like to stick with the current - resolver.c code for editing resolv.conf. - - -- WiFi tethering - Priority: Medium - Complexity: C4 - - WiFi tethering should be done through an extended wpa_supplicant - D-Bus API, as STA and AP modes are typically mutually exclusive. - - - Session API implementation Priority: High Complexity: C4 Owner: Daniel Wagner - Owner: Samuel Ortiz + Owner: Patrik Flykt The session API should provide a connection abstraction in order to prioritize applications network accesses, prevent or allow network @@ -59,67 +26,38 @@ Core See http://www.mail-archive.com/connman@connman.net/msg01653.html -- Provisioning D-Bus API +- Personal firewall - Priority: Medium - Complexity: C2 - Owner: Lucio Maciel + Priority: Low + Complexity: C8 + Owner: Tomasz Bursztyka - The current service provisioning lacks a D-Bus interface for modifying - existing configurations. + Discuss and implement a basic and safe firewalling strategy into + Connman. Provide a D-Bus API for personal firewalling. -- WiSPR support +- PACRunner extensions - Priority: Medium + Priority: Low Complexity: C4 - Owner: Marcel Holtmann - Based on the portal detection parsing results, and provisioned - credentials, ConnMan should be able to initiate a WiSPR authentication. + Support more URI schemes, support multiple connections, tighter + security integration. -- IPv6 enhancements +- Favorite service migration removal - Priority: High - Complexity: C8 - Owner: Jukka Rissanen + Priority: Medium + Complexity: C1 + When: 12/2012 - Support IPv6 only networks so that system can go online even if - there is no IPv4 address. Also support more than one IPv6 address - in one device so that the addresses are reported correctly via - dbus interface. The autoconf IPv6 addresses need also some tweaking - so that system will go online properly. + Remove service migration code that moves services from default.profile + to the current directory-based structure. WiFi ==== -- WPS - - Priority: Low - Complexity: C2 - Dependencies: Core:Agent callbacks - Owner: Tomasz Bursztyka - - Support in gsupplicant and connman core (network/service). - - -- Ad-Hoc support - - Priority: Medium - Complexity: C2 - Dependencies: Core:IPv4LL - Owner: Samuel Ortiz - - -- Fast Connect - - Priority: Low - Complexity: C4 - Owner: Samuel Ortiz - - - EAP-AKA/SIM Priority: Medium @@ -136,14 +74,21 @@ WiFi Priority: Low Complexity: C1 - Owner: Henri Bragge -- EAP-GTC +- Wireless background scan - Priority: Low - Complexity: C1 - Owner: Henri Bragge + Priority: Medium + Complexity: C4 + Owner: Tomasz Bursztyka + + While connected ConnMan should offload the background scanning to + wpa_supplicant. Wpa_supplicant allows for a fancy background scan + which frequency increases after the current connection signal level + drops below a defined threshold. + We should also be able to have wpa_supplicant do the background + scanning for us when we're not connected, if we have configured our + favorite networks. - WiFi p2p @@ -152,16 +97,53 @@ WiFi Complexity: C2 +- Previous WPS pin code sending + + Priority: Medium + Complexity: C2 + + Provide previous WPS pin code in PreviousPassphrase field if WPS was used. + + Bluetooth ========= -- DUN client + +Cellular +======== + + +VPN +=== + +- IPsec + + Priority: Medium + Complexity: C4 + Owner: Jukka Rissanen + + +Tools +===== + +- Command line tool Priority: Low Complexity: C4 + Owner: Patrik Flykt + + For platforms not running python, it could prove useful to provide them + with a native single binary command line tool. -- DUN server +User Interface +============== + +- GNOME3 UI Priority: Low Complexity: C4 + Owner: Alok Barsode + + A GNOME3 shell user interface would make it easier for mainstream distros + users to use ConnMan.