technology: return already enabled when tethering is enabled
[framework/connectivity/connman.git] / TODO
diff --git a/TODO b/TODO
index fcb21d3..d1c5864 100644 (file)
--- a/TODO
+++ b/TODO
@@ -11,33 +11,12 @@ Background
 Core
 ====
 
-- connman_element removal
-
-   Priority: Low
-   Complexity: C8
-   Owner: Samuel Ortiz <sameo@linux.intel.com>
-
-
-- VPNc
-
-   Priority: Low
-   Complexity: C2
-
-
-- 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 <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
@@ -47,57 +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 <lucio.maciel@hp.com>
+   Priority: Low
+   Complexity: C8
+   Owner: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
 
-   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 <marcel@holtmann.org>
 
-   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 <jukka.rissanen@nokia.com>
+  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
 ====
 
-- Ad-Hoc support
-
-   Priority: Medium
-   Complexity: C2
-   Dependencies: Core:IPv4LL
-   Owner: Samuel Ortiz <sameo@linux.intel.com>
-
-
-- Fast Connect
-
-   Priority: Low
-   Complexity: C4
-   Owner: Samuel Ortiz <sameo@linux.intel.com>
-
-
 - EAP-AKA/SIM
 
    Priority: Medium
@@ -114,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
@@ -130,16 +82,62 @@ WiFi
    Complexity: C2
 
 
+- Previous WPS pin code sending
+
+  Priority: Medium
+  Complexity: C2
+
+  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 <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
 =========
 
-- DUN client
+
+Cellular
+========
+
+
+VPN
+===
+
+- IPsec
+
+   Priority: Medium
+   Complexity: C4
+   Owner: Jukka Rissanen <jukka.rissanen@linux.intel.com>
+
+
+Tools
+=====
+
+- 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.
 
-- DUN server
+
+User Interface
+==============
+
+- GNOME3 UI
 
    Priority: Low
    Complexity: C4
+   Owner: Alok Barsode <alok.barsode@linux.intel.com>
+
+   A GNOME3 shell user interface would make it easier for mainstream distros
+   users to use ConnMan.