diff options
Diffstat (limited to 'Source/doc')
-rw-r--r-- | Source/doc/Known-bugs.txt | 4 | ||||
-rw-r--r-- | Source/doc/Todo-list.txt | 10 |
2 files changed, 8 insertions, 6 deletions
diff --git a/Source/doc/Known-bugs.txt b/Source/doc/Known-bugs.txt index 079d4d0f9..e7ee0b9df 100644 --- a/Source/doc/Known-bugs.txt +++ b/Source/doc/Known-bugs.txt @@ -1,5 +1,5 @@ Known bugs in charon ====================== -- intiating the same connection twice makes trouble. -- +- intiating the same connection twice makes trouble +- leak_detective gets confused from libpthread (invalid frees) diff --git a/Source/doc/Todo-list.txt b/Source/doc/Todo-list.txt index 4915ea7c7..0942defc8 100644 --- a/Source/doc/Todo-list.txt +++ b/Source/doc/Todo-list.txt @@ -22,12 +22,12 @@ + new charon build - libstrong? + transforms + utils (plus host) - - doxygen fixes (two doxyfiles?) - - allocator cleanup (used in lib, charon and pluto(!)) - - logger reimplementation? (one logger for lib, charon, pluto) + + logger_manager instance in lib + + leak detective usable for charon and pluto and anything else + - doxygen fixes (multiple doxyfiles?) - integrate asn1 parser/oid (asn1/oid) - integrate PEM loading (pem) - - ... (more to come, for sure) + - ... (more to come) - ipsec.secrets parsing @@ -42,3 +42,5 @@ - delete notify, when to send? - notifys on connection setup failure - create child sa message + +- new build environment (autotools?)
\ No newline at end of file |