Commit Graph

414 Commits

Author SHA1 Message Date
2c541474b5 Allow writing when loading a reverse mount config
- set readOnly to false when uniqueIV is false
2016-06-04 19:12:21 +02:00
105a8acd60 logging: enable debug log only in verbose mode 2016-05-23 20:31:52 -07:00
d2f243a195 Fix incorrect masking in encfsctl export's copyContents
Code did not properly detect when a file had S_IFLNK mode
2016-05-23 23:07:16 +02:00
ad43aa10b2 use utimensat if available 2016-05-13 13:33:23 -07:00
e19f4a8c69 Merge pull request #171 from ial0/fix-refactor
Fix undeeded string assignment in eraseNode
2016-05-13 11:19:58 -07:00
4033ca85d2 The string copy will not be shallow, due to undordere_map returning a const std::string. 2016-05-12 17:11:59 +01:00
6ad5cd4225 Revert "unordered_map value type, is of std::pair<const Key, T>, hence a copy from const Key to Key is never shallow."
This reverts commit 6985c8f64c.
2016-05-12 17:03:10 +01:00
2fe6f89925 drop drone status v1.9-rc1 2016-05-10 23:01:58 -07:00
3076450d34 Merge pull request #164 from vgough/readdir
replace getdir with readdir
2016-05-10 22:53:47 -07:00
b0ef1d719e Merge pull request #165 from ial0/filenode_cache_refactor
Filenode cache refactor
2016-05-10 22:29:10 -07:00
6985c8f64c unordered_map value type, is of std::pair<const Key, T>, hence a copy from const Key to Key is never shallow. 2016-05-10 16:32:34 +01:00
af64702dd0 Simplify FileNode Cache. Remove the need for PlaceHolder.
- Store std::shared_ptr's directly, no need for PlaceHolder wrapper
 - Use std::forward_list to store shared_ptr's, the shared_ptr
   is guaranteed to be unique hence a set is an unnecessary overhead
 - Refactor code to use FileNode * instead of PlaceHolder *
2016-05-10 16:32:34 +01:00
282fe77ec7 replace getdir with readdir 2016-04-30 23:10:45 -07:00
ba9b25a1d2 reformat 2016-04-26 22:56:03 -07:00
057a5741e7 fix trivial memory leak 2016-04-26 22:55:56 -07:00
19a49b7865 Merge pull request #158 from benrubson/issue156
Improve unmount
2016-04-26 22:25:04 -07:00
aacce54f42 add encfs_create, fixes #162 2016-04-26 21:49:27 -07:00
01cdc07f95 fixes a never ending unmounting case, and log if we still have opened files 2016-04-26 08:49:29 +02:00
05a749d32f replace INFO log level 2016-04-25 21:18:08 -07:00
4326eed2ec drop old TR1 test 2016-04-25 21:10:41 -07:00
b70d4500bc Merge pull request #160 from vgough/glog
replace rlog with easylogging++
2016-04-24 23:21:16 -07:00
e47ec3d8c5 move tinyxml2 to internal path 2016-04-24 23:15:43 -07:00
8bf55774ac add license text for included sources 2016-04-24 23:15:43 -07:00
46a5c9f4f9 replace rlog with easylogging++ 2016-04-24 23:15:43 -07:00
f345450abd vendor tinyxml2 (#159)
* vendor tinyxml2 and switch to static build by default
* drop tinyxml2 from CI requirements
2016-04-24 21:33:15 -07:00
f7149eaf7a correct return code, fixes #142 2016-04-23 22:19:07 -07:00
671ff0e3f2 Merge pull request #154 from vgough/xml
replace boost serialization with tinyxml2
2016-04-15 16:05:03 -07:00
e78d1659e3 replace boost serialization with tinyxml2 2016-04-14 23:56:59 -07:00
bbf3d6f679 Merge pull request #150 from benrubson/issue81
Add method to check password
2016-04-10 21:24:42 -07:00
252f15e33d Add method to check password 2016-03-26 17:20:33 +01:00
0426051a3e Merge pull request #148 from jetwhiz/fork-master
Bugfix: Labels are backwards for "Block" and "Block32" encoding
Set default to Block32 on OSX and Windows.
2016-03-24 10:31:12 -07:00
0602d89e03 Merge pull request #149 from jetwhiz/fork-origin-15
add buffer size assertions when handling names
2016-03-24 10:29:51 -07:00
6db69c2b0a Consolidate rAssert statements in BlockNameIO
Whitespace cleanup
StreamNameIO rAssert statements should be the same
2016-03-24 16:34:52 +01:00
80a2492b9f Fix whitespace issues
Replace tabs with spaces
2016-03-24 15:57:06 +01:00
6ff6ee6cc8 Merge pull request #140 from Konubinix/master
Allow extpass option in encfsctl cat command
2016-03-23 22:32:05 -07:00
a0e02cb3ea Bugfix: Possible Out of Bounds Write in StreamNameIO and BlockNameIO #15
Issue #15, the encodeName functions fail to verify buffer length can
  store encoded filenames
For good measure and interface consistency, also check decodeName fnc
2016-03-23 14:07:52 +01:00
3d30e064ba Choose Block32 by default for Apple and Windows (Issue #8)
Default to Block32 when choosing standard or paranoid mode on
  case-insensitive systems (Apple and Windows)
2016-03-22 14:55:34 +01:00
b015f0c294 Amend: Labels are backwards for "Block" and "Block32" (Issue #8)
Forgot to update header declaration for CurrentInterface
2016-03-22 14:55:02 +01:00
aa08c382d9 Bugfix: Labels are backwards for "Block" and "Block32" encoding
Block32 should be used for case-insensitive systems (not Block)
2016-03-21 22:43:22 +01:00
cde0103a85 Allow to use extpass in encfsctl 2016-01-27 09:17:46 +01:00
da03864538 add donation section 2016-01-03 17:21:48 -08:00
34faaf417f Merge pull request #131 from brycv/master
Fix typo in man page
2015-12-13 22:07:39 -08:00
d84d46c21d Fix typo in man page 2015-11-30 13:51:38 -08:00
f0fdbd8fb0 Merge pull request #130 from rfjakob/issue112
Remove open_readonly_workaround
2015-11-30 11:21:43 -08:00
c2e046b694 Remove open_readonly_workaround
Since commit 82ceb88998 has removed
libfuse permissions checking, this function has caused read-only
files to writeable.

There seems to be no valid use case for writing to a read-only file (anymore?),
remove the function.

Fixes issue 112.
2015-11-30 08:43:41 +01:00
ed058fabcd Handle getSize errors in BlockFileIO::write
getSize can return -1 if the file was deleted.
Just return an error to the user instead of
crashing in a segmentation fault.
2015-11-23 08:16:05 +01:00
deba6064ac Merge pull request #128 from nckx/master
encfs.pod: remove duplicate full stops
2015-11-22 21:09:01 -08:00
5803be109d encfs.pod: remove duplicate full stops 2015-11-18 00:43:25 +01:00
52d5302eb9 Merge pull request #127 from rfjakob/repair-tests
Repair tests
2015-11-14 16:04:09 -08:00
a461d88cc3 Merge pull request #125 from ossobv/wjd-refuse_descent_into_own_mountpoint
Perform checks to ensure that we're not descending into ourself.
2015-11-14 16:03:00 -08:00