Hardcore Sushi
847d4fa781
Genesis patch
1 year ago
Jakob Unterwurzacher
9046d6d922
README: sync compile instructions with gocryptfs-website
1 year ago
Jakob Unterwurzacher
3dad9e0648
README: recommend build-without-openssl.bash
...
For build.bash, list missing dependencies: gcc, pkg-config
Fixes https://github.com/rfjakob/gocryptfs/issues/575
1 year ago
Jakob Unterwurzacher
14d422dc9c
README: update for v2.0.1 release
1 year ago
Jakob Unterwurzacher
c0e7530216
Update README for v2.0
1 year ago
Jakob Unterwurzacher
4488b5b93a
Update README for v2.0-beta4
1 year ago
Jakob Unterwurzacher
7466f12a92
README: fix broken markdown links
1 year ago
Jakob Unterwurzacher
c57fd9adc9
Update README for v2.0-beta3 release
1 year ago
Jakob Unterwurzacher
7e18ee6b86
README: fix compile instructions for Go 1.13+
...
"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
1 year ago
Jakob Unterwurzacher
eaca820e87
fusefrontend: do not encrypt ACLs
...
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
2 years ago
Jakob Unterwurzacher
4b4a68eb21
README: warn about incomplete ACL support
...
https://github.com/rfjakob/gocryptfs/issues/543
https://github.com/rfjakob/gocryptfs/issues/542
https://github.com/rfjakob/gocryptfs/issues/453
2 years ago
Jakob Unterwurzacher
5d498f3a24
README: mention MacFUSE v4.x support
...
https://github.com/rfjakob/gocryptfs/issues/544
2 years ago
Jakob Unterwurzacher
3ab1bcf1c5
README: note Trezor removal
...
Adding support for Trezor was listed, but removal was not,
causing confusion.
Closes https://github.com/rfjakob/gocryptfs/pull/534
2 years ago
Jakob Unterwurzacher
bed60101f4
nametransform: make `gocryptfs.diriv` and `gocryptfs.xxx.name` files 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
2 years ago
Jakob Unterwurzacher
de108d3fc0
-idle: don't lazy-unmount
...
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
2 years ago
Jakob Unterwurzacher
8470cc38df
MANPAGE: add -info example output
2 years ago
Jakob Unterwurzacher
5d872b7106
Update Changelog for v2.0-beta2
2 years ago
Jakob Unterwurzacher
029e44d405
README: add link to gocryptfs-inspect
...
This is *very* hard to find.
https://github.com/rfjakob/gocryptfs/issues/152
2 years ago
Jakob Unterwurzacher
95775bf52c
Update README for v2.0-beta1
2 years ago
Jakob Unterwurzacher
bf66da6880
Update changelog
2 years ago
Jakob Unterwurzacher
a6f515008f
Update README for v1.8.0 release
2 years ago
Jakob Unterwurzacher
fdfaa849f8
tests: test xattr acls
...
Fixes https://github.com/rfjakob/gocryptfs/issues/453
2 years ago
Jakob Unterwurzacher
eeefddad6a
README: update changelog
3 years ago
Jakob Unterwurzacher
a92db18fe7
README: Raw64 change should be bold
...
This was a new feature flag.
3 years ago
Jakob Unterwurzacher
7116838abb
Travis CI: clean up Go versions
3 years ago
Jakob Unterwurzacher
8cb104f004
Update README for v1.7.1
3 years ago
Tonimir Kisasondi
df37318fba
Update readme.md
...
Just added a note to preinstall fuse, so the standalone
binary will work without problem.
3 years ago
Jakob Unterwurzacher
6df76db22b
Update README
3 years ago
Shubham Chaudhary
3e9b73d925
Add installation instructions in README.md
3 years ago
Jakob Unterwurzacher
991adfc934
-passwd now takes a passed -scryptn flag into account
...
https://github.com/rfjakob/gocryptfs/issues/400
3 years ago
Jakob Unterwurzacher
8f2723b387
Allow "nofail" for /etc/fstab use
3 years ago
Jakob Unterwurzacher
ec17445b99
forward mode: create gocryptfs.diriv files with 0440 permissions
...
Makes it easier to share an encrypted folder via a network drive.
https://github.com/rfjakob/gocryptfs/issues/387
3 years ago
Jakob Unterwurzacher
a4f461a305
Changelog: add --exclude-wildcard
3 years ago
Jakob Unterwurzacher
73f9e2374d
Add brew version shield
...
https://github.com/rfjakob/gocryptfs/issues/382
3 years ago
Jakob Unterwurzacher
8373959c95
Update changelog for v1.7
3 years ago
Jakob Unterwurzacher
cf27037f20
Allow multiple -extpass arguments
...
To support arguments containing spaces, -extpass can now
be passed multiple times.
https://github.com/rfjakob/gocryptfs/issues/289
3 years ago
Jakob Unterwurzacher
bd055ed7de
Update changelog
4 years ago
Jakob Unterwurzacher
7f0de69fe2
Update changelog and gocryptfs-xray manpage
4 years ago
Jakob Unterwurzacher
cb524b60b4
Update changelog
4 years ago
Sebastian Lackner
ab169443fd
A few more spelling fixes.
...
Found with the 'codespell' utility.
4 years ago
Jakob Unterwurzacher
c1bd262600
Update README for v1.7-beta1
4 years ago
Sebastian Lackner
874eaf9734
Assorted spelling fixes.
...
Mostly detected with the 'codespell' utility, but also includes some
manual grammar fixes.
4 years ago
Jakob Unterwurzacher
9daa205c10
README: replace openssl-gcm.md with link to wiki
...
The CPU-Benchmarks wiki page has a lot more info
than openssl-gcm.md had.
4 years ago
Jakob Unterwurzacher
b29ee62749
Add v1.6.1 to changelog
4 years ago
Jakob Unterwurzacher
39f39cd63c
README: update benchmark output
4 years ago
Jakob Unterwurzacher
30ba8140f2
Update README for v1.6 release
4 years ago
Jakob Unterwurzacher
f2a0c6566e
README: list trezor support in changelog
4 years ago
Jakob Unterwurzacher
5acfbc1b2f
main: add -e as an alias for -exclude
4 years ago
Jakob Unterwurzacher
8989905333
Update changelog
4 years ago
Jakob Unterwurzacher
ec2fdc19cf
reverse mode: add --exclude option
...
https://github.com/rfjakob/gocryptfs/issues/235
4 years ago