OpenPAM is an open source PAM library that focuses on simplicity, correctness, and cleanliness.
https://openpam.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
310 B
9 lines
310 B
- 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) |
|
|
|
- Add loop detection to openpam_load_chain(). |
|
|
|
- Complete unit tests for openpam_dispatch(). |
|
|
|
- Stop using PAM_SYMBOL_ERR incorrectly.
|
|
|