summaryrefslogtreecommitdiff
path: root/pam/pam_mfa.c
Commit message (Collapse)AuthorAgeFilesLines
* Properly implemented pam_sm_setcredSam Chudnick2022-07-031-23/+43
| | | | | | Properly implemented pam_sm_setcred and handle any flags that may be passed. Split running of python script and getting status into a separate function.
* More robust error handling. Updated pam_sm_setcred.Sam Chudnick2022-07-021-4/+11
| | | | | Handle issues with getting data from PAM more robustly. Change pam_sm_setcred to return PAM_SUCCESS for now.
* Initial commitSam Chudnick2022-06-271-0/+60