Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-07 | README: fix broken markdown links | Jakob Unterwurzacher | |
2021-04-24 | Update README for v2.0-beta3 releasev2.0-beta3 | Jakob Unterwurzacher | |
2021-03-26 | README: fix compile instructions for Go 1.13+ | Jakob Unterwurzacher | |
"go get -d" does not download to GOPATH/src anymore: https://github.com/golang/go/issues/31529 Use explicit "git clone" to the current directory as suggested in https://github.com/golang/go/issues/31529#issuecomment-484920157 . Fixes https://github.com/rfjakob/gocryptfs/issues/553 | |||
2021-02-07 | fusefrontend: do not encrypt ACLs | Jakob Unterwurzacher | |
Pass through system.posix_acl_access and system.posix_acl_default unencrypted to fix "cp -a" problems. "cp -a" uses "setxattr" even to set normal permissions, see https://www.spinics.net/lists/linux-nfs/msg63986.html . Fixes https://github.com/rfjakob/gocryptfs/issues/543 | |||
2021-02-07 | README: warn about incomplete ACL support | Jakob Unterwurzacher | |
https://github.com/rfjakob/gocryptfs/issues/543 https://github.com/rfjakob/gocryptfs/issues/542 https://github.com/rfjakob/gocryptfs/issues/453 | |||
2021-02-06 | README: mention MacFUSE v4.x support | Jakob Unterwurzacher | |
https://github.com/rfjakob/gocryptfs/issues/544 | |||
2021-01-31 | README: note Trezor removal | Jakob Unterwurzacher | |
Adding support for Trezor was listed, but removal was not, causing confusion. Closes https://github.com/rfjakob/gocryptfs/pull/534 | |||
2021-01-10 | nametransform: make `gocryptfs.diriv` and `gocryptfs.xxx.name` files ↵ | Jakob Unterwurzacher | |
world-readable Make `gocryptfs.diriv` and `gocryptfs.xxx.name` files world-readable to make encrypted backups easier when mounting via fstab. Having the files follow chmod/chown of their parent does not seem to be worth the hassle. The content of the diriv files is not secret, and both diriv and name files are protected by the perms of the parent dir. Fixes https://github.com/rfjakob/gocryptfs/issues/539 | |||
2021-01-02 | -idle: don't lazy-unmount | Jakob Unterwurzacher | |
When a process has its working dir inside the mount, the only way we notice is that we get EBUSY when trying to unmount. We used to lazy-unmount in this case, but this means pulling the rug from under the process. For example, bash will start throwing cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory messages. Fixes https://github.com/rfjakob/gocryptfs/issues/533 | |||
2020-11-14 | MANPAGE: add -info example output | Jakob Unterwurzacher | |
2020-11-14 | Update Changelog for v2.0-beta2v2.0-beta2 | Jakob Unterwurzacher | |
2020-10-22 | README: add link to gocryptfs-inspect | Jakob Unterwurzacher | |
This is *very* hard to find. https://github.com/rfjakob/gocryptfs/issues/152 | |||
2020-10-15 | Update README for v2.0-beta1v2.0-beta1 | Jakob Unterwurzacher | |
2020-05-17 | Update changelog | Jakob Unterwurzacher | |
2020-05-09 | Update README for v1.8.0 releasev1.8.0 | Jakob Unterwurzacher | |
2020-02-29 | tests: test xattr acls | Jakob Unterwurzacher | |
Fixes https://github.com/rfjakob/gocryptfs/issues/453 | |||
2020-02-15 | README: update changelog | Jakob Unterwurzacher | |
2020-02-15 | README: Raw64 change should be bold | Jakob Unterwurzacher | |
This was a new feature flag. | |||
2019-12-29 | Travis CI: clean up Go versions | Jakob Unterwurzacher | |
2019-10-06 | Update README for v1.7.1v1.7.1 | Jakob Unterwurzacher | |
2019-09-08 | Update readme.md | Tonimir Kisasondi | |
Just added a note to preinstall fuse, so the standalone binary will work without problem. | |||
2019-09-08 | Update README | Jakob Unterwurzacher | |
2019-09-01 | Add installation instructions in README.md | Shubham Chaudhary | |
2019-05-13 | -passwd now takes a passed -scryptn flag into account | Jakob Unterwurzacher | |
https://github.com/rfjakob/gocryptfs/issues/400 | |||
2019-03-31 | Allow "nofail" for /etc/fstab use | Jakob Unterwurzacher | |
2019-03-30 | forward mode: create gocryptfs.diriv files with 0440 permissions | Jakob Unterwurzacher | |
Makes it easier to share an encrypted folder via a network drive. https://github.com/rfjakob/gocryptfs/issues/387 | |||
2019-03-30 | Changelog: add --exclude-wildcard | Jakob Unterwurzacher | |
2019-03-23 | Add brew version shield | Jakob Unterwurzacher | |
https://github.com/rfjakob/gocryptfs/issues/382 | |||
2019-03-17 | Update changelog for v1.7v1.7 | Jakob Unterwurzacher | |
2019-03-03 | Allow multiple -extpass arguments | Jakob Unterwurzacher | |
To support arguments containing spaces, -extpass can now be passed multiple times. https://github.com/rfjakob/gocryptfs/issues/289 | |||
2019-01-05 | Update changelog | Jakob Unterwurzacher | |
2019-01-04 | Update changelog and gocryptfs-xray manpage | Jakob Unterwurzacher | |
2019-01-04 | Update changelog | Jakob Unterwurzacher | |
2019-01-04 | A few more spelling fixes. | Sebastian Lackner | |
Found with the 'codespell' utility. | |||
2019-01-03 | Update README for v1.7-beta1v1.7-beta1 | Jakob Unterwurzacher | |
2018-12-27 | Assorted spelling fixes. | Sebastian Lackner | |
Mostly detected with the 'codespell' utility, but also includes some manual grammar fixes. | |||
2018-12-16 | README: replace openssl-gcm.md with link to wiki | Jakob Unterwurzacher | |
The CPU-Benchmarks wiki page has a lot more info than openssl-gcm.md had. | |||
2018-12-12 | Add v1.6.1 to changelog | Jakob Unterwurzacher | |
2018-08-18 | README: update benchmark output | Jakob Unterwurzacher | |
2018-08-18 | Update README for v1.6 release | Jakob Unterwurzacher | |
2018-08-15 | README: list trezor support in changelog | Jakob Unterwurzacher | |
2018-08-15 | main: add -e as an alias for -exclude | Jakob Unterwurzacher | |
2018-08-11 | Update changelog | Jakob Unterwurzacher | |
2018-08-11 | reverse mode: add --exclude option | Jakob Unterwurzacher | |
https://github.com/rfjakob/gocryptfs/issues/235 | |||
2018-07-04 | README: it's not a mirror | Jakob Unterwurzacher | |
2018-07-04 | README: call the Markdown source "mirror" | Jakob Unterwurzacher | |
2018-07-02 | README: mention O_DIRECT change | Jakob Unterwurzacher | |
2018-07-01 | README: Add folders side-by-side animation gif | Jakob Unterwurzacher | |
10 second animation that shows what gocryptfs does. | |||
2018-06-12 | Update README and MANPAGE for v1.5v1.5 | Jakob Unterwurzacher | |
Also update the performance numbers. I see some slowdown, reason is not yet clear, but nothing to block the release. | |||
2018-04-03 | fsck: report skipped corrupt files | Jakob Unterwurzacher | |
OpenDir and ListXAttr skip over corrupt entries, readFileID treats files the are too small as empty. This improves usability in the face of corruption, but hides the problem in a log message instead of putting it in the return code. Create a channel to report these corruptions to fsck so it can report them to the user. Also update the manpage and the changelog with the -fsck option. Closes https://github.com/rfjakob/gocryptfs/issues/191 |