mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-03-16 06:49:19 +08:00
doc update
This commit is contained in:
8
TODO
8
TODO
@@ -1,6 +1,10 @@
|
|||||||
Short term items:
|
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
|
* Think for ways for ocserv to co-exist on the same system with
|
||||||
an HTTPS server (while sharing the same port).
|
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.
|
* 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.
|
* Use talloc in main process to simplify the release of resources.
|
||||||
|
|
||||||
Long term items:
|
Long term items:
|
||||||
|
|||||||
Reference in New Issue
Block a user