TODO: systemd no longer log twice to syslog
[platform/upstream/connman.git] / TODO
1 Background
2 ==========
3
4 - Priority scale: High, Medium and Low
5
6 - Complexity scale: C1, C2, C4 and C8.
7    The complexity scale is exponential, with complexity 1 being the
8    lowest complexity. Complexity is a function of both task 'complexity'
9    and task 'scope'.
10
11
12 Core
13 ====
14
15 - Session API implementation
16
17    Priority: High
18    Complexity: C4
19    Owner: Daniel Wagner <daniel.wagner@bmw-carit.de>
20    Owner: Patrik Flykt <patrik.flykt@linux.intel.com>
21
22    The session API should provide a connection abstraction in order to
23    prioritize applications network accesses, prevent or allow network
24    and bearer roaming, or provide applications with a way to request
25    for periodic network connections. On-demand connections will be
26    implemented through this API as well.
27    See http://www.mail-archive.com/connman@connman.net/msg01653.html
28
29
30 - Personal firewall
31
32    Priority: Low
33    Complexity: C8
34    Owner: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
35
36    Discuss and implement a basic and safe firewalling strategy into
37    Connman. Provide a D-Bus API for personal firewalling.
38
39
40 - PACRunner extensions
41
42    Priority: Low
43    Complexity: C4
44
45    Support more URI schemes, support multiple connections, tighter
46    security integration.
47
48
49 - Check logging produced by connman_info()
50
51    Priority: Medium
52    Complexity: C1
53
54    Check that logging produced by connman_info() contains meaningful messages
55    and get rid of the unnecessary ones.
56
57
58 - Favorite service migration removal
59
60   Priority: Medium
61   Complexity: C1
62   When: 12/2012
63
64   Remove service migration code that moves services from default.profile
65   to the current directory-based structure.
66
67 - Support for multiple agents
68
69   Priority: Medium
70   Complexity: C2
71
72   Allow to register multiple agents. Each unique system bus name owner
73   however is only allowed to register one agent.
74
75   The selection of which agents is used  should be matched by bus name
76   owner if possible or first come first serve. A graceful fallback to
77   the next agent should be also used in case of malfunctional agents.
78
79 - Remove --nobacktrace option
80
81  Priority: Medium
82  Complexity: C1
83  When: 2.0
84
85  Remove the --nobacktrace option or change it to --backtrace depending on the
86  level of systemd integration or other factors.
87
88
89 WiFi
90 ====
91
92 - Clean up WiFi data structure usage
93
94    Priority: Medium
95    Complexity: C2
96
97    Struct wifi_data is passed as a pointer in some of the wifi plugin
98    callbacks. For example removing a WiFi USB stick causes RTNL and
99    wpa_supplicant to call the wifi plugin at the same time causing the
100    freeing of the wifi data structure. Fix up the code to have proper
101    reference counting or other handling in place for the shared wifi data
102    and the members in the data structure.
103
104
105 - EAP-AKA/SIM
106
107    Priority: Medium
108    Complexity: C2
109    Owner: Samuel Ortiz <sameo@linux.intel.com>
110
111    This EAP is needed for SIM card based network authentication.
112    ConnMan here plays a minor role: Once wpa_supplicant is set up for
113    starting and EAP-AKA/SIM authentication, it will talk to a SIM card
114    through its pcsc-lite API.
115
116
117 - EAP-FAST
118
119    Priority: Low
120    Complexity: C1
121
122
123 - WiFi p2p
124
125    Priority: Medium
126    Complexity: C2
127
128
129 - Removing wpa_supplicant 0.7.x legacy support
130
131   Priority: Low
132   Complexity: C1
133   Owner: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
134
135   Removing global country property setter in gsupplicant, and removing
136   wifi's technology set_regdom implementation. Removing autoscan fallback.
137   (Note: should be done around the end 2012)
138
139 Bluetooth
140 =========
141
142
143 Cellular
144 ========
145
146
147 VPN
148 ===
149
150 - IPsec
151
152    Priority: Medium
153    Complexity: C4
154    Owner: Jukka Rissanen <jukka.rissanen@linux.intel.com>
155
156
157 WiMAX
158 =====
159
160 - WiMAX removal
161
162    Priority: Medium
163    Complexity: C1
164    When: 12/2012
165
166    WiMAX plugin is unmaintained. Remove WiMAX plugin, service type definitions
167    and associated code.
168
169
170 Tools
171 =====
172
173 - Add Agent mode to connmanctl command line tool
174
175    Priority: Medium
176    Complexity: C2
177
178    connmanctl should implement agent prompting when started with a suitable
179    command line option. Agent mode should also be enabled when in interactive
180    mode.
181
182
183 User Interface
184 ==============
185
186 - GNOME3 UI
187
188    Priority: Low
189    Complexity: C4
190    Owner: Alok Barsode <alok.barsode@linux.intel.com>
191
192    A GNOME3 shell user interface would make it easier for mainstream distros
193    users to use ConnMan.