dhcpv6: Fix memory leak
[platform/upstream/connman.git] / TODO
diff --git a/TODO b/TODO
index 77ab29e..9b916d5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -83,8 +83,6 @@ Core
    Complexity: C1
 
    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
 
@@ -183,6 +181,16 @@ 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.
 
 Tools
 =====