diff options
-rwxr-xr-x | Documentation/MANPAGE-render.bash (renamed from MANPAGE-render.bash) | 0 | ||||
-rw-r--r-- | Documentation/MANPAGE.md (renamed from MANPAGE.md) | 0 | ||||
-rw-r--r-- | Documentation/SECURITY.md (renamed from SECURITY.md) | 0 | ||||
-rw-r--r-- | Documentation/XFSTESTS.md (renamed from XFSTESTS.md) | 0 | ||||
-rw-r--r-- | Documentation/performance.txt (renamed from performance.txt) | 0 | ||||
-rw-r--r-- | README.md | 6 |
6 files changed, 3 insertions, 3 deletions
diff --git a/MANPAGE-render.bash b/Documentation/MANPAGE-render.bash index 9ea268d..9ea268d 100755 --- a/MANPAGE-render.bash +++ b/Documentation/MANPAGE-render.bash diff --git a/MANPAGE.md b/Documentation/MANPAGE.md index 517cc82..517cc82 100644 --- a/MANPAGE.md +++ b/Documentation/MANPAGE.md diff --git a/SECURITY.md b/Documentation/SECURITY.md index 4db4c24..4db4c24 100644 --- a/SECURITY.md +++ b/Documentation/SECURITY.md diff --git a/XFSTESTS.md b/Documentation/XFSTESTS.md index 3223143..3223143 100644 --- a/XFSTESTS.md +++ b/Documentation/XFSTESTS.md diff --git a/performance.txt b/Documentation/performance.txt index 2cd53a7..2cd53a7 100644 --- a/performance.txt +++ b/Documentation/performance.txt @@ -9,7 +9,7 @@ LoopbackFileSystem API. This project was inspired by [EncFS](https://github.com/vgough/encfs) and strives to fix its security issues (see EncFS tickets 9, 13, 14, 16). For details on the security of gocryptfs see the -[SECURITY.md](SECURITY.md) document. +[SECURITY.md](Documentation/SECURITY.md) document. Current Status -------------- @@ -32,7 +32,7 @@ as it mounts several test filesystems. In addition, I have ported `xfstests` to FUSE, the result is the [fuse-xfstests](https://github.com/rfjakob/fuse-xfstests) project. gocryptfs -passes the "generic" tests with one exception, results: [XFSTESTS.md](XFSTESTS.md) +passes the "generic" tests with one exception, results: [XFSTESTS.md](Documentation/XFSTESTS.md) A lot of work has gone into this. The testing has found bugs in gocryptfs as well as in go-fuse. @@ -62,7 +62,7 @@ Quickstart: -rw-rw-r--. 1 user user 233 7. Okt 23:23 gocryptfs.conf $ fusermount -u plain -See [MANPAGE.md](MANPAGE.md) for a description of available options. If you already +See [MANPAGE.md](Documentation/MANPAGE.md) for a description of available options. If you already have gocryptfs installed, run `./MANPAGE-render.bash` to bring up the rendered manpage in the pager (requires pandoc). |