aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-01-10 16:21:16 +0100
committerJakob Unterwurzacher2016-01-10 16:21:16 +0100
commita8b01c191b76bb4504451202a11190d221f8caef (patch)
tree6bbdef48241dec142219760b169dc0b6847bf6ad /docs
parent551cab50f3706dc6f481c6dcb8bb837fcc368507 (diff)
Update securefs line count
Diffstat (limited to 'docs')
-rw-r--r--docs/comparison.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/comparison.md b/docs/comparison.md
index d8864db..622b491 100644
--- a/docs/comparison.md
+++ b/docs/comparison.md
@@ -29,7 +29,7 @@ Overview
| File interface | FUSE | FUSE | in-kernel filesystem | WebDAV | FUSE |
| Platforms | Linux (OSX planned [7]) | Linux, OSX; third-party Windows port | Linux only | Linux, OSX, Windows | Linux, OSX |
| User interface | Command line only | Command line; third-party graphical | Integrated in login process | Graphical only; Command line planned [8] | Command line only |
-| Lines of Code {1} | 3,442 | 9,320 | 7,662 {2} | 9,921 | 21,353 {3} |
+| Lines of Code {1} | 3,442 | 9,320 | 7,662 {2} | 9,921 | 4,704 {3} |
References:
[[1]](https://github.com/rfjakob/gocryptfs/releases/tag/v0.1)
@@ -46,7 +46,9 @@ References:
Notes:
{1} All computed using `cloc`
{2} Counting only `fs/ecryptfs/`
-{3} Counting `sources/`
+{3} The securefs `source/` directory contains embedded libraries. The count is produced using
+`cloc btree_dir.h commands.h exceptions.h file_table.h files.h logger.h operations.h streams.h utils.h xattr_compat.h btree_dir.cpp commands.cpp file_table.cpp files.cpp logger.cpp operations.cpp streams.cpp utils.cpp`
+and contains the files actually comprising securefs as [stated by the author](https://github.com/netheril96/securefs/issues/2#issuecomment-170349572).
General Security
----------------