git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@921 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2017-02-19 18:10:30 +00:00
parent 05afeb7a29
commit 890bea99e0
1 changed files with 6 additions and 12 deletions

18
TODO
View File

@ -1,15 +1,9 @@
Before the next release: - Fix try_first_pass / use_first_pass (pam_get_authtok() code &
documentation are slightly incorrect, OpenPAM's pam_unix(8) is
incorrect, all FreeBSD modules are broken)
- Rewrite openpam_ttyconv(3). - Add loop detection to openpam_load_chain().
- mostly done, needs review.
- Fix try_first_pass / use_first_pass (pam_get_authtok() code & - Complete unit tests for openpam_dispatch().
documentation are slightly incorrect, OpenPAM's pam_unix(8) is
incorrect, all FreeBSD modules are broken)
- Add loop detection to openpam_load_chain(). - Stop using PAM_SYMBOL_ERR incorrectly.
- Look into the possibility of implementing a version of (or a
wrapper for) openpam_log() which respects the PAM_SILENT flag and
the no_warn module option. This would eliminate the need for
FreeBSD's _pam_verbose_error().