Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2018-03-25 | fusefrontend: add xattr support | Jakob Unterwurzacher | |
At the moment, only for reverse mode. https://github.com/rfjakob/gocryptfs/issues/217 | |||
2018-03-22 | Add `-masterkey=stdin` functionality | Jakob Unterwurzacher | |
https://github.com/rfjakob/gocryptfs/issues/218 | |||
2018-03-18 | Update Changelog for v1.4.4 | Jakob Unterwurzacher | |
2018-02-22 | update description of link to cppcryptfs project | bailey27 | |
2018-02-05 | README: Mention min required Go version | Jakob Unterwurzacher | |
2018-01-28 | added usage of reverse mode to README | Kenneth Newwood | |
2018-01-25 | Update README.md | rfjakob | |
README: add missing word | |||
2018-01-21 | Documentation: update xfstests outputv1.4.3 | Jakob Unterwurzacher | |
Also update the v1.4.3 release date to today. The release was delayed one day. | |||
2018-01-20 | Update changelog for 1.4.3 | Jakob Unterwurzacher | |
2017-12-25 | Pinned the link to line 38 of performance.txt to version 1.4.1 since ↵ | Rohan Talip | |
https://github.com/rfjakob/gocryptfs/commit/f0e29d9b90b63d5fbe4164161ecb0e1035bb4af4#diff-86b7f3262ae352959ee0e04cccaac1b0 added an extra line. | |||
2017-11-01 | README: Update changelog for v1.4.2 | Jakob Unterwurzacher | |
2017-08-21 | Fix misspellings reported by goreportcard.com | Jakob Unterwurzacher | |
https://goreportcard.com/report/github.com/rfjakob/gocryptfs#misspell | |||
2017-08-21 | README: update changelog for v1.4.1 releasev1.4.1 | Jakob Unterwurzacher | |
2017-07-01 | README: update mac os x support status to "beta" | Jakob Unterwurzacher | |
2017-06-20 | README: update changelog for v1.4v1.4 | Jakob Unterwurzacher | |
2017-06-01 | Implement force_owner option to display ownership as a specific user. | Charles Duffy | |
2017-05-30 | README: update changelog with short help text | Jakob Unterwurzacher | |
2017-05-25 | README: update changelog | Jakob Unterwurzacher | |
2017-05-22 | README: v1.3.1 will be called v1.4 | Jakob Unterwurzacher | |
2017-05-15 | README: start changelog for v1.3.1 | Jakob Unterwurzacher | |
2017-04-29 | README: set release date for v1.3v1.3 | Jakob Unterwurzacher | |
2017-04-29 | readpassword: increase max password size to 2048 | Jakob Unterwurzacher | |
This is the value EncFS uses, so let's follow suit. Suggested at https://github.com/rfjakob/gocryptfs/issues/77 . | |||
2017-04-29 | main: "--" should also block "-o" parsing | Jakob Unterwurzacher | |
Includes test cases. |