X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=TODO;h=d1c58646e0616774ed63c5f2b074d371300e80a1;hb=57156cc5738cfbf60e1b0ddf444ad6eec5964a0d;hp=075bc5acbf4cf2a5bc2544f5601061b3d35e0ee4;hpb=74e4040bdcbd5f0ad166b70453835b9ee17ae494;p=framework%2Fconnectivity%2Fconnman.git diff --git a/TODO b/TODO index 075bc5a..d1c5864 100644 --- a/TODO +++ b/TODO @@ -11,67 +11,12 @@ Background Core ==== -- connman_element removal - - Priority: Low - Complexity: C8 - Owner: Samuel Ortiz - - -- IPv4LL - - Priority: Medium - Complexity: C4 - Owner: Julien Massot - - The IPv4 Link Local support should be integrated into DHCP-lib. - IPv4LL should be started when DHCP failed, and then DHCP should - be scheduled for periodic trials. - Also, there should be no default route going through an IPv4LL - interface. - - -- VPNc - - Priority: Low - Complexity: C2 - - -- Agent callbacks - - Priority: Medium - Complexity: C2 - Owner: Patrik Flykt - - Implement Agent API according to doc/agent-api.txt - - -- 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 @@ -81,51 +26,37 @@ Core See http://www.mail-archive.com/connman@connman.net/msg01653.html -- Provisioning D-Bus API - - Priority: Medium - Complexity: C2 - Owner: Lucio Maciel - - The current service provisioning lacks inotify support for adding - new provision files on the fly, and a D-Bus interface for modifying - existing ones. - - -- WiSPR support +- Personal firewall - Priority: Medium - Complexity: C4 - Owner: Marcel Holtmann - - Based on the portal detection parsing results, and provisioned - credentials, ConnMan should be able to initiate a WiSPR authentication. + Priority: Low + Complexity: C8 + Owner: Tomasz Bursztyka + Discuss and implement a basic and safe firewalling strategy into + Connman. Provide a D-Bus API for personal firewalling. -WiFi -==== -- WPS +- PACRunner extensions Priority: Low - Complexity: C2 - Dependencies: Core:Agent callbacks + Complexity: C4 + Support more URI schemes, support multiple connections, tighter + security integration. -- Ad-Hoc support - Priority: Medium - Complexity: C2 - Dependencies: Core:IPv4LL - Owner: Samuel Ortiz +- Favorite service migration removal + Priority: Medium + Complexity: C1 + When: 12/2012 -- Fast Connect + Remove service migration code that moves services from default.profile + to the current directory-based structure. - Priority: Low - Complexity: C4 - Owner: Samuel Ortiz +WiFi +==== - EAP-AKA/SIM @@ -139,13 +70,7 @@ WiFi through its pcsc-lite API. -- EAP-Fast - - Priority: Low - Complexity: C1 - - -- EAP-GTC +- EAP-FAST Priority: Low Complexity: C1 @@ -157,25 +82,62 @@ WiFi Complexity: C2 -- WiFi CRDA setting through 3G country +- Previous WPS pin code sending - Priority: Medium - Complexity: C2 - Owner: Samuel Ortiz + Priority: Medium + Complexity: C2 - Setting the 802.11 country based on the 3G MNC/MCC. + Provide previous WPS pin code in PreviousPassphrase field if WPS was used. +- Removing wpa_supplicant 0.7.x legacy support + + Priority: Low + Complexity: C1 + Owner: Tomasz Bursztyka + + Removing global country property setter in gsupplicant, and removing + wifi's technology set_regdom implementation. Removing autoscan fallback. + (Note: should be done around the end 2012) 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.