| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-05 | pam_fscrypt: update to handle filesystem keyring | Eric Biggers | |
| FS_IOC_ADD_ENCRYPTION_KEY and FS_IOC_REMOVE_ENCRYPTION_KEY require root for v1 policy keys, so update the PAM module to re-acquire root privileges while provisioning/deprovisioning policies that need this. Also, only set up the user keyring if it will actually be used. | |||
| 2019-09-08 | Fix various typos and grammatical errors (#141) | ebiggers | |
| These were found by a combination of manual review and a custom script that checks for common errors. Also removed an outdated sentence from the comment for setupBefore(). | |||
| 2019-01-19 | Install pam modules/configs to the right location | Joe Richey | |
| Per the FHS, manually installed programs should go under /usr/local. This change also makes it easier to change the global installation prefix. For example, package managers should set PREFIX=/usr | |||
| 2018-08-23 | Improve debug and error output for pam_fscrypt | Joe Richey joerichey@google.com | |
| 2018-02-11 | vet: eliminate unnecessary shadowing | Joseph Richey | |
| Running "go vet -shadow ./..." finds all places where a variable might be incorrectly or unnecessarily shadowed. This fixes some of them. | |||
| 2018-02-11 | lint: Remove all build tags | Joseph Richey | |
| Our current build tags set off the linter. We will later add in more comprehensive build tags that will be properly formatted. | |||
| 2017-10-02 | security: Sync filesystem before dropping caches | Joe Richey joerichey@google.com | |
| 2017-09-01 | pam_fscrypt: PAM module no longer crashes on panic | Joseph Richey | |
| Now the offending panic will just be logged and the module will fail. This is important as to not crash the login process. | |||
| 2017-08-30 | pam_fscrypt: Added logging and use of new pam API | Joe Richey | |
| 2017-08-29 | pam_fscrypt: Handle empty arguments list | Joseph Richey | |
| 2017-08-29 | Added +build linux,cgo flags | Joe Richey | |
| 2017-08-24 | Updated documentation for PAM module help | Joseph Richey | |
| 2017-08-23 | pam_fscrypt: Session accounting completed | Joe Richey joerichey@google.com | |
| 2017-08-22 | pam_fscrypt: lock all PAM policies w/ flag | Joe Richey joerichey@google.com | |
| 2017-08-22 | pam_fscrypt: Updated module to use new APIs | Joe Richey joerichey@google.com | |
| 2017-08-22 | pam_fscrypt: The actual PAM module and config | Joe Richey joerichey@google.com | |