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
This commit is contained in:
Dag-Erling Smørgrav 2013-08-16 12:18:00 +00:00
parent efa93c4a5f
commit d34ad5ab09
1 changed files with 4 additions and 1 deletions

5
TODO
View File

@ -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