Sebastian Messmer
556d9cf452
New default block size: 16KB
2017-09-19 11:20:28 +01:00
Sebastian Messmer
7e56c46bb0
CryFS tells the operating system to not swap the encryption key to the disk (note: this is best-effort and cannot be guaranteed. Hibernation, for example, will still write the encryption key to the disk)
2017-09-05 00:43:43 +01:00
Sebastian Meßmer
3d1bf9e2b9
Update ChangeLog
2017-08-31 23:48:22 +01:00
Sebastian Messmer
0c3f16d0ce
ChangeLog
2017-08-23 20:33:10 +01:00
Sebastian Messmer
679b14a4d8
* Allow mounting using system mount tool and /etc/fstab (e.g. mount -t fuse.cryfs basedir mountdir)
...
* Pass fuse options directly to cryfs (i.e. 'cryfs basedir mountdir -o allow_other' instead of 'cryfs basedir mountdir -- -o allow_other')
2017-08-23 09:56:03 +01:00
Sebastian Messmer
ade23f9b86
Merge branch 'develop' into next
2017-08-19 11:53:22 +01:00
Mouse
7abed14d63
Make compatible with the current Crypto++ master ( #163 )
...
* Make compatible with the current Crypto++ master
* Add auto-config and build script. Not important, just a time-saver.
* Address compatibility with Crypto++ 6.0 release, while maintaining compatibility
with the older Crypto++ releases.
* Polish comments in cryptopp_byte.h. Forgot to include it to RandomGeneratorThread - fixed.
* Late at night - forgot to fix the .cpp files that used ::byte...
* Renamed auto-config-and-run script
* Added comments/description, and commented out "make check" that fails anyway
* Changed the include guard to match the rest of the .h files
* Delete build script
* Update ChangeLog.txt
* Update ChangeLog.txt
2017-08-16 03:00:46 +01:00
Sebastian Messmer
d84e65ad76
Merge from develop
2017-02-18 13:22:43 +00:00
Sebastian Messmer
19bfe97d52
du reports correct space usage
2017-02-18 13:21:54 +00:00
Sebastian Messmer
4bcad82186
Add section for version 0.9.8
2017-02-11 12:35:42 +00:00
Sebastian Messmer
37603c5963
Mark Version 0.9.7 as released
2017-02-11 12:34:50 +00:00
Sebastian Messmer
d8f723f838
Merge branch 'develop' into next
2017-02-04 19:31:29 +00:00
Sebastian Messmer
dab097a8aa
Add gcc7 to changelog
2017-02-04 19:31:07 +00:00
Sebastian Messmer
42765c6be6
Merge from develop
2017-01-21 20:24:09 +00:00
Sebastian Meßmer
ff4186fb9f
Update ChangeLog.txt
2016-10-25 16:06:28 -07:00
Sebastian Messmer
abae027538
Fix compiler error on FreeBSD
2016-10-20 10:35:29 +02:00
Sebastian Messmer
9d05b8571c
Merge from develop
2016-10-13 18:30:27 +02:00
Sebastian Messmer
bbf6cb21c1
Mark version 0.9.6 as released
2016-10-13 17:37:03 +02:00
Sebastian Messmer
72b6874c12
Add fix for compiling the scrypt module under hardening-wrapper
2016-10-04 20:45:26 +02:00
Sebastian Messmer
bd74a5b762
More detailed error reporting if key derivation fails
2016-10-02 11:01:14 +02:00
Sebastian Meßmer
90adf20483
Update ChangeLog.txt
2016-09-25 11:42:49 +02:00
Sebastian Messmer
b027f8c007
Merge from develop
2016-09-24 20:43:54 +02:00
Sebastian Meßmer
6a4f5a167b
Update ChangeLog.txt
2016-09-24 19:48:01 +02:00
Sebastian Messmer
11a85ed29f
Allow building with -DCRYFS_UPDATE_CHECKS=off, which will create an executable with disabled update checks (the alternative to disable them in the environment also still works).
2016-09-24 13:16:26 +02:00
Sebastian Messmer
46a2251e9d
Fix potential (although improbable) deadlock
2016-09-24 11:01:22 +02:00
Sebastian Messmer
e30656797b
Add compatibility with Crypto++ 5.6.4
2016-09-24 09:39:37 +02:00
Sebastian Meßmer
a9360acc5b
Update ChangeLog.txt
2016-09-01 00:31:53 +02:00
Sebastian Messmer
b315154f08
Merge from develop
2016-07-23 10:17:42 +02:00
Sebastian Messmer
6360d452fe
Make compatible with libcurl >= 7.50
2016-07-23 09:04:50 +02:00
Sebastian Messmer
fdcd3b1314
ChangeLog
2016-07-15 01:20:12 +02:00
Sebastian Messmer
f4eb5534ad
Merge from develop
2016-06-28 14:52:18 -07:00
Sebastian Messmer
01daee784f
Mark version 0.9.5 as released
2016-06-28 02:32:09 -07:00
Sebastian Messmer
d6f505038a
ChangeLog
2016-06-27 20:05:46 -07:00
Sebastian Messmer
edc542e3c5
ChangeLog
2016-06-27 14:47:31 -07:00
Sebastian Messmer
f4a7878e37
Compatibility with GCC 6
2016-06-26 21:26:08 -07:00
Sebastian Meßmer
2852120982
Update ChangeLog.txt
2016-06-08 12:33:42 -07:00
Sebastian Messmer
7489de3381
Added timestamp fix to ChangeLog
2016-06-08 12:22:17 -07:00
Sebastian Messmer
9bb2e2e89a
Implement fsync() and fdatasync() syscalls for flushing open files
2016-06-07 18:36:59 -07:00
Sebastian Messmer
3ec52e94c7
Update ChangeLog
2016-06-04 00:46:07 -07:00
Sebastian Messmer
15bffdc0fb
Added recent changes to ChangeLog
2016-05-04 00:31:25 -07:00
Sebastian Messmer
010833e25b
Mark 0.9.4 as released
2016-04-29 15:28:24 -07:00
Sebastian Messmer
96ff62ffb0
Improve ChangeLog
2016-04-29 12:21:11 -07:00
Sebastian Messmer
9ed7bd0b41
Ciphertext blocks are split into subdirectories (before, all were on top level) to reduce number of files per directory. Some unix tools don't work well with directories with too many entries.
2016-04-29 12:21:02 -07:00
Sebastian Messmer
c403ec6b48
Fix a potential deadlock in the cache
2016-04-26 18:09:42 -07:00
Sebastian Messmer
2ff7d34980
Add fixed bug to ChangeLog
2016-04-25 17:48:25 -07:00
Sebastian Messmer
ce8b15f3d0
Mark 0.9.3 as released
2016-04-03 15:02:39 +02:00
Sebastian Messmer
d362605345
Mention Devuan in ChangeLog
2016-04-03 14:54:22 +02:00
Sebastian Messmer
02f3fa2074
Restructure ChangeLog into bug fixes and new features
2016-03-24 06:59:50 +00:00
Sebastian Messmer
18d05d165e
Use --blocksize instead of --blocksize-bytes, so we can (later) allow users to write "--blocksize 2M"
2016-03-24 06:45:41 +00:00
Sebastian Messmer
6e7004d485
Rename operation allows overwriting existing files.
2016-03-24 02:47:50 +00:00