Jakob Unterwurzacher
bf66da6880
Update changelog
2020-05-17 19:40:30 +02:00
Jakob Unterwurzacher
a6f515008f
Update README for v1.8.0 release
2020-05-09 14:20:21 +02:00
Jakob Unterwurzacher
fdfaa849f8
tests: test xattr acls
...
Fixes https://github.com/rfjakob/gocryptfs/issues/453
2020-02-29 20:38:48 +01:00
Jakob Unterwurzacher
eeefddad6a
README: update changelog
2020-02-15 22:02:27 +01:00
Jakob Unterwurzacher
a92db18fe7
README: Raw64 change should be bold
...
This was a new feature flag.
2020-02-15 14:40:03 +01:00
Jakob Unterwurzacher
7116838abb
Travis CI: clean up Go versions
2019-12-29 14:16:06 +01:00
Jakob Unterwurzacher
8cb104f004
Update README for v1.7.1
2019-10-06 22:35:27 +02:00
Tonimir Kisasondi
df37318fba
Update readme.md
...
Just added a note to preinstall fuse, so the standalone
binary will work without problem.
2019-09-08 23:10:40 +02:00
Jakob Unterwurzacher
6df76db22b
Update README
2019-09-08 16:31:14 +02:00
Shubham Chaudhary
3e9b73d925
Add installation instructions in README.md
2019-09-01 12:57:23 +02:00
Jakob Unterwurzacher
991adfc934
-passwd now takes a passed -scryptn flag into account
...
https://github.com/rfjakob/gocryptfs/issues/400
2019-05-13 23:01:44 +02:00
Jakob Unterwurzacher
8f2723b387
Allow "nofail" for /etc/fstab use
2019-03-31 14:33:02 +02:00
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
2019-03-30 20:06:40 +01:00
Jakob Unterwurzacher
a4f461a305
Changelog: add --exclude-wildcard
2019-03-30 19:50:49 +01:00
Jakob Unterwurzacher
73f9e2374d
Add brew version shield
...
https://github.com/rfjakob/gocryptfs/issues/382
2019-03-23 23:33:51 +01:00
Jakob Unterwurzacher
8373959c95
Update changelog for v1.7
2019-03-17 16:59:11 +01:00
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
2019-03-03 13:25:30 +01:00
Jakob Unterwurzacher
bd055ed7de
Update changelog
2019-01-05 18:34:22 +01:00
Jakob Unterwurzacher
7f0de69fe2
Update changelog and gocryptfs-xray manpage
2019-01-04 20:12:07 +01:00
Jakob Unterwurzacher
cb524b60b4
Update changelog
2019-01-04 18:05:37 +01:00
Sebastian Lackner
ab169443fd
A few more spelling fixes.
...
Found with the 'codespell' utility.
2019-01-04 01:23:44 +01:00
Jakob Unterwurzacher
c1bd262600
Update README for v1.7-beta1
2019-01-03 20:38:36 +01:00
Sebastian Lackner
874eaf9734
Assorted spelling fixes.
...
Mostly detected with the 'codespell' utility, but also includes some
manual grammar fixes.
2018-12-27 15:19:55 +01:00
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.
2018-12-16 12:49:13 +01:00
Jakob Unterwurzacher
b29ee62749
Add v1.6.1 to changelog
2018-12-12 21:41:05 +01:00
Jakob Unterwurzacher
39f39cd63c
README: update benchmark output
2018-08-18 18:38:14 +02:00
Jakob Unterwurzacher
30ba8140f2
Update README for v1.6 release
2018-08-18 12:19:47 +02:00
Jakob Unterwurzacher
f2a0c6566e
README: list trezor support in changelog
2018-08-15 23:44:46 +02:00
Jakob Unterwurzacher
5acfbc1b2f
main: add -e as an alias for -exclude
2018-08-15 13:12:13 +02:00
Jakob Unterwurzacher
8989905333
Update changelog
2018-08-11 23:39:49 +02:00
Jakob Unterwurzacher
ec2fdc19cf
reverse mode: add --exclude option
...
https://github.com/rfjakob/gocryptfs/issues/235
2018-08-11 23:26:49 +02:00
Jakob Unterwurzacher
6544328f96
README: it's not a mirror
2018-07-04 09:10:36 +02:00
Jakob Unterwurzacher
794f4fcde5
README: call the Markdown source "mirror"
2018-07-04 09:08:26 +02:00
Jakob Unterwurzacher
f6a3e2c7d1
README: mention O_DIRECT change
2018-07-02 23:58:55 +02:00
Jakob Unterwurzacher
02ab358451
README: Add folders side-by-side animation gif
...
10 second animation that shows what gocryptfs does.
2018-07-01 15:28:22 +02:00
Jakob Unterwurzacher
009cc0ae8b
Update README and MANPAGE for v1.5
...
Also update the performance numbers. I see some slowdown, reason
is not yet clear, but nothing to block the release.
2018-06-12 23:07:42 +02:00
Jakob Unterwurzacher
4e5783591f
fsck: report skipped corrupt files
...
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
2018-04-03 21:24:48 +02:00
Jakob Unterwurzacher
1ed3d51df1
fusefrontend: add xattr support
...
At the moment, only for reverse mode.
https://github.com/rfjakob/gocryptfs/issues/217
2018-03-25 21:06:10 +02:00
Jakob Unterwurzacher
9bc039a4ba
Add -masterkey=stdin
functionality
...
https://github.com/rfjakob/gocryptfs/issues/218
2018-03-22 00:02:10 +01:00
Jakob Unterwurzacher
cdd91eaf72
Update Changelog for v1.4.4
2018-03-18 23:23:09 +01:00
bailey27
1ec5ccddd4
update description of link to cppcryptfs project
2018-02-22 15:50:36 +01:00
Jakob Unterwurzacher
a624aab8a1
README: Mention min required Go version
2018-02-05 22:24:51 +01:00
Kenneth Newwood
8afcb43b83
added usage of reverse mode to README
2018-01-28 15:40:20 +01:00
rfjakob
163964b090
Update README.md
...
README: add missing word
2018-01-25 21:35:57 +01:00
Jakob Unterwurzacher
7015a6ebfb
Documentation: update xfstests output
...
Also update the v1.4.3 release date to today.
The release was delayed one day.
2018-01-21 20:49:17 +01:00
Jakob Unterwurzacher
f63ce35b3d
Update changelog for 1.4.3
2018-01-20 14:27:03 +01:00
Rohan Talip
ca594b2349
Pinned the link to line 38 of performance.txt to version 1.4.1 since f0e29d9b90 (diff-86b7f3262ae352959ee0e04cccaac1b0)
added an extra line.
2017-12-25 15:06:19 +01:00
Jakob Unterwurzacher
6c2c2b9a8b
README: Update changelog for v1.4.2
2017-11-01 19:29:11 +01:00
Jakob Unterwurzacher
ed046aa359
Fix misspellings reported by goreportcard.com
...
https://goreportcard.com/report/github.com/rfjakob/gocryptfs#misspell
2017-08-21 21:06:05 +02:00
Jakob Unterwurzacher
a605e8fed0
README: update changelog for v1.4.1 release
2017-08-21 20:39:25 +02:00