aboutsummaryrefslogtreecommitdiff
path: root/pam_fscrypt/pam_fscrypt.go
AgeCommit message (Expand)Author
2023-09-09Re-run 'make format' with latest version of gofmtEric Biggers
2022-12-04pam_fscrypt: filter out irrelevant policies earlierEric Biggers
2022-10-19Make pam_fscrypt.so support the unlock_only optionEric Biggers
2022-04-16Try to detect process being forked during PAM transactionEric Biggers
2021-12-21pam_fscrypt: warn user if OLDAUTHTOK not given in chauthtokEric Biggers
2021-03-08pam_fscrypt: make "lock_policies" the default behaviorEric Biggers
2021-03-08pam_fscrypt: decide cache dropping behavior automaticallyEric Biggers
2020-01-05cmd/fscrypt, keyring: add --all-users option to 'fscrypt lock'Eric Biggers
2020-01-05Keyring support for v2 encryption policiesEric Biggers
2020-01-05pam_fscrypt: update to handle filesystem keyringEric Biggers
2019-09-08Fix various typos and grammatical errors (#141)ebiggers
2018-08-23Improve debug and error output for pam_fscryptJoe Richey joerichey@google.com
2018-02-11lint: Remove all build tagsJoseph Richey
2017-10-02security: Sync filesystem before dropping cachesJoe Richey joerichey@google.com
2017-08-30pam_fscrypt: Added logging and use of new pam APIJoe Richey
2017-08-29Added +build linux,cgo flagsJoe Richey
2017-08-24Updated documentation for PAM module helpJoseph Richey
2017-08-23pam_fscrypt: Session accounting completedJoe Richey joerichey@google.com
2017-08-22pam_fscrypt: lock all PAM policies w/ flagJoe Richey joerichey@google.com
2017-08-22pam_fscrypt: Updated module to use new APIsJoe Richey joerichey@google.com
2017-08-22pam_fscrypt: The actual PAM module and configJoe Richey joerichey@google.com