diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2008-02-08 18:04:42 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2008-02-08 18:04:42 +0000 |
commit | 73ac0ec24bdf4bf3d82850b80dba4905c3e4f884 (patch) | |
tree | f36bb7f5967d4aaeb6621860639df312c1dcad7c /TODO | |
parent | 61c73fef76f2fb057e3dde2fc4d32e933f22bc74 (diff) | |
download | vyos-strongswan-73ac0ec24bdf4bf3d82850b80dba4905c3e4f884.tar.gz vyos-strongswan-73ac0ec24bdf4bf3d82850b80dba4905c3e4f884.zip |
- Updated to new upstream release.
- Updated ja.po.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 21 |
1 files changed, 13 insertions, 8 deletions
@@ -7,15 +7,10 @@ migrate IKEv1 into charon. It's hard to say how much effort is needed to do that, and how much code we can reuse from pluto. But a port IS necessary to gain hassle-free configuration, version negotiation and maintainability. -Roadmap 2007 -============ +Roadmap +======= - Oct ! - modular credential backends - ! - enhance manager/XML interface - ! - Nov ! - Start IKEv1 implementation in charon - ! - Dec ! + Dec ! - complete modular credential framework ! TODO-List @@ -44,3 +39,13 @@ Misc ---- - Address pool/backend for virtual IP assignement - replace iterator by enumerator + +libstrongswan stuff +------------------- +- Header installation support (#include <strongswan/strongswan.h>?) +- move __constructor__/__destructor__ to a library init function +- object style for leak detective, include an API +- Cleanup/Refactor PEM/ASN1 stuff +- replace file reads through chunk_read +- rewrite lexparser in object-oriented style + |