]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/openpam/TODO
MFC r368207,368607:
[FreeBSD/stable/10.git] / contrib / openpam / TODO
1 Before the next release:
2
3  - Rewrite openpam_ttyconv(3).
4    - mostly done, needs review.
5
6  - Fix try_first_pass / use_first_pass (pam_get_authtok() code &
7    documentation are slightly incorrect, OpenPAM's pam_unix(8) is
8    incorrect, all FreeBSD modules are broken)
9
10  - Add loop detection to openpam_load_chain().
11
12  - Look into the possibility of implementing a version of (or a
13    wrapper for) openpam_log() which respects the PAM_SILENT flag and
14    the no_warn module option.  This would eliminate the need for
15    FreeBSD's _pam_verbose_error().