doc update

This commit is contained in:
Nikos Mavrogiannopoulos
2014-04-16 11:48:50 +02:00
parent 276bdd49d1
commit 4037bed48b

8
TODO
View File

@@ -1,6 +1,10 @@
Short term items:
* Add support for libubus
* Move PAM (and other authentication methods) to sec-mod, to prevent
any leakage to the worker process. Alternatively that could be
prevented in a fork-then-exec mode switch, but on fortunately that
requires the reload of all certificates/parameters on the worker
process, and imposes a quite high penalty (see the 'exec' branch).
* Think for ways for ocserv to co-exist on the same system with
an HTTPS server (while sharing the same port).
@@ -18,8 +22,6 @@ Short term items:
* Give each worker a limited number of accesses to the security module.
* Switch to a fork-then-exec mode to reduce memory usage on workers.
* Use talloc in main process to simplify the release of resources.
Long term items: