Commit Graph

195 Commits

Author SHA1 Message Date
Sebastian Messmer 19598c4539 Clarify fix statement 2022-10-11 18:56:51 -07:00
Sebastian Messmer c878243074 Mention Apple python fix 2022-10-11 18:54:02 -07:00
Sebastian Messmer fd3c54fe69 Mention Apple Silicon build fix 2022-10-11 18:48:17 -07:00
Bernhard Rosenkraenzer ee6250380f Fix build with fmt 9.0 (#433)
* Fix build with fmt 9.0

Co-authored-by: Sebastian Meßmer <smessmer@users.noreply.github.com>
2022-07-22 07:36:34 -05:00
Sebastian Messmer dc330fa22e Mention OpenMP fix 2022-02-21 21:22:55 -08:00
Sebastian Messmer 0ef2693df6 Mark 0.11.1 as released 2021-12-23 09:06:28 +01:00
Sebastian Messmer fe71144377 Update to DokanY 1.2.2.1001 2021-12-22 22:18:19 +01:00
Sebastian Messmer 69770c77d4 cryfs-unmount correctly unmounts paths that contain spaces 2021-12-10 17:51:52 +01:00
Sebastian Messmer afd6f0d317 Update to CryptoPP 8.6. This fixes a rare bug where CryptoPP 8.5 encrypts data wrongly, see https://github.com/weidai11/cryptopp/issues/1069 2021-12-10 09:10:29 +01:00
Sebastian Messmer 69370a5d15 Fix building of the range-v3 dependency. The conan remote URL for this dependency changed and we have to use the new URL. This broke the homebrew build as well. 2021-12-09 15:12:45 +01:00
Sebastian Messmer c66fed0171 Merge tag '0.10.4' into develop 2021-08-22 10:16:29 -07:00
Sebastian Messmer 2514e123d2 Mark 0.10.4 as released 2021-08-22 10:15:55 -07:00
Sebastian Meßmer f5066d368f
Add backwards compatibility notes 2021-08-22 10:13:46 -07:00
Sebastian Messmer cb21dc977b Mark 0.11.0 as released 2021-08-18 14:08:03 -07:00
Sebastian Meßmer aaed25ae86
Mention Gentoo fixes in Changelog 2021-08-14 09:44:50 -07:00
Sebastian Meßmer 2ceab2a666
Update ChangeLog.txt 2021-06-21 10:31:34 -07:00
Sebastian Messmer a2b07cd8e8 Merge branch 'hotfix/gcc11' into feature/gcc11 2021-05-08 14:46:32 -07:00
Sebastian Messmer 27587ea1ac Fixed an issue when compiling with GCC 11, see https://github.com/cryfs/cryfs/issues/389 2021-05-08 14:44:27 -07:00
Sebastian Meßmer 8ac8263bf7
Update ChangeLog.txt 2021-04-25 22:47:28 -07:00
Sebastian Messmer 5cf5816675 Disable LTO because crypto++ has problems with it 2021-04-25 17:19:50 -07:00
Sebastian Messmer 46ada21a30 Update to CryptoPP 8.5.0. This should make it work with Apple M1 2021-04-25 17:19:49 -07:00
Sebastian Messmer e93c89a05c Mention boost update in ChangeLog 2021-04-18 00:51:15 -07:00
Sebastian Meßmer dc65e842da
Update ChangeLog.txt 2021-04-13 00:47:42 -07:00
Sebastian Messmer 7cab57996d Update spdlog to 1.8.5 2021-04-04 10:03:16 -07:00
Sebastian Messmer 148c6d298b Update CircleCI machine to 20.04 2021-04-03 23:13:18 -07:00
Sebastian Messmer aff221e61b Merge branch 'release/0.10' into develop 2021-04-02 14:01:02 -07:00
Sebastian Messmer 0f83a1ab7e Mark 0.10.3 as released 2021-04-02 10:08:08 -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 042c7130eb Update to spdlog 1.8.2 2021-01-14 20:00:19 -08:00
Sebastian Messmer 6927a7087a Build with LTO if the compiler supports it 2021-01-06 20:42:07 -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 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 cd9aa14202 Merge branch 'release/0.10' into develop 2020-07-21 23:52:03 -07:00
Sebastian Messmer 127a18e2fa Add feature to changelog 2020-07-19 16:58:24 -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 959bbab99c Typo 2020-07-15 16:47:44 -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 7d48336f8d Merge branch 'release/0.10' into develop 2020-07-12 20:43:54 -07:00
Sebastian Messmer d32a98602b Fix Android compilation using patch file https://github.com/termux/termux-root-packages/files/4664745/config.h.patch.txt from https://github.com/cryfs/cryfs/issues/345 2020-07-12 20:43:09 -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 247ef47f94 Upgrade requirement to cmake 3.6 because that's needed to build the range-v3 dependency (if built locally and not with a prebuilt conan package) 2020-06-29 12:51:10 -07: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