Sebastian Messmer
68a4c5646a
Fix clang-tidy warnings
2021-04-21 17:37:40 -07:00
Sebastian Messmer
42169308b3
Update boost
2021-04-18 00:49:26 -07:00
midchildan
fe1b0f10d3
Support the latest FUSE on macOS ( #378 )
...
* feat: support latest FUSE on macOS
This drops osxfuse support in favor of macFUSE. macFUSE is a newer
version of osxfuse that supports the latest release of macOS, and is a
rebranded version of the same project.
* build: use pkg-config to find FUSE
Co-authored-by: Sebastian Messmer <smessmer@users.noreply.github.com>
2021-04-13 00:45:47 -07:00
Sebastian Messmer
944c8f2f66
Merge branch 'release/0.10' into develop
2021-02-23 08:26:46 -08:00
Sebastian Messmer
c6a69ae36b
Fixed crash on startup when running in an environment that doesn't have /home/heinzi set (e.g. an empty env), https://github.com/cryfs/cryfs/issues/374
2021-02-23 08:25:15 -08:00
Sebastian Messmer
e2cd97de96
Update ranges-v3 to 0.11.0
2021-01-14 20:08:09 -08:00
Sebastian Messmer
a245ac1ffb
Add XChaCha20-Poly1305 cipher and make it the default
2021-01-14 20:02:06 -08:00
Sebastian Messmer
3c64693778
Fix windows build
2021-01-13 12:35:44 -08:00
Sebastian Messmer
b3c6658466
Comments
2021-01-13 02:11:28 -08:00
Sebastian Messmer
d30f69c165
Fix data generation that was broken by the last commit
2021-01-12 23:00:12 -08:00
Sebastian Messmer
caf0b90325
Fix test cases for newer GCC versions in Release mode
2021-01-12 22:09:33 -08:00
jeremymeadows
353f287bde
Added an option to create a mountpoint with a missing directory ( #354 )
...
* Added an option to create a mountpoint with a missing directory
It skips the normal confirmation message, which makes cryfs easier
to use in scripts, or can be aliased for quicker use.
* separated basedir and mountpoint autocreate flags, and added tests
* Werror and clang-tidy fixes
added to the ChangeLog
* fixed the bugs that clang-tidy caused
never used clang before, so I don't really know what it did and why it
caused compile errors
2020-07-31 18:08:19 -07:00
Sebastian Messmer
76cf9ea0ed
cryfs-stats displays filesystem config information
2020-07-24 16:15:27 -07:00
Sebastian Messmer
3938942a02
- cryfs-stats tool is guaranteed to be readonly and not modify the file system
...
- Now shows a better error message when failing to load the config file and distinguishes between 'wrong password' and 'config file not found'
- The cryfs-stats tool only reads and never writes the cryfs.config file
2020-07-24 16:14:53 -07:00
Sebastian Messmer
5290947a98
Update CI to clang-tidy 9 and fix warnings
2020-07-22 10:32:43 -07:00
Sebastian Messmer
cf19fc4f30
Display file system configuration when loading
2020-07-19 16:57:37 -07:00
Sebastian Messmer
41ab58faf3
Remove cryfs-stats tool which isn't ready yet and could destroy the file system
2020-07-19 13:30:12 -07:00
Sebastian Messmer
ad0e064f42
Use noatime by default
2020-07-14 20:16:32 -07:00
Sebastian Messmer
b603d3b58a
Add an --immediate flag to cryfs-unmount that tries to unmount immediately and doesn't wait for processes to release their locks on the file system.
2020-07-13 18:43:50 -07:00
Sebastian Messmer
be20465f5e
Fixed determining the user's homedir: If $HOME and the /etc/passwd entry for the current user contradict each other, now $HOME takes preference over /etc/passwd.
2020-07-12 15:19:17 -07:00
Sebastian Messmer
2793e014d4
Fixed determining the user's homedir: If $HOME and the /etc/passwd entry for the current user contradict each other, now $HOME takes preference over /etc/passwd.
2020-07-12 15:18:21 -07:00
Sebastian Messmer
0e27097462
Allow building with local dependencies instead of using conan
2020-07-09 01:15:25 -07:00
Sebastian Messmer
6f94834c90
Fix bug where a comma in the base directory name would make the file system fail to mount, https://github.com/cryfs/cryfs/issues/326
2020-06-30 19:13:28 -07:00
Sebastian Messmer
9cbc12fc57
Fix bug where a comma in the base directory name would make the file system fail to mount, https://github.com/cryfs/cryfs/issues/326
2020-06-30 14:25:37 -07:00
Sebastian Messmer
873681a3ef
Silence compiler warning about unused httpClient when explicitly building without update checks
2020-06-30 00:09:31 -07:00
Sebastian Messmer
f179b8c4a4
Fix appveyor build
2020-06-27 17:27:16 -07:00
Sebastian Messmer
4329279163
Add spdlog via conan and not via the vendor/ directory
2019-11-07 15:25:30 -05:00
Sebastian Messmer
8e617b1342
Add support for atime mount options (noatime, strictatime, relatime, atime, nodiratime). As before, relatime is the default.
2019-11-05 10:08:04 -05:00
Sebastian Messmer
ae09ff98aa
Add range-v3 via conan and not via the vendor/ directory
2019-11-05 10:08:00 -05:00
Sebastian Messmer
8376a554cc
Setup conan and get boost dependency through it
2019-11-05 10:02:54 -05:00
Sebastian Messmer
cb01025c81
Simplify mocking thanks to new googletest features
2019-10-25 23:38:04 -07:00
Sebastian Messmer
bb4c10770a
Fix googletest deprecations
2019-10-19 18:38:54 -07:00
Sebastian Messmer
a76e7f26cf
- expectThrows
...
- expectFailsAssertion
- fix asserts
2019-10-13 13:01:57 +07:00
Sebastian Messmer
f6ef18b046
Fix gcc build
2019-09-30 10:50:51 +07:00
Sebastian Messmer
50341b763c
Merge branch 'release/0.10' into develop
2019-06-08 13:33:06 -07:00
Sebastian Messmer
efac089c76
- Add Clang 8 and GCC 9 to CI
...
- Switch clang-tidy to Clang 9
- Fix compiler and clang-tidy warnings produced by the previous points
2019-06-08 13:06:17 -07:00
Sebastian Messmer
e7f50badea
Fix unintentionally setting the thread name twice
2019-06-06 20:34:49 -07:00
Sebastian Messmer
f3b71f058a
Update to spdlog 1.3.1
2019-06-03 19:09:13 -07:00
Sebastian Messmer
e927a001e9
Remove unused variable
2019-06-01 20:42:20 -07:00
Sebastian Messmer
e26c76d5c9
Merge branch 'release/0.10' into develop
2019-06-01 20:04:36 -07:00
Sebastian Messmer
251272b517
Fix a race condition when a file descriptor is closed while there's read/write requests for that file being processed.
2019-06-01 19:27:47 -07:00
Sebastian Messmer
0aa0b64712
Refactor traversl in cryfs-stats
2019-05-26 02:34:26 -07:00
Sebastian Messmer
c5febd032a
Merge branch 'release/0.10' into develop
2019-05-25 20:19:44 -07:00
Sebastian Messmer
ad5b1e72e3
Improve fspp logging
2019-05-25 19:25:28 -07:00
Sebastian Messmer
412a1ecb90
Silence unused parameter warning
2019-05-25 14:22:45 -07:00
Sebastian Messmer
1d422cbb38
Fix occasional crash in mkdir() on Windows
2019-05-25 13:35:44 -07:00
Sebastian Messmer
7d40937b9a
Better logging when local state can't be loaded
2019-05-25 12:28:13 -07:00
Sebastian Messmer
85cc1669a2
Merge from release/0.10
2019-04-03 18:44:48 -07:00
Sebastian Messmer
951f76af15
Fix building with Boost 1.67
2019-04-03 18:36:53 -07:00
Sebastian Messmer
276e7f08e4
Switch from libunwind to boost::stacktrace
2019-04-01 19:18:49 -07:00