technology: return already enabled when tethering is enabled
[framework/connectivity/connman.git] / TODO
diff --git a/TODO b/TODO
index 7420ba0..d1c5864 100644 (file)
--- a/TODO
+++ b/TODO
@@ -11,19 +11,12 @@ Background
 Core
 ====
 
-- connman_element removal
-
-   Priority: Low
-   Complexity: C8
-   Owner: Samuel Ortiz <sameo@linux.intel.com>
-
-
 - Session API implementation
 
    Priority: High
    Complexity: C4
    Owner: Daniel Wagner <daniel.wagner@bmw-carit.de>
-   Owner: Samuel Ortiz <sameo@linux.intel.com>
+   Owner: Patrik Flykt <patrik.flykt@linux.intel.com>
 
    The session API should provide a connection abstraction in order to
    prioritize applications network accesses, prevent or allow network
@@ -33,63 +26,14 @@ Core
    See http://www.mail-archive.com/connman@connman.net/msg01653.html
 
 
-- WiSPR support
-
-   Priority: Medium
-   Complexity: C4
-   Owner: Marcel Holtmann <marcel@holtmann.org>
-
-   Based on the portal detection parsing results, and provisioned
-   credentials, ConnMan should be able to initiate a WiSPR authentication.
-
-
-- DNS caching
-
-   Priority: Low
-   Complexity: C4
-
-   A simple initial implementation would see ConnMan's dnsproxy
-   caching the DNS record based on their TTL.
-
-
-- Power management
-
-   Priority: Medium
-   Complexity: C4
-   Owner: Samuel Ortiz <sameo@linux.intel.com>
-
-   Implement a simple device pm hook that ConnMan's core code would
-   use whenever it decides to put devices in power save mode. Although
-   the kernel runtime power management code should take care of that,
-   not all driver (especially WiFi ones) implement runtime PM hooks.
-
-
-- IPv6 gateway handling
-
-   Priority: Medium
-   Complexity: C4
-
-   We should be able to switch between IPv6 only services and thus
-   change the default IPv6 gateway on the fly. For that we need to
-   improve the connection.c code to properly handle IPv6 gateways.
-
-
-- IP ranges allocation and check
-
-   Priority: High
-   Complexity: C2
-
-   For both tethering and private networks, but also to detect invalid
-   static IP configurations, we need to have a core IP range layer
-   that manages all currently used IP blocks.
-
-
 - Personal firewall
 
    Priority: Low
    Complexity: C8
+   Owner: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
 
-   Extend the iptables code and provide a D-Bus API for personal firewalling.
+   Discuss and implement a basic and safe firewalling strategy into
+   Connman. Provide a D-Bus API for personal firewalling.
 
 
 - PACRunner extensions
@@ -101,23 +45,18 @@ Core
    security integration.
 
 
+- Favorite service migration removal
 
-WiFi
-====
-
-- Ad-Hoc support
-
-   Priority: Medium
-   Complexity: C2
-   Owner: Samuel Ortiz <sameo@linux.intel.com>
-
+  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 <sameo@linux.intel.com>
 
+WiFi
+====
 
 - EAP-AKA/SIM
 
@@ -135,14 +74,6 @@ WiFi
 
    Priority: Low
    Complexity: C1
-   Owner: Henri Bragge <henri.bragge@ixonos.com>
-
-
-- EAP-GTC
-
-   Priority: Low
-   Complexity: C1
-   Owner: Henri Bragge <henri.bragge@ixonos.com>
 
 
 - WiFi p2p
@@ -151,15 +82,25 @@ WiFi
    Complexity: C2
 
 
+- Previous WPS pin code sending
 
-Bluetooth
-=========
+  Priority: Medium
+  Complexity: C2
 
-- DUN client
+  Provide previous WPS pin code in PreviousPassphrase field if WPS was used.
 
-   Priority: Low
-   Complexity: C4
+- Removing wpa_supplicant 0.7.x legacy support
+
+  Priority: Low
+  Complexity: C1
+  Owner: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
+
+  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
+=========
 
 
 Cellular
@@ -169,34 +110,34 @@ Cellular
 VPN
 ===
 
-- l2tp support
-
-   Priority: Low
-   Complexity: C2
-   Owner: Mohamed Abbas <mohamed.abbas@intel.com>
-
+- IPsec
 
-- pptp support
+   Priority: Medium
+   Complexity: C4
+   Owner: Jukka Rissanen <jukka.rissanen@linux.intel.com>
 
-   Priority: Low
-   Complexity: C2
-   Owner: Mohamed Abbas <mohamed.abbas@intel.com>
 
+Tools
+=====
 
-- IPsec
+- Command line tool
 
    Priority: Low
    Complexity: C4
+   Owner: Patrik Flykt <patrik.flykt@linux.intel.com>
 
+   For platforms not running python, it could prove useful to provide them
+   with a native single binary command line tool.
 
-- Split tunnelling
+
+User Interface
+==============
+
+- GNOME3 UI
 
    Priority: Low
-   Complexity: C8
-   Dependencies: Core:Private networks
+   Complexity: C4
+   Owner: Alok Barsode <alok.barsode@linux.intel.com>
 
-   The current VPN support puts the VPN interface at the top of the
-   service list, giving VPNs the default route. When doing split
-   tunneling, the system routes packet to the VPN interface for
-   private IPs, while going through the default interface for the rest
-   of the traffic.
+   A GNOME3 shell user interface would make it easier for mainstream distros
+   users to use ConnMan.