summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-09-19 14:14:31 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-09-19 14:14:31 +0200
commit8b2c60cee562ed98596a228750f10f735725ac11 (patch)
tree0d1ae5bcc13d6118466be2ab3d70954c2895df3b /TODO
parent20c8541e828acd578232f9ceb65d0edd8efad5bc (diff)
downloadeurephia-8b2c60cee562ed98596a228750f10f735725ac11.tar.gz
eurephia-8b2c60cee562ed98596a228750f10f735725ac11.tar.xz
eurephia-8b2c60cee562ed98596a228750f10f735725ac11.zip
Updated TODO files
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 0 insertions, 12 deletions
diff --git a/TODO b/TODO
index ff5911b..a7509c4 100644
--- a/TODO
+++ b/TODO
@@ -21,18 +21,6 @@
- Needs to expand the openvpn_lastlog table with connection_duration
field.
-* Log MACaddresses per session into openvpn_macaddr_history
- - Can change during a session
- CREATE TABLE openvpn_macaddr_history (
- sessionkey varchar(64) NOT NULL,
- macaddr varchar(20) NOT NULL,
- registered timestamp DEFAULT CURRENT_TIMESTAMP,
- semaid integer PRIMARY KEY AUTOINCREMENT,
- KEY(sessionkey),
- KEY(macaddr)
- );
- - Add insert in database/sqlite/eurphia-sqlite.c -- eDBregister_vpnaddr(...)
-
* Write admin program
- Add / Delete / Modify users
- Add / Delete / Modify certificates (by loading the certfile)