Commit Graph

  • 9feb263dea tests: Add benchmark.pl - benchmark EncFS against eCryptfs Jakob Unterwurzacher 2014-12-08 18:05:44 +0100
  • 1c5c75c44f tests: Name all tests ".t.pl" Jakob Unterwurzacher 2014-12-08 17:39:10 +0100
  • 40531024c8 Merge pull request #36 from rfjakob/master Valient Gough 2014-12-02 12:43:11 -0800
  • 8c7cf98af6 Clarify read-only handling of reverse mounts without uniqueIV Jakob Unterwurzacher 2014-12-01 20:13:40 +0100
  • 8b8130782d tests: Unset ENCFS6_CONFIG before testing Jakob Unterwurzacher 2014-11-30 22:45:51 +0100
  • 73b2f7c850 Replace ternary operators in cipherPathWithoutRoot with if clause Jakob Unterwurzacher 2014-11-30 22:44:16 +0100
  • 8eea3be2db Add comments to path-handling functions in DirNode.cpp Jakob Unterwurzacher 2014-11-30 22:42:51 +0100
  • 34d15bbeaa Remove buggy prefix check from plainPath Jakob Unterwurzacher 2014-11-30 22:28:12 +0100
  • 91919929dd tests: reverse: symlink absolute path inside the plaintext dir Jakob Unterwurzacher 2014-11-30 22:22:20 +0100
  • 52f189b232 encfs_symlink: Fix argument naming (was reversed) Jakob Unterwurzacher 2014-11-30 20:55:18 +0100
  • 32102447e0 reverse: Filesystem is read-only of uniqueIV is enabled Jakob Unterwurzacher 2014-11-30 14:13:25 +0100
  • d1363578fc reverse: Make uniqueIV configurable in expert mode Jakob Unterwurzacher 2014-11-29 20:04:31 +0100
  • 7732466277 tests: Replace calls to dd with native writeZeroes Jakob Unterwurzacher 2014-11-29 13:35:02 +0100
  • 8620b46d56 Update changelog Jakob Unterwurzacher 2014-11-26 23:57:32 +0100
  • 89513f273a Merge pull request #34 from rfjakob/reverse-iv Valient Gough 2014-11-24 21:00:50 -0800
  • 73a5accb8e reverse: Derive IV from inode number Jakob Unterwurzacher 2014-11-23 21:20:06 +0100
  • 3fce933f65 Document SSL_Cipher::setIVec Jakob Unterwurzacher 2014-11-23 21:19:25 +0100
  • 43a1cd3344 tests: Get rid of df warnings Jakob Unterwurzacher 2014-11-23 21:17:27 +0100
  • 1b5cde2273 tests: Also verify file contents in grow test Jakob Unterwurzacher 2014-11-23 16:59:17 +0100
  • 76424a58cb Implement uniqueIV for reverse mode Jakob Unterwurzacher 2014-11-14 23:01:41 +0100
  • dee3f628e3 Implement --nocache Jakob Unterwurzacher 2014-11-17 21:57:06 +0100
  • 9f9e30a73f Check the assertions in cacheReadOneBlock explicitely Jakob Unterwurzacher 2014-11-17 20:13:03 +0100
  • 4608c1704b Merge pull request #29 from doughdemon/master Valient Gough 2014-11-16 20:55:25 -0800
  • 8431a8c401 simplify text of github project page Valient Gough 2014-11-16 20:37:40 -0800
  • 6d895fdc72 tests: Add --reverse file grow test Jakob Unterwurzacher 2014-11-17 00:31:33 +0100
  • 84dae17d4e Disable unsafe kernel caching for --reverse Jakob Unterwurzacher 2014-11-17 00:03:38 +0100
  • a00a3beb8e tests: explicitely verify that the reverse mount worked Jakob Unterwurzacher 2014-11-16 17:23:47 +0100
  • 68485500fd Log offending filename "too small" errors Jakob Unterwurzacher 2014-11-16 16:42:44 +0100
  • 5e834968b2 Handle ENCFS6_CONFIG set to non-existing file Jakob Unterwurzacher 2014-11-15 13:27:28 +0100
  • b2943eeed1 tests: Move helper funtion to common.inc Jakob Unterwurzacher 2014-11-15 12:13:40 +0100
  • 1227df72e2 Add function descriptions to BlockFileIO Jakob Unterwurzacher 2014-11-10 23:15:29 +0100
  • 7565fb149a Add comments documenting the filesystem config options Jakob Unterwurzacher 2014-11-09 13:59:35 +0100
  • 00811625cf Add comments describing the config load functions Jakob Unterwurzacher 2014-11-09 13:41:27 +0100
  • 5d3b246a0d V6SubVersion: Add comment explaining that the effective version is 20 Jakob Unterwurzacher 2014-11-09 13:04:34 +0100
  • 0053cd7a70 Actually print error message in withCipherPath and withFileNode Jakob Unterwurzacher 2014-11-09 12:40:39 +0100
  • cc274dca63 Exit on corrupt config file instead of overwriting it Jakob Unterwurzacher 2014-11-04 23:13:12 +0100
  • 8efda5b700 tests: Check that absolute symlinks work in reverse mode Jakob Unterwurzacher 2014-11-04 23:08:33 +0100
  • 4a2c53a4f9 encfs/encfsctl.cpp: add missing #include <limits.h> Felix Janda 2014-11-01 08:22:45 +0100
  • 8034da6a59 Use sys/xattr.h instead of attr/xattr.h by default Felix Janda 2014-11-01 08:22:10 +0100
  • 8ae9282efe fix uninitialized memory error in tests Valient Gough 2014-10-26 15:10:28 -0700
  • 8d515fda07 show verbose output for failed test Valient Gough 2014-10-26 14:50:43 -0700
  • 264f3735d9 fix clang warning Valient Gough 2014-10-26 11:59:20 -0700
  • 766564b55f return 1 on failure Valient Gough 2014-10-26 11:58:03 -0700
  • 1afc12975b test with both gcc and clang Valient Gough 2014-10-26 11:35:18 -0700
  • b3355962ee rewrite C++11 check to look for basic classes Valient Gough 2014-10-26 11:29:54 -0700
  • 01d409b2d7 add config macro to check for c++11 support Valient Gough 2014-10-26 11:02:13 -0700
  • 14b228d185 rework fuse version check Valient Gough 2014-10-26 10:50:10 -0700
  • fe4300a53e reduce boost dependency Valient Gough 2014-10-26 10:49:51 -0700
  • 19aba9fa77 reduce boost dependencies Valient Gough 2014-10-25 00:26:12 -0700
  • c4db4a1db5 fixed a bug with links to "/" Aikhjarto 2014-10-24 23:04:29 +0200
  • 73ea32c2c2 Merge pull request #25 from rfjakob/master Valient Gough 2014-10-22 23:15:23 -0700
  • 7e03b6d2c5 tests: Add reverse mode tests Jakob Unterwurzacher 2014-10-21 22:13:36 +0200
  • b696f87ace README.md: Mention EncFS unique features Jakob Unterwurzacher 2014-10-20 21:10:45 +0200
  • 6adc1e4a8f tests: Always run unit tests Jakob Unterwurzacher 2014-10-20 20:33:23 +0200
  • 0e8e1dd20c tests: Move perl tests to tests/, make them callable from top-level Makefile Jakob Unterwurzacher 2014-10-20 19:59:08 +0200
  • 38970c75bd tests: Port bash tests to perl Jakob Unterwurzacher 2014-10-19 21:05:51 +0200
  • d9c7d52b89 tests: Fix fusermount detection in tests.t Jakob Unterwurzacher 2014-10-19 20:29:46 +0200
  • 3b5035893d switch build status icon to vgough/encfs Valient Gough 2014-10-18 21:20:58 -0700
  • b3c851982f reformat using clang Valient Gough 2014-10-18 19:19:33 -0700
  • 4fd75ec6c4 link to old site Valient Gough 2014-10-17 22:20:09 -0700
  • 744f56b95d Merge pull request #23 from rfjakob/master Valient Gough 2014-10-17 13:58:42 -0700
  • 87fac6af57 Compare MACs in constant time to prevent timing attacks Jakob Unterwurzacher 2014-10-16 22:18:02 +0200
  • 8bda1c8a46 tests: Add integration tests Jakob Unterwurzacher 2014-10-16 22:09:57 +0200
  • 4488ccf02b clarify comments on dev branch Valient Gough 2014-10-15 21:08:31 -0700
  • 107f2a5fa6 Merge pull request #22 from rfjakob/master Valient Gough 2014-10-15 20:55:21 -0700
  • 7674edc13f Travis: Run self-tests after compile Jakob Unterwurzacher 2014-10-12 20:35:36 +0200
  • d09d344072 Add Travis CI config file and build status icon Jakob Unterwurzacher 2014-10-12 18:49:41 +0200
  • 61dc26fd8b Fix syntax error in encfsctl.pod (misplaced "=pod") Jakob Unterwurzacher 2014-10-12 18:41:34 +0200
  • 1c779f0221 Add .gitginore: Ignore files that are generated on build Jakob Unterwurzacher 2014-10-12 18:36:50 +0200
  • b3da46c2a9 Remove autogenerated files Jakob Unterwurzacher 2014-10-12 18:33:41 +0200
  • 8377467ef2 replace README.md on dev branch Valient Gough 2014-08-21 19:51:21 -0700
  • 974b856741 add README.md Valient Gough 2014-08-21 19:46:43 -0700
  • 0361c9558d Merge branch 'master' into 1.x Valient Gough 2014-08-21 19:34:19 -0700
  • 551a7869a9 Create gh-pages branch via GitHub Valient Gough 2014-08-18 22:34:35 -0700
  • 32b9e13f04 Create gh-pages branch via GitHub Valient Gough 2014-08-18 22:28:57 -0700
  • 98be02491a Create gh-pages branch via GitHub Valient Gough 2014-08-18 22:26:44 -0700
  • 59477525b3 add encfs combo image Valient Gough 2014-08-18 22:12:31 -0700
  • ab59624e75 Create gh-pages branch via GitHub Valient Gough 2014-08-18 22:02:45 -0700
  • ad9db84cea reformat file for shorter lines Valient Gough 2014-07-24 23:58:51 -0700
  • 401bb9e737 Update encfs.pod Valient Gough 2014-07-24 23:57:21 -0700
  • 92ad2d0384 Merge pull request #1 from vgough/docs/encfs-update Valient Gough 2014-07-24 23:54:30 -0700
  • 723209aad2 Update README.md Valient Gough 2014-07-24 23:51:56 -0700
  • 556bc812b4 Create README.md Valient Gough 2014-07-24 23:49:06 -0700
  • 712c242e30 doc: encfs add file-hole pass-through doc Sam Gleske 2014-07-25 00:20:19 -0400
  • f377d34dff doc: encfs spelling and grammar corrections Sam Gleske 2014-07-25 00:00:17 -0400
  • 16b1cff29b update boost m4 macros origin/1.x 1.x Valient Gough 2013-12-03 06:50:52 +0000
  • b27d4a79e2 remove outdated files from dist target Valient Gough 2013-12-03 06:26:07 +0000
  • 1593e4a981 allow use of earlier gettext version Valient Gough 2013-11-17 06:48:07 +0000
  • 15eb697a48 fix std::shared_ptr check Valient Gough 2013-11-17 06:36:14 +0000
  • 218124c359 add check for std::shared_ptr Valient Gough 2013-11-17 06:32:27 +0000
  • b5352f2381 1.x: backport support for std::shared_ptr, use __APPLE__ instead of __FreeBSD__ Valient Gough 2013-11-16 18:24:07 +0000
  • 3373886fdf 1.x: update gettext, replace autosprintf with boost::format Valient Gough 2013-11-13 06:45:46 +0000
  • 07b35f2b49 1.x: update autoconf, allow building with NLS disabled Valient Gough 2013-11-13 05:31:57 +0000
  • 96d21a4d54 fix compiler warnings on osx 10.9 Valient Gough 2013-11-11 06:19:49 +0000
  • 452690a7a3 fix build of mainline code for OSX 10.9 Valient Gough 2013-11-04 06:41:08 +0000
  • 96a5f19e02 fix some path issues after NameIO api change Valient Gough 2013-10-21 06:24:39 +0000
  • b606ef122b cleanup warnings from cppcheck Valient Gough 2013-10-21 05:38:54 +0000
  • d1a9ccdd19 rework NameIO interface to use string instead of C-strings, avoid leaking memory if error occurs Valient Gough 2013-10-21 05:38:27 +0000
  • 88f041a0b2 minor cleanup Valient Gough 2013-10-19 22:42:44 +0000
  • a89752dfe7 reformat with clang-format -style=Google Valient Gough 2013-10-19 22:35:26 +0000