aboutsummaryrefslogtreecommitdiff
path: root/pam_fscrypt
AgeCommit message (Expand)Author
2023-09-09Re-run 'make format' with latest version of gofmtEric Biggers
2022-12-04Stop using deprecated package io/ioutilEric 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
2022-02-23pam_fscrypt: ignore system usersEric Biggers
2022-02-23pam_fscrypt: log errors getting protector in policiesUsingProtector()Eric Biggers
2022-02-23Strictly validate metadata file ownership by defaultEric 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
2021-03-03pam_fscrypt/config: prioritise over other session modulesRobert McQueen
2020-05-09cmd/fscrypt: add FSCRYPT_ROOT_MNT environmental variableEric 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
2019-01-19Install pam modules/configs to the right locationJoe Richey
2018-08-23Improve debug and error output for pam_fscryptJoe Richey joerichey@google.com
2018-02-11vet: eliminate unnecessary shadowingJoseph Richey
2018-02-11lint: Remove all build tagsJoseph Richey
2017-10-02security: Sync filesystem before dropping cachesJoe Richey joerichey@google.com
2017-09-01pam_fscrypt: PAM module no longer crashes on panicJoseph Richey
2017-08-30pam_fscrypt: Added logging and use of new pam APIJoe Richey
2017-08-29pam_fscrypt: Handle empty arguments listJoseph 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