From d34ad5ab09f08857f15fa51425cfe9a16a7c60b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Fri, 16 Aug 2013 12:18:00 +0000 Subject: [PATCH] liboath needs generic alloc() / free() facilities for key data; oath_key_alloc() does the right thing, but oath_key_to_uri() doesn't. git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@704 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- TODO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index f1d56ff..8d1fe8b 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,10 @@ Before the next release: + - Add oath_alloc_secure() which allocates memory using mmap() + + mlock() and oath_free_secure() which wipes and frees it. + - Rewrite openpam_ttyconv(3). - - mostly done, needs review, + - mostly done, needs review. - Fix try_first_pass / use_first_pass (pam_get_authtok() code & documentation are slightly incorrect, OpenPAM's pam_unix(8) is