aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-13README: remove note about stabilityEric Biggers
2021-09-13README: remove note about planned commandsEric Biggers
2021-08-31Merge pull request #309 from ebiggers/troubleshootingJoseph Richey
2021-08-31README: document symlink size bugEric Biggers
2021-08-31README: documentation tweaksEric Biggers
2021-07-16cli-tests: fix failure with latest bash versionEric Biggers
2021-07-16README: add troubleshooting section for ENOPKG errorEric Biggers
2021-06-27README: add troubleshooting section for keyring linkage issueEric Biggers
2021-06-27cmd/fscrypt: fix detection of GRUB installationEric Biggers
2021-06-14README: improve troubleshooting tips for unlocked encrypted filesEric Biggers
2021-06-09README: improve troubleshooting section for login protector not in syncEric Biggers
2021-05-24Merge pull request #292 from josephlr/memJoseph Richey
2021-05-24Run the Garbage Collector in the timing loopJoe Richey
2021-05-24Only use 1/8 of the system RAMJoe Richey
2021-05-12filesystem: skip TestHaveReadAccessTo() when running as rootEric Biggers
2021-05-05Specify -buildmode=c-shared after GO_FLAGS rather than beforeEric Biggers
2021-04-27cmd/fscrypt: fix word mismatch "protector" => "policy"Gibeom Gwon
2021-04-22cmd/fscrypt: use golang.org/x/termTobias Klauser
2021-04-22Makefile: Optionally avoid installation of Ubuntu-specific PAM configFlorian Schmaus
2021-03-31Release version v0.3.0 (#282)v0.3.0Eric Biggers
2021-03-31Merge pull request #283 from google/coverageJoseph Richey
2021-03-31Only run CI on master branch and PRs to masterJoe Richey
2021-03-31Stop generating and uploading coverage in CIJoe Richey
2021-03-09Merge pull request #281 from ebiggers/pam_fscrypt-updatesJoseph Richey
2021-03-08README: improve PAM configuration documentation (again)Eric Biggers
2021-03-08README: make it clear that pam_fscrypt also handles lockingEric 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
2021-02-02ci.yml: always run apt-get updateEric Biggers
2021-01-25Avoid using the word "whitelist"Eric Biggers
2021-01-19cmd/fscrypt: fix missing protector error formatAlastair Hughes
2020-11-30bash-completion: add completion scriptHenry-Joseph Audéoud
2020-11-26README: Fix badge imageJoe Richey
2020-11-26Switch from Travis CI to GitHub ActionsEric Biggers
2020-11-26cli-tests: force processes spawned by 'expect' to have 80 column-outputEric Biggers
2020-11-09README.md: add table of contentsEric Biggers
2020-11-07travis.yml: upgrade to Ubuntu 20.04 and enable cli testsEric Biggers
2020-11-07cmd/fscrypt: fix race condition in getPassphraseKey()Eric Biggers
2020-11-07cli-tests/common.sh: fix _user_do()Eric Biggers
2020-11-07cmd/fscrypt: fix isDirUnlockedHeuristic() on latest kernelsEric Biggers
2020-10-15Travis-ci: added support for ppc64le (#257)sanjaymsh
2020-08-09Fix nil error issue, Resolves https://github.com/google/fscrypt/issues/242bitcodr
2020-08-07README.md: recommend 'sudo make install PREFIX=/usr' on Ubuntu (#244)Eric Biggers
2020-06-13Release version v0.2.9 (#238)v0.2.9Eric Biggers
2020-06-13Merge pull request #237 from ebiggers/t_v1_policy_fixEric Biggers
2020-06-13cmd/fscrypt: adjust status message for v1-encrypted dirsEric Biggers
2020-06-13cli-tests/t_v1_policy: clean up user keyrings at end of testEric Biggers
2020-06-02Merge pull request #235 from ebiggers/32bit-fixEric Biggers
2020-06-02cmd/fscrypt: fix 32-bit buildEric Biggers