summaryrefslogtreecommitdiffstats
path: root/TODO.done
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-11-01 14:18:32 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-11-01 14:18:32 +0100
commitfd1a8fb7c37a305af3929f872cbd208f4f6cfa00 (patch)
treea8028d0435f093630374927f73726a156882d4ee /TODO.done
parent9c81900a4d85a076c4dcbf4b6299421cd84ed629 (diff)
downloadeurephia-fd1a8fb7c37a305af3929f872cbd208f4f6cfa00.tar.gz
eurephia-fd1a8fb7c37a305af3929f872cbd208f4f6cfa00.tar.xz
eurephia-fd1a8fb7c37a305af3929f872cbd208f4f6cfa00.zip
Updated TODO ... ready for next beta v0.9.2_beta
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'TODO.done')
-rw-r--r--TODO.done14
1 files changed, 14 insertions, 0 deletions
diff --git a/TODO.done b/TODO.done
index a3d54e6..824600e 100644
--- a/TODO.done
+++ b/TODO.done
@@ -1,3 +1,17 @@
+* Add possibility to block blacklisted IPs also in firewall (done)
+ - Implemented and tested
+ - Add registration of blacklisted IP's on startup as well,
+ ability to disable via config
+ - Flush chain on startup/shutdown, ability to disable via config
+
+* BUGFIX: Improve shutdown of firewall update thread (done)
+ - At present, waitpid() fails, because the process looses its
+ relation to the parent process when openvpn is run as a daemon
+
+ Possible solution: Let master process wait for a confirmation
+ sent via Posix Semaphore as confirmation that the process is
+ shutting down.
+
* Go through all log statements, make sure log type and log level is sane
* Add pthread mutex locking in eurephia_log(...) [beta_0.9 req]