[connman] Add IPv6 gateway address after service IP bound.
[platform/upstream/connman.git] / TODO
diff --git a/TODO b/TODO
old mode 100644 (file)
new mode 100755 (executable)
index 90125aa..dac2ea2
--- a/TODO
+++ b/TODO
@@ -12,26 +12,10 @@ 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
    Complexity: C8
-   Owner: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
 
    Discuss and implement a basic and safe firewalling strategy into
    Connman. Provide a D-Bus API for personal firewalling.
@@ -55,35 +39,75 @@ Core
    and get rid of the unnecessary ones.
 
 
-- Favorite service migration removal
+- Remove --nobacktrace option
 
-  Priority: Medium
-  Complexity: C1
-  When: 12/2012
+   Priority: Medium
+   Complexity: C1
+   When: 2.0
 
-  Remove service migration code that moves services from default.profile
-  to the current directory-based structure.
+   Remove the --nobacktrace option or change it to --backtrace depending on
+   the level of systemd integration or other factors.
 
-- Support for multiple agents
 
-  Priority: Medium
-  Complexity: C2
+- Clean up data structure usage
 
-  Allow to register multiple agents. Each unique system bus name owner
-  however is only allowed to register one agent.
+   Priority: Medium
+   Complexity: C4
 
-  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.
+   Use hash tables, queues and lists in the code. Check on the currently used
+   data structures and see if something can be simplified.
 
-- Remove --nobacktrace option
 
- Priority: Medium
- Complexity: C1
- When: 2.0
+- Unit tests for DHCP, DNS and HTTP
+
+   Priority: Low
+   Complexity: C4
+
+   Create unit tests for these components starting with DHCP. Use gtest
+   from GLib for this task similarly to what has been done for OBEX in Bluez
+   and oFono in general.
+
+
+- Support other time sources than NTP
+
+   Priority: Low
+   Complexity: C2
 
- Remove the --nobacktrace option or change it to --backtrace depending on the
- level of systemd integration or other factors.
+   Support other time sources like cellular, GPS in addition to NTP.
+
+
+- Get interface names from src/device.c
+
+   Priority: Low
+   Complexity: C2
+
+   Instead of using ioctls in connman_inet_ifindex and connman_inet_ifname,
+   utilize the information already provided by netlink in src/device.c.
+
+
+- Simplify gateway selection code
+
+   Priority: Low
+   Complexity: C4
+
+   The service list is always sorted according to preference with the
+   first service always owning the default route. See if update_order and
+   find_default_gateway in src/connection.c can be modified to use the
+   sorted service list instead of walking through the gateway_hash.
+
+
+- Support D-Bus ObjectManager
+
+   Priority: Medium
+   Complexity: C4
+
+   Support D-Bus ObjectManager by using functionality already present in
+   ./gdbus. Method calls and signals are already registered with gdbus, but
+   properties and replies especially in Agent are still handled with plain
+   dbus library function calls.
+
+   With this, Manager API is removed, and a WiFi P2P API based on
+   ObjectManager common to Linux desktops can be implemented.
 
 
 WiFi
@@ -106,7 +130,6 @@ WiFi
 
    Priority: Medium
    Complexity: C2
-   Owner: Samuel Ortiz <sameo@linux.intel.com>
 
    This EAP is needed for SIM card based network authentication.
    ConnMan here plays a minor role: Once wpa_supplicant is set up for
@@ -120,17 +143,10 @@ WiFi
    Complexity: C1
 
 
-- WiFi p2p
-
-   Priority: Medium
-   Complexity: C2
-
-
 - 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.
@@ -139,6 +155,13 @@ WiFi
 Bluetooth
 =========
 
+- Remove Bluez 4.x support
+
+  Priority: Low
+  Complexity: C1
+
+  Remove plugins/bluetooth-legacy.c support in about 6 month (July 2013) or
+  when Bluez 4.x usage becomes minimal.
 
 Cellular
 ========
@@ -151,33 +174,39 @@ VPN
 
    Priority: Medium
    Complexity: C4
-   Owner: Jukka Rissanen <jukka.rissanen@linux.intel.com>
 
 
-WiMAX
-=====
-
-- WiMAX removal
+- L2TP & PPTP compatibility prefix removal
 
    Priority: Medium
    Complexity: C1
-   When: 12/2012
+   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 plugin is unmaintained. Remove WiMAX plugin, service type definitions
-   and associated code.
+
+- Update VPNC and OpenVPN with Agent support
+
+   Priority: Medium
+   Complexity: C2
+
+   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
@@ -187,7 +216,7 @@ User Interface
 
    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.
+   users to use ConnMan. Continue/restart the work at
+   https://github.com/connectivity/gnome-extension-connman