aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-04-10 06:01:03 +0000
committerMartin Willi <martin@strongswan.org>2007-04-10 06:01:03 +0000
commite0fe7651524d96abb5a7109d17bd8bd9da2e25fa (patch)
treedececc3d13c511dc9f560035b13789bb0d008c93 /TODO
parent1628cd6bda76f6b1fb33bb853497ce92bd829252 (diff)
downloadstrongswan-e0fe7651524d96abb5a7109d17bd8bd9da2e25fa.tar.bz2
strongswan-e0fe7651524d96abb5a7109d17bd8bd9da2e25fa.tar.xz
restructured file layout
new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 91363e38b..f63d0d594 100644
--- a/TODO
+++ b/TODO
@@ -47,6 +47,7 @@ Build system
------------
- configure flag which allows to ommit vendor id in pluto
- reduce printf handlers count to 10, as uClibc does not support more
+- remove %m printf handlers, as error may have changed until it reaches fprintf()
Certificate support
-------------------