Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2017-04-01 | README: add 64-bit inode numbers to changelog | Jakob Unterwurzacher | |
2017-04-01 | README: link to audit | Jakob Unterwurzacher | |
2017-03-28 | README: mention OpenSSL header install | Jakob Unterwurzacher | |
https://github.com/rfjakob/gocryptfs/issues/98 | |||
2017-03-25 | README: use pre-rendered PNG logo | Jakob Unterwurzacher | |
This keeps the README working even if nuetzlich.net is unavailable. We use a PNG because github disallows embedding local SVGs. | |||
2017-03-25 | README: call the website mirror "Markdown source" | rfjakob | |
2017-03-25 | README: add link to website source code | rfjakob | |
2017-03-20 | readpassword: increase max password length to 2000 | Jakob Unterwurzacher | |
1000 was too low as at least one user had a password that was longer. Fixes https://github.com/rfjakob/gocryptfs/issues/93 | |||
2017-03-19 | README: missing closing brace | Jakob Unterwurzacher | |
2017-03-19 | README: fix broken markdown lists | Jakob Unterwurzacher | |
Github seems to have changed its markdown parser. It now requires three spaces for sublists. | |||
2017-03-19 | README: mention -serialize_reads | Jakob Unterwurzacher | |
...and v1.3-beta1 | |||
2017-03-05 | full stack: implement HKDF support | Jakob Unterwurzacher | |
...but keep it disabled by default for new filesystems. We are still missing an example filesystem and CLI arguments to explicitely enable and disable it. | |||
2017-03-05 | README: fix "compatibility" typo | Jakob Unterwurzacher | |
2017-03-05 | README: drop Go 1.4 compatability for gocryptfs v1.3 | Jakob Unterwurzacher | |
Also drop Go 1.4 from Travis CI and update other Go versions to latest point release. | |||
2017-02-28 | Update README.md (#85) | Peter Reschenhofer | |
Correcting year in changelog (1.2.1) | |||
2017-02-26 | README: update changelog for 1.2.1 releasev1.2.1 | Jakob Unterwurzacher | |
2017-02-23 | README: fix typo and simplify MANPAGE text | Jakob Unterwurzacher | |
2017-02-20 | Get rid of remaining $GOPATH dependencies | Jakob Unterwurzacher | |
2017-02-20 | build.bash: use $(go env GOPATH) | Jakob Unterwurzacher | |
2017-02-16 | README: also link to cppcryptfs | Jakob Unterwurzacher | |
2017-02-16 | README: mention graphical interfaces | Jakob Unterwurzacher | |
2017-02-12 | Add CLI ABI documentation | Jakob Unterwurzacher | |
Closes https://github.com/rfjakob/gocryptfs/issues/77 | |||
2016-12-04 | README: v1.2 includes the rendered man page in the tarballv1.2 | Jakob Unterwurzacher | |
2016-12-04 | Update README for v1.2 release | Jakob Unterwurzacher | |
2016-11-26 | Add write coalescing and -noprealloc to changelog | Jakob Unterwurzacher | |
2016-11-17 | README: start list for v1.2 | Jakob Unterwurzacher | |
2016-10-30 | README: fix "15#" typo | Jakob Unterwurzacher | |
2016-10-30 | Update README for v1.1.1v1.1.1 | Jakob Unterwurzacher | |
2016-10-24 | README: make badges not take vertical space | rfjakob | |
2016-10-24 | README: add Go report card badge | rfjakob | |
2016-10-21 | README: note the name of the AESSIV feature flag. | Jakob Unterwurzacher | |
2016-10-19 | Update README for v1.1v1.1 | Jakob Unterwurzacher | |
2016-10-09 | README: fix formatting error | Jakob Unterwurzacher | |
2016-10-09 | Drop contrib/pam_mount | Jakob Unterwurzacher | |
The README text has been moved to https://github.com/rfjakob/gocryptfs/wiki/Mounting-on-login-using-pam_mount and the gocryptfs_pam_mount.bash is no longer needed since commit 9cf3ced0ce95495cabd8f4e7055d1c98f42363c9 . | |||
2016-10-09 | Update README with -passfile, -o, -ko changes | Jakob Unterwurzacher | |
2016-10-09 | README: reverse mode is ticket #19, not #34 | Jakob Unterwurzacher | |
2016-10-09 | Update Changelog for v1.1-rc1v1.1-rc1 | Jakob Unterwurzacher | |
2016-09-26 | README: storage overhead is 32 bytes | Jakob Unterwurzacher | |
As stated in file-format.md. | |||
2016-07-17 | Update README for v1.0v1.0 | Jakob Unterwurzacher | |
2016-07-10 | README: Fix ticket #15 copy-paste errors | rfjakob | |
Thanks to @spaghetti2514 for noticing. | |||
2016-07-06 | README: update for 1.0-rc1v1.0-rc1 | Jakob Unterwurzacher | |
2016-06-23 | README: fix copy-paste error | Jakob Unterwurzacher | |