Tethering: Add tethering interfaces description to technology-api.txt
[platform/upstream/connman.git] / TODO
diff --git a/TODO b/TODO
index 0654cc5..8036538 100644 (file)
--- a/TODO
+++ b/TODO
@@ -12,21 +12,6 @@ Background
 Core
 ====
 
-- Session API implementation
-
-   Priority: High
-   Complexity: C4
-   Owner: Daniel Wagner <daniel.wagner@bmw-carit.de>
-   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
-   and bearer roaming, or provide applications with a way to request
-   for periodic network connections. On-demand connections will be
-   implemented through this API as well.
-   See http://www.mail-archive.com/connman@connman.net/msg01653.html
-
-
 - Personal firewall
 
    Priority: Low
@@ -55,47 +40,14 @@ Core
    and get rid of the unnecessary ones.
 
 
-- Favorite service migration removal
-
-  Priority: Medium
-  Complexity: C1
-  When: 12/2012
-
-  Remove service migration code that moves services from default.profile
-  to the current directory-based structure.
-
-- Support for multiple agents
-
-  Priority: Medium
-  Complexity: C2
-
-  Allow to register multiple agents. Each unique system bus name owner
-  however is only allowed to register one agent.
-
-  The selection of which agents is used  should be matched by bus name
-  owner if possible or first come first serve. A graceful fallback to
-  the next agent should be also used in case of malfunctional agents.
-
 - Remove --nobacktrace option
 
- Priority: Medium
- Complexity: C1
- When: 2.0
-
- Remove the --nobacktrace option or change it to --backtrace depending on the
- level of systemd integration or other factors.
-
-
-- Clean up type definitions
-
    Priority: Medium
    Complexity: C1
+   When: 2.0
 
-   Go through variable types and use the following:
-   * uint8_t instead of connman_uint8_t, unsigned char
-   * uint16_t instead of connman_uint16_t, unsigned short
-   * bool from <stdbool.h> instead of connman_bool_t and gboolean, in the
-     latter case in those places it makes sense
+   Remove the --nobacktrace option or change it to --backtrace depending on
+   the level of systemd integration or other factors.
 
 
 - Clean up data structure usage
@@ -103,8 +55,7 @@ Core
    Priority: Medium
    Complexity: C4
 
-   Use hash tables, queues and lists in the code. Replace GSequences with
-   simpler structures. At the same time do a check on the currently used
+   Use hash tables, queues and lists in the code. Check on the currently used
    data structures and see if something can be simplified.
 
 
@@ -118,6 +69,14 @@ Core
    and oFono in general.
 
 
+- Support other time sources than NTP
+
+   Priority: Medium
+   Complexity: C2
+
+   Support other time sources like cellular, GPS in addition to NTP.
+
+
 WiFi
 ====
 
@@ -171,19 +130,13 @@ WiFi
 Bluetooth
 =========
 
-- Add support for BlueZ 5.x APIs
+- Remove Bluez 4.x support
 
-  Priority: High
+  Priority: Low
   Complexity: C1
 
-  Rename current plugin to plugins/bluetooth-legacy.c and make sure it
-  does not register any technology or service when BlueZ 4.x API is not
-  present.
-
-  Create new plugins/bluetooth.c to support BlueZ 5.x API and make use
-  of GDBusClient and GDBusProxy (see bluetoothctl for usage example).
-
-  Remove plugins/bluetooth-legacy.c support in about 6 month (July 2013).
+  Remove plugins/bluetooth-legacy.c support in about 6 month (July 2013) or
+  when Bluez 4.x usage becomes minimal.
 
 Cellular
 ========
@@ -198,31 +151,37 @@ VPN
    Complexity: C4
    Owner: Jukka Rissanen <jukka.rissanen@linux.intel.com>
 
+- L2TP & PPTP compatibility prefix removal
+
+   Priority: Medium
+   Complexity: C1
+   When: connman 2.0
+
+   The VPN config file provisioning patchset contains code that makes
+   PPP options to be marked by "PPPD." prefix. The code supports also
+   old "L2TP." and "PPTP." prefix for PPP options. Remove the compatibility
+   code and only allow "PPPD." prefix for PPP options.
 
-WiMAX
-=====
 
-- WiMAX removal
+- Update VPNC and OpenVPN with Agent support
 
    Priority: Medium
-   Complexity: C1
-   When: 12/2012
+   Complexity: C2
 
-   WiMAX plugin is unmaintained. Remove WiMAX plugin, service type definitions
-   and associated code.
+   Update VPNC and OpenVPN with VPN Agent support to request possible user
+   ids and passphrases.
 
 
 Tools
 =====
 
-- Add Agent mode to connmanctl command line tool
+- Add Clock API and MoveBefore/MoveAfter support to connmanctl
 
-   Priority: Medium
+   Priority: Low
    Complexity: C2
 
-   connmanctl should implement agent prompting when started with a suitable
-   command line option. Agent mode should also be enabled when in interactive
-   mode.
+   The connmanctl command line tool should support Clock API and Service API
+   MoveBefore/MoveAfter.
 
 
 User Interface