summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-encfs/files/patch-encfs_encfs.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.9.1Emanuel Haupt2016-12-111-14/+7
| | | | | PR: 215204 Submitted by: dg@syrec.org (maintainer)
* sysutils/fusefs-encfs: Fix "Function not implemented" on create operationsKurt Jaeger2016-06-271-7/+5
| | | | | | | | Upstream fix was: https://github.com/vgough/encfs/commit/aacce54f42add2e4560b53c9138835151c332362 PR: 210532 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* sysutils/fusefs-encfs: 1.7.4 -> 1.8.1Kurt Jaeger2016-06-191-0/+20
- submitter becomes maintainer - reverse: re-enable kernel cache (bug #60) - reverse mode: disable unique IV by default (was enabled in 1.8) - add make benchmark-reverse - remove -o default_permissions unless needed to improve performance - add option --require-macs (bug #14) - add per-file IVs based on the inode number to reverse mode to improve security - add automatic benchmark (make benchmark) - compare MAC in constant time ( fixes bug #12 ) - add --nocache option PR: 210196 Submitted by: Dmitri Goutnik <dg@syrec.org>