freebsd-dev/TODO

16 lines
549 B
Plaintext
Raw Normal View History

2012-05-26 14:23:18 +00:00
Before the next release:
2013-09-07 16:15:30 +00:00
- Rewrite openpam_ttyconv(3).
- mostly done, needs review.
2012-05-26 14:23:18 +00:00
2013-09-07 16:15:30 +00:00
- 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)
2012-05-26 14:23:18 +00:00
2013-09-07 16:15:30 +00:00
- Add loop detection to openpam_load_chain().
2012-05-26 14:23:18 +00:00
2013-09-07 16:15:30 +00:00
- 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().