aboutsummaryrefslogtreecommitdiff
path: root/pam
AgeCommit message (Expand)Author
2019-07-26Update Travis to use Ubuntu 18.04 and Go 1.12 (#135)Joseph Richey
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
2018-02-11test: all packages should have testsJoseph 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-22Various small nits a helper functions for PAMJoe 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-17Changes from "make format"Joe Richey joerichey@google.com
2017-07-17pam: IsUserLoginToken now uses PAM libraryJoe Richey joerichey@google.com
2017-07-17pam: Add Go wrappers around PAM functionsJoe Richey joerichey@google.com
2017-07-17pam: C implementation for conversation and cleanupJoe Richey joerichey@google.com
2017-07-17pam: Add PAM Items and FlagsJoe Richey joerichey@google.com
2017-06-28Finalize import paths and documentationv0.1.00.1.0Joe Richey joerichey@google.com
2017-06-28Change error handling to new packageJoe Richey joerichey@google.com
2017-06-15pam: checking a user's login passphraseJoe Richey joerichey@google.com