]> git.apps.os.sepia.ceph.com Git - fscrypt.git/shortlog
fscrypt.git
2021-03-31 Eric BiggersRelease version v0.3.0 (#282)
2021-03-31 Joseph RicheyMerge pull request #283 from google/coverage
2021-03-31 Joe RicheyOnly run CI on master branch and PRs to master
2021-03-31 Joe RicheyStop generating and uploading coverage in CI
2021-03-09 Joseph RicheyMerge pull request #281 from ebiggers/pam_fscrypt-updates
2021-03-08 Eric BiggersREADME: improve PAM configuration documentation (again)
2021-03-08 Eric BiggersREADME: make it clear that pam_fscrypt also handles...
2021-03-08 Eric Biggerspam_fscrypt: make "lock_policies" the default behavior
2021-03-08 Eric Biggerspam_fscrypt: decide cache dropping behavior automatically
2021-03-03 Robert McQueenpam_fscrypt/config: prioritise over other session modules
2021-02-03 Eric Biggersci.yml: always run apt-get update
2021-01-25 Eric BiggersAvoid using the word "whitelist"
2021-01-19 Alastair Hughescmd/fscrypt: fix missing protector error format
2020-11-30 Henry-Joseph... bash-completion: add completion script
2020-11-26 Joe RicheyREADME: Fix badge image
2020-11-26 Eric BiggersSwitch from Travis CI to GitHub Actions
2020-11-26 Eric Biggerscli-tests: force processes spawned by 'expect' to have...
2020-11-10 Eric BiggersREADME.md: add table of contents
2020-11-08 Eric Biggerstravis.yml: upgrade to Ubuntu 20.04 and enable cli...
2020-11-08 Eric Biggerscmd/fscrypt: fix race condition in getPassphraseKey()
2020-11-08 Eric Biggerscli-tests/common.sh: fix _user_do()
2020-11-07 Eric Biggerscmd/fscrypt: fix isDirUnlockedHeuristic() on latest...
2020-10-15 sanjaymshTravis-ci: added support for ppc64le (#257)
2020-08-09 bitcodrFix nil error issue, Resolves https://github.com/google...
2020-08-07 Eric BiggersREADME.md: recommend 'sudo make install PREFIX=/usr...
2020-06-13 Eric BiggersRelease version v0.2.9 (#238)
2020-06-13 Eric BiggersMerge pull request #237 from ebiggers/t_v1_policy_fix
2020-06-13 Eric Biggerscmd/fscrypt: adjust status message for v1-encrypted...
2020-06-13 Eric Biggerscli-tests/t_v1_policy: clean up user keyrings at end...
2020-06-03 Eric BiggersMerge pull request #235 from ebiggers/32bit-fix
2020-06-03 Eric Biggerscmd/fscrypt: fix 32-bit build
2020-06-03 Eric Biggerstravis.yml: build 32-bit binary
2020-05-20 Eric BiggersRelease version v0.2.8 (#230)
2020-05-15 Eric Biggerscmd/fscrypt: fix up path formatting in ErrDirNotEmpty...
2020-05-14 Eric Biggerscmd/fscrypt: link to guide when interactively creating...
2020-05-14 Eric BiggersREADME.md: try to disambiguate "fscrypt" (#226)
2020-05-14 Eric BiggersREADME.md: further improve the "encryption not enabled...
2020-05-14 Eric BiggersREADME.md: fix typo "nrounds" => "rounds" (#228)
2020-05-12 Eric BiggersREADME.md: improve documentation for login protectors...
2020-05-10 Shuai WangDeclare instead of define variable in header file....
2020-05-09 Eric BiggersMerge pull request #219 from ebiggers/improve-errors
2020-05-09 Eric Biggerscmd/fscrypt: improve errors
2020-05-09 Eric Biggerscmd/fscrypt: remove ErrMaxPassphrase
2020-05-09 Eric Biggersfilesystem: improve errors
2020-05-09 Eric Biggersmetadata: improve errors
2020-05-09 Eric Biggerskeyring: improve errors
2020-05-09 Eric Biggerscrypto: improve errors
2020-05-09 Eric Biggersactions/policy: improve errors
2020-05-09 Eric Biggersactions/protector: improve errors
2020-05-09 Eric Biggersactions/config: improve config file related errors
2020-05-09 Eric Biggerscmd/fscrypt: make wrapText() support code blocks
2020-05-09 Eric BiggersMerge pull request #217 from ebiggers/detect-incomplete...
2020-05-09 Eric BiggersTry to detect incomplete locking of v1-encrypted directory
2020-05-09 Eric Biggerskeyring/user_keyring: switch to KEYCTL_UNLINK
2020-05-09 Eric BiggersMerge pull request #218 from ebiggers/cli-tests
2020-05-09 Eric Biggerscli-tests: add t_v1_policy_fs_keyring
2020-05-09 Eric Biggerscli-tests: add t_v1_policy
2020-05-09 Eric Biggerscli-tests: add t_unlock
2020-05-09 Eric Biggerscli-tests: add t_status
2020-05-09 Eric Biggerscli-tests: add t_setup
2020-05-09 Eric Biggerscli-tests: add t_passphrase_hashing
2020-05-09 Eric Biggerscli-tests: add t_not_supported
2020-05-09 Eric Biggerscli-tests: add t_not_enabled
2020-05-09 Eric Biggerscli-tests: add t_lock
2020-05-09 Eric Biggerscli-tests: add t_encrypt_raw_key
2020-05-09 Eric Biggerscli-tests: add t_encrypt_login
2020-05-09 Eric Biggerscli-tests: add t_encrypt_custom
2020-05-09 Eric Biggerscli-tests: add t_encrypt
2020-05-09 Eric Biggerscli-tests: add t_change_passphrase
2020-05-09 Eric BiggersWire up shellcheck of cli-tests/*.sh to 'make lint'
2020-05-09 Eric BiggersAdd cli-tests framework
2020-05-09 Eric Biggerscmd/fscrypt: add FSCRYPT_CONSISTENT_OUTPUT environmenta...
2020-05-09 Eric Biggerscmd/fscrypt: add FSCRYPT_ROOT_MNT environmental variable
2020-05-09 Eric Biggerscmd/fscrypt: add FSCRYPT_CONF environmental variable
2020-05-09 Eric Biggerstravis.yml: stop overriding e2fsprogs version (#222)
2020-05-09 Filip Staniskeyring: cast FS_IOC_REMOVE_ENCRYPTION_KEY to uintptr...
2020-04-17 Eric BiggersAllow fscrypt to work in containers (#213)
2020-03-24 Joe RicheyRelease version v0.2.7
2020-03-24 Joseph RicheyMakefile: Use trimpath if available (#208)
2020-03-23 Joseph Richeycmd: Simplify "fscrypt --version" output (#207)
2020-03-23 Joseph RicheyMerge pull request #205 from ebiggers/autoselect-v2
2020-03-23 Eric BiggersREADME.md: update v2 policy-related documentation
2020-03-23 Eric BiggersREADME.md: update examples to use v2 policies
2020-03-23 Eric BiggersImprove error message when unlocking v2 policy is unsup...
2020-03-23 Eric BiggersImprove error message when setting v2 policy is unsupported
2020-03-23 Eric BiggersCreate /etc/fscrypt.conf with policy_version 2 on kerne...
2020-03-23 Eric BiggersSimplify choosing the key description prefix
2020-03-20 Eric BiggersREADME.md: improve documentation for PAM configuration...
2020-02-22 Eric BiggersMakefile: clean up installation commands (#201)
2020-02-19 Anatol PomozovUse DESTDIR for install prefix (#200)
2020-02-11 Joseph RicheyRelease version v0.2.6 (#198)
2020-01-30 Eric Biggerscmd/fscrypt/commands: allow disabling recovery passphra...
2020-01-30 Eric BiggersMerge pull request #192 from ebiggers/cleanup-on-error
2020-01-28 Eric Biggersactions/policy: revert new protector links on failure
2020-01-28 Eric Biggersfilesystem: don't overwrite existing protector links
2020-01-28 Eric Biggerscmd/fscrypt/commands: clean up properly when encryptPat...
2020-01-28 Eric Biggersactions/recovery: revert protector if it can't be added...
2020-01-28 Eric Biggerscmd/fscrypt/errors: explicitly mark error messages...
2020-01-28 Eric Biggerscmd/fscrypt/setup: don't prompt to create /etc/fscrypt...
2020-01-28 Eric Biggersactions/recovery: ensure recovery passphrase is really...
next