summaryrefslogtreecommitdiff
path: root/todo.txt
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-05-09 02:11:34 +0200
committerArne Schwabe <arne@rfc2549.org>2012-05-09 02:11:34 +0200
commit5c54035e38b9f2af636a054a9525c0dc4dfca46f (patch)
tree01feed96bd0559c660ec5ce45945c019c198d1a5 /todo.txt
parent95d6e0331e2db3404475efb91b5a7535b843099a (diff)
parentccd71cda1d09c0b934a645d8f93fa7f5514147d5 (diff)
Merge
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt22
1 files changed, 19 insertions, 3 deletions
diff --git a/todo.txt b/todo.txt
index 0b58dc57..c12a0147 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,3 +1,5 @@
+Ideas:
+
- Implement tabbed filebrowser with
1. tab file selection
2. tab inline file for safer storage
@@ -11,7 +13,13 @@
- finish .ovpn -> configuration importer
- depends on inline file storage, since config files can include inline files
- -
+
+- implement an encryption for profiles, so no sensitive data has be stored in plain text
+ - encrypt/decrypt with android private storage key (+no user input required)
+
+- implement general settings dialog
+ - encryption of profiles
+ - Speed/Transfered in notification bar (byte counter of managment)
Missing configuration options:
@@ -19,10 +27,18 @@ IPv6 support:
- Enable IPv6 (tun-ipv6)
- Implementing/testing IPv6 route/ifconfig/DNS Server
+Tap support:
+- People still ask how to do tap support. :(
+- Put statements that tap is not supported everywhere.
+- Actually it is possible to emulate tap with tun device, a minimal implementation would have to do:
+ - generate random mac
+ - strip macs header on receive
+ - append mac header on send
+ - implement arp, possible the most difficult task ...
+ - need to chose right mac of receiver
Requested by users:
cipher
-mtu-link
auth
-
+mtu-link