| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |