updated documentation files

This commit is contained in:
Martin Willi 2007-07-02 12:55:43 +00:00
parent 3d928c9ffd
commit e3606f2ba1
3 changed files with 14 additions and 10 deletions

View File

@ -40,9 +40,9 @@ Then you're in, start the build as usual:
API documentation API documentation
----------------- -----------------
Charon and libstrongswan contain inline code documentation. These comments can be Charon and libstrongswan contain inline code documentation. These comments can
extracted using doxygen. It is built using 'make apidoc', which creates an 'apidoc' be extracted using doxygen. It is built using 'make apidoc', which creates an
folder containing the HTML files. 'apidoc' folder containing the HTML files.
uClibc support uClibc support

2
NEWS
View File

@ -35,6 +35,8 @@ strongswan-4.1.4
cannot be resolved by DNS then right=%any will be used so that passive cannot be resolved by DNS then right=%any will be used so that passive
connections as a responder are still possible. connections as a responder are still possible.
- Partial support for MOBIKE in IKEv2. The initiator acts on interface/
address configuration changes and updates IKE and IPsec SAs dynamically.
strongswan-4.1.3 strongswan-4.1.3
---------------- ----------------

16
TODO
View File

@ -10,17 +10,14 @@ gain hassle-free configuration, version negotiation and maintainability.
Roadmap 2007 Roadmap 2007
============ ============
Jun ! - distribution packages Jul ! - reimplement IKEv2 p2p NATT support
! - release IKEv2 p2p NATT draft 00
! - interface in charon for the XML based SMP management interface ! - interface in charon for the XML based SMP management interface
! - SMP configuration client ! - SMP configuration client
! - release IKEv2 p2p NATT draft 00
! !
Jul ! - modular credential backends Aug ! - modular cerendtial backends
! - reimplement IKEv2 p2p NATT support
! !
Aug ! - Start IKEv1 implementation in charon Sep ! - Start IKEv1 implementation in charon
!
Sep !
! !
Oct ! Oct !
! !
@ -36,6 +33,10 @@ TODO-List
A set of TODOs. This is only a list of things I write down to not forget them. A set of TODOs. This is only a list of things I write down to not forget them.
Watch out for TODOs in the code. Watch out for TODOs in the code.
Build options
-------------
- Allow static build using libtool dlopen wrapper
Certificate support Certificate support
------------------- -------------------
- New trustchain mechanism? - New trustchain mechanism?
@ -53,3 +54,4 @@ Misc
---- ----
- Address pool/backend for virtual IP assignement - Address pool/backend for virtual IP assignement
- fix iterator->insert_before/after - fix iterator->insert_before/after
- split up kernel interface into: ipsec, routing, interfaces