]> git.apps.os.sepia.ceph.com Git - fscrypt.git/shortlog
fscrypt.git
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...
2020-01-23 ebiggersDocument how to check for kernel config options (#183)
2020-01-23 ebiggersprivileges.go: remove a stale comment (#184)
2020-01-23 ebiggersfilesystem: remove canonicalizePath() (#185)
2020-01-23 ebiggersMerge pull request #167 from ebiggers/recovery-passphrase
2020-01-23 Eric BiggersAutomatically generate recovery passphrase when useful
2020-01-23 ebiggersMerge pull request #148 from ebiggers/fscrypt-key-mgmt...
2020-01-05 Eric BiggersREADME.md: document new settings and troubleshooting...
2020-01-05 Eric Biggerscmd/fscrypt, keyring: add --all-users option to 'fscryp...
2020-01-05 Eric BiggersKeyring support for v2 encryption policies
2020-01-05 Eric BiggersMetadata support for v2 encryption policies
2020-01-05 Eric Biggerspam_fscrypt: update to handle filesystem keyring
2020-01-05 Eric Biggerscmd/fscrypt: adjust user and keyring validation and...
2020-01-05 Eric Biggerscmd/fscrypt: add 'fscrypt lock' command
2020-01-05 Eric Biggerskeyring: support filesystem keyring with v1 encryption...
2020-01-05 Eric BiggersAdd keyring package
2020-01-05 Eric BiggersREADME.md: document /etc/fscrypt.conf
2019-12-16 ebiggerskeyring: fix permission denied accessing user keyring...
2019-11-28 Eric BiggersREADME.md: update output to match reality
2019-11-28 Joseph RicheyMerge pull request #172 from ebiggers/login-passphrase...
2019-11-28 Eric BiggersREADME.md: remove obsolete warning about changing login...
2019-11-27 Eric Biggerscmd/fscrypt: preserve paragraphs in wrapText()
2019-11-27 Eric BiggersRename some variables from 'target' to 'targetUser'
2019-11-27 Eric BiggersUse latest fscrypt declarations from sys/unix
2019-11-27 Eric BiggersUpgrade to latest golang.org/x/sys module
2019-11-27 Eric Biggerscmd/fscrypt: adjust message when listing protector...
2019-11-27 Eric BiggersAllow filesystem links to contain leading/trailing...
2019-11-27 Eric Biggerstravis: set GO111MODULE=on for 'go get'
2019-11-09 Joseph RicheyMerge pull request #162 from josephlr/master
2019-11-06 Joe RicheyAdd Code of Conduct
2019-10-30 Joseph RicheyMerge pull request #154 from ebiggers/bind-mounts
2019-10-30 Eric Biggersfilesystem: add unit tests for loadMountInfo()
2019-10-30 Eric Biggersfilesystem: handle bind mounts properly
2019-10-30 Eric Biggersfilesystem: make link handling more robust
2019-10-30 Eric Biggersfilesystem: get correct device for kernel-mounted rootfs
2019-10-30 Eric Biggersfilesystem: add device number utilities
2019-10-30 Eric Biggersfilesystem: skip unnecessary mountpoint canonicalization
2019-10-30 Eric Biggersfilesystem: switch to using /proc/self/mountinfo
2019-10-29 Eric Biggersfilesystem: rename getMountInfo() to loadMountInfo()
2019-10-29 Eric Biggersfilesystem: remove Mount.Options
2019-10-29 Eric Biggersfilesystem: rename Mount.Filesystem to Mount.FilesystemType
next