kuuko pushed a commit to branch master.

http://git.enlightenment.org/apps/econnman.git/commit/?id=278535b57b2ddc6092fd94747d47b0b646f51f27

commit 278535b57b2ddc6092fd94747d47b0b646f51f27
Author: Kai Huuhko <kai.huu...@gmail.com>
Date:   Fri Dec 13 18:22:43 2013 +0200

    Add TODO and remove eol whitespace added by previous commit.
---
 TODO            | 10 ++++++++++
 econnman-bin.in |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/TODO b/TODO
new file mode 100644
index 0000000..5ace487
--- /dev/null
+++ b/TODO
@@ -0,0 +1,10 @@
+IEEE802.1x
+==========
+
+(See phab T654)
+
+Questions that are still there:
+
+ - 1 vs. N config file(s)? The latter would either need changes to connman's 
.service file or entire write access to /var/lib/connman. Both of which aren't 
really desireable
+ - integrate modes guessing into econnman vs. standalone app?
+ - remember passwords in files or some keyring?
diff --git a/econnman-bin.in b/econnman-bin.in
index 3292638..1e14dbd 100755
--- a/econnman-bin.in
+++ b/econnman-bin.in
@@ -948,7 +948,7 @@ class ServiceView(ObjectView):
             fr, bx = self.add_readonly_section("VPN", self.vpn_fields)
             self.vpn_frame = fr
 
-        # section 2 Phase Authentication 
+        # section 2 Phase Authentication
 
         if (self.type == "wifi") and ("ieee8021x" in self.security_mode):
             fr, bx = self.add_frame_and_box(self.box, "ieee8021x")

-- 


Reply via email to