summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-08-10 15:44:56 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-08-10 15:44:56 +0200
commitf04099f2cb56ad22b61868f2439a3f33592e01ae (patch)
treeaa9fa6bb6b9f766c3457561463d8038a10bcfbfe /TODO
parenteaede0f9e50b2b04ae738e7b7490ea21e47ff5da (diff)
downloadeurephia-f04099f2cb56ad22b61868f2439a3f33592e01ae.tar.gz
eurephia-f04099f2cb56ad22b61868f2439a3f33592e01ae.tar.xz
eurephia-f04099f2cb56ad22b61868f2439a3f33592e01ae.zip
Removed done TODO's from the TODO file
Diffstat (limited to 'TODO')
-rw-r--r--TODO41
1 files changed, 0 insertions, 41 deletions
diff --git a/TODO b/TODO
index 1b45184..12af85e 100644
--- a/TODO
+++ b/TODO
@@ -33,45 +33,4 @@
- which tests the API, going through eurephiaDB
- Check that user gets blocked on too many failing attempts
----------------------------------------------------------------------
-
-* BUGFIX: Core dumps when log file cannot be created (DONE)
-
-* Fix core dump when openvpn process closes eDBdriver (DONE)
-
-* Write eurephia main module - phase 1 (DONE)
- - replaces sqlite-auth.so (DONE)
- - utilising eurephiaDB database driver (DONE)
- - Add openvpn_plugin_close_v1 (DONE)
-
-* Rename eDBfree_sessionkey -> eDBfree_session (DONE)
-
-* Move get_config from eurephiadb-sqlite.c to ../../eurephia_values.c (DONE)
- - Make it more general (DONE)
- - make use of eurephiaVALUES instead of its own dblconfig struct (DONE)
- = Now it is also used by eurephiadb_session.c too.
-
-* Rename eDBgenerate_sessionkey(...) -> eDBopen_session(...) (DONE)
-
-* certinfo.c (DONE)
- - cname -> common_name failure (DONE)
-
-* rename dblink to eurephiaDB (DONE)
- - DBL -> eDB (DONE)
- - Find better names than eDBsessionvalues, eDBsessionkey (eDB -> eurephia) (DONE)
- - DBLsessionkey -> eueurephiaSESSION (DONE)
- - DBLsessionvalues -> eurephiaVALUES (DONE)
- - Find better names than DBLattempt_* (DONE)
- - Rename DBLconnection -> eDBconn (DONE)
- - plugin_context -> eurephiaCTX (DONE)
-
-* Go through code, check comments (DONE)
-
-* Improve drivers/sqlite/sqlite.c (DONE)
- - remove headers from all record tuples, put result headers in an own data struct
- - put a pointer in record pointers to the corresponding header column
- - make dbresult record chain a circular chain, with pointers in both directions
- - write an algorithm which finds the shortest way to loop to a specific record ID
-
-* Implement eDB_DriverVersion() and eDB_DriverAPIversion() (DONE)