aboutsummaryrefslogtreecommitdiff
path: root/pam/pam.go
AgeCommit message (Expand)Author
2022-04-16Try to detect process being forked during PAM transactionEric Biggers
2021-12-21Fix a few typosEric Biggers
2021-12-21pam_fscrypt: warn user if OLDAUTHTOK not given in chauthtokEric Biggers
2020-01-05pam_fscrypt: update to handle filesystem keyringEric Biggers
2020-01-05Add keyring packageEric Biggers
2018-08-23Ensure setting user privileges is reversibleJoe Richey joerichey@google.com
2018-04-19Merge pull request #97 from ebiggers/privileges_fixJoseph Richey
2018-03-25security: drop and regain privileges in all threadsEric Biggers
2018-03-24pam: return error when PAM info item is unsetEric Biggers
2018-02-11vet: eliminate unnecessary shadowingJoseph Richey
2017-09-29security: Add check option to UserKeyringIDJoseph Richey
2017-09-01security: Change user keyring lookup algorithmJoseph Richey
2017-09-01security: No more permenant privilege droppingJoseph Richey
2017-08-30pam: Handle holds data for calling and PAM usersJoe Richey
2017-08-23pam_fscrypt: Session accounting completedJoe Richey joerichey@google.com
2017-08-23Added some documentation and improved security APIJoe Richey joerichey@google.com
2017-08-22pam_fscrypt: lock all PAM policies w/ flagJoe Richey joerichey@google.com
2017-08-17cmd/fscrypt: purge command now clears cacheJoe Richey joerichey@google.com
2017-07-17Small fixes so "make lint" doesn't complain.Joe Richey joerichey@google.com
2017-07-17pam: Added missing documentation (fix "make lint")Joe Richey joerichey@google.com
2017-07-17pam: Add Go wrappers around PAM functionsJoe Richey joerichey@google.com