Sebastian Messmer
|
8d09fb4c46
|
Set meaningful thread names for debugging purposes
|
2019-01-20 13:15:15 -08:00 |
|
Sebastian Messmer
|
58cb91102d
|
Implement cryfs-unmount for unmounting filesystems
|
2019-01-19 13:02:41 -08:00 |
|
Sebastian Messmer
|
30f8d02081
|
Windows: Allow mounting to drive letters instead of existing folders
|
2019-01-13 16:29:28 -08:00 |
|
Sebastian Messmer
|
fcc9d45f41
|
Apply a fix for Win 7
|
2018-12-22 10:25:47 +01:00 |
|
Sebastian Messmer
|
0b03326ca2
|
Exit after error message when run on Windows 7
|
2018-12-22 10:18:08 +01:00 |
|
Sebastian Messmer
|
fcd239ac65
|
Merge branch 'develop' into feature/win_pre10
|
2018-12-18 21:41:02 -08:00 |
|
Sebastian Messmer
|
944cb6c3c5
|
Return error code when integrity violation is encountered
|
2018-12-18 21:40:03 -08:00 |
|
Sebastian Messmer
|
d5d2be26be
|
Print error code on error
|
2018-12-18 21:23:16 -08:00 |
|
Sebastian Messmer
|
2648dd81ee
|
Show error message on pre-10 Windows
|
2018-12-14 00:40:38 -08:00 |
|
Sebastian Messmer
|
d68247070f
|
When an integrity violation occurs, gracefully unmount the file system and refuse to mount on future attempts
|
2018-12-10 21:20:18 -08:00 |
|
Sebastian Messmer
|
64150f294e
|
Fuse offers an onMounted callback that is called when everything is ready.
|
2018-12-09 12:27:53 -05:00 |
|
Sebastian Messmer
|
449133e3da
|
- Allow callback when fuse filesystem is mounted
- Use that callback to initialize the file system instead of initializing it up front
|
2018-12-03 01:57:30 -05:00 |
|
Sebastian Messmer
|
6a3efec18d
|
Allow installing non-release versions
|
2018-11-21 21:46:00 -08:00 |
|
Sebastian Messmer
|
74cd8abf05
|
Introduce CryKeyProvider to have an abstraction layer that allows plugging in non-password-based key providers
|
2018-10-27 09:48:57 -07:00 |
|
Sebastian Messmer
|
4b26c67146
|
Fix clang-tidy warnings
|
2018-10-14 22:26:30 +02:00 |
|
Sebastian Messmer
|
802ce7c4df
|
Add gcc -Werror run on CI
|
2018-09-30 00:33:09 -07:00 |
|
Sebastian Messmer
|
e45e410973
|
Build Windows Installer package with CPack and WIX
|
2018-09-27 04:35:48 +02:00 |
|
Sebastian Messmer
|
fd07b66173
|
Remove curl dependency on Windows, use WinHttp instead
|
2018-09-16 23:42:20 -07:00 |
|
Sebastian Messmer
|
9a7b9878f5
|
Change error handling in HttpClient
|
2018-09-16 23:37:12 -07:00 |
|
Sebastian Messmer
|
fafbbb8e3a
|
Portable way to ask for password
|
2018-09-03 16:51:59 -07:00 |
|
Sebastian Messmer
|
79ba320714
|
Fix logger for windows
|
2018-08-07 18:33:36 -07:00 |
|
Sebastian Messmer
|
70096de4e3
|
Fix command line parsing on Windows
|
2018-08-07 18:10:53 -07:00 |
|
Sebastian Messmer
|
1b577d000c
|
Fixes for MSVC
|
2018-07-17 21:08:17 -07:00 |
|
Sebastian Messmer
|
708cd99868
|
Start splitting fspp-fuse from fspp-interface
|
2018-05-21 08:11:43 -07:00 |
|
Sebastian Messmer
|
2ea77d4c26
|
Use boost::filesystem::path more portably
|
2018-05-20 19:22:46 -07:00 |
|
Sebastian Messmer
|
b715e18a59
|
Fix non-windows backtrace implementation
|
2018-05-18 22:29:41 -07:00 |
|
Sebastian Messmer
|
9d872ea00c
|
- Fix clash of our ERROR log level with the ERROR macro defined in windows
- Fix definition of log levels so msvc accepts them
|
2018-05-16 23:03:03 -07:00 |
|
Sebastian Messmer
|
b97da2c735
|
Use XDG instead of /home/heinzi/.cryfs to store integrity data
|
2018-05-01 23:54:30 -07:00 |
|
Sebastian Messmer
|
f29e398e51
|
Rename --no-integrity-checks to --allow-integrity-violations
|
2018-04-29 13:41:21 -07:00 |
|
Sebastian Messmer
|
2b88a0d051
|
Fix typo
|
2018-04-21 22:38:24 -07:00 |
|
Sebastian Messmer
|
d7a41089ba
|
Add environment variable to specify local storage directory
|
2018-04-21 22:04:21 -07:00 |
|
Sebastian Messmer
|
652b505eef
|
Add --allow-replaced-filesystem option to disable filesystem id checks
|
2018-02-03 08:33:59 -08:00 |
|
Sebastian Messmer
|
58fc26002b
|
Exit codes for integrity errors
|
2018-02-01 18:09:28 -08:00 |
|
Sebastian Messmer
|
f90b7ad778
|
Merge from develop
|
2018-02-02 00:21:51 +00:00 |
|
Sebastian Messmer
|
5948f63fc8
|
When CryFS fails to load a file system, the process stops with a helpful error code, which can be used by GUI tools to show detailed messages.
|
2018-02-02 00:08:01 +00:00 |
|
Sebastian Messmer
|
5463c14872
|
Remove --version test case because it doesn't work
|
2018-02-01 11:24:55 -08:00 |
|
Sebastian Messmer
|
05f3726ec3
|
Merge from develop
|
2018-02-01 11:21:26 -08:00 |
|
Sebastian Messmer
|
5fc0b7cae8
|
Add --version option that shows the CryFS version and exits.
|
2018-02-01 10:21:47 -08:00 |
|
Sebastian Messmer
|
67afdd4baa
|
Add test cases for --allow-filesystem-upgrade
|
2018-02-01 09:45:31 -08:00 |
|
Sebastian Messmer
|
8da4f4d362
|
Add --allow-filesystem-upgrade option which will upgrade old file systems without asking the user. This will be especially helpful for GUI tools.
|
2018-02-01 02:04:59 -08:00 |
|
Sebastian Messmer
|
e38af1001d
|
Remove unused using statements
|
2017-10-29 15:47:46 +00:00 |
|
Sebastian Messmer
|
3787777967
|
Optimize std::move use
|
2017-10-01 09:04:29 +01:00 |
|
Sebastian Messmer
|
be8a1efd35
|
Improve test cases
|
2017-09-30 22:24:33 +01:00 |
|
Sebastian Messmer
|
85759961ef
|
Don't keep update check connection open after update check is finished
|
2017-09-30 18:53:03 +01:00 |
|
Sebastian Messmer
|
49719e3e66
|
Use config file instead of dir for basedir metadata
|
2017-09-28 08:19:30 +01:00 |
|
Sebastian Messmer
|
aace4c2f13
|
Check that filesystem id didn't change since we loaded the basedir the last time
|
2017-09-28 07:41:08 +01:00 |
|
Sebastian Messmer
|
5299be5dda
|
Wire through the missingBlockIsIntegrityViolation setting
|
2017-09-16 16:49:33 +01:00 |
|
Sebastian Messmer
|
b6ce7c3ae4
|
Allow disabling integrity checks on command line
|
2017-09-16 16:18:53 +01:00 |
|
Sebastian Messmer
|
5fb4098c8b
|
Implement relatime behavior for performance
|
2017-08-23 20:32:36 +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 |
|