Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-06 | configfile: warn about missing feature flags | Jakob Unterwurzacher | |
The plan is to drop support for the oldest filesystem versions in gocryptfs v1.0. For now, we only warn the user. | |||
2016-06-05 | configfile: use map[flagIota] for feature flags | Jakob Unterwurzacher | |
This should make things saner and more extensible. It prepares the infrastructure for "required feature flags" that will be used to deprecate old gocryptfs version. |