From 822e4770454e7dc11d5ecb8dde7f074b3c07b0df Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Mon, 5 Oct 2009 21:45:47 +0200 Subject: Updated TODO --- TODO | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index dbae9d6..4db2efc 100644 --- a/TODO +++ b/TODO @@ -6,7 +6,8 @@ ** Release 1.0 requirements ** -* Complete admin program +* Logging to syslog (done) +* Complete admin program (done) - Admin program should use eurephiaDB (done) - Add / Delete / Modify users (done) - Add / Delete / Modify certificates (by loading the certfile) (done) @@ -14,15 +15,12 @@ - Add / Remove access profiles (done) - Show Add / Delete blacklisted users/cert/IP addr (done) - Show complete lastlog (done) - - Simplify all admin functions in dbdriver. - - use only one entry function, for list/add/delete/update - (like in eDBadminFirewallProfiles(...)) + - Simplify all admin functions in dbdriver (done) ** ** Release 1.1 requirements ** -* Logging to syslog * enhanced firewall thread (fork) - Write a binary which is executed via execve(...) after fork (this should release memory kept by openvpn in the forked process) @@ -46,11 +44,11 @@ ** -** Release 1.2 +** Release 1.1 ** -* Write PostgreSQL driver (David S.) -* Write web based admin GUI, using libmicrohttpd +* Write PostgreSQL driver +* Write MySQL driver ** @@ -65,7 +63,8 @@ - Check that right connection profiles are used - Check that user/cert matches -* Write MySQL driver (release 1.3?) +* Write web based admin GUI, using libmicrohttpd (release 1.2?) + * Implement Kerberos user authentication (release 1.3?) - User/password authentication is done via Kerberos, using -- cgit