Skip to content

Commit

Permalink
work around problem with RLog section grouping
Browse files Browse the repository at this point in the history
git-svn-id: http://encfs.googlecode.com/svn/trunk@42 db9cf616-1c43-0410-9cb8-a902689de0d6
  • Loading branch information
vgough committed Sep 10, 2008
1 parent dcbd57e commit 8837eb6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
22 changes: 22 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@

Tue Sep 9 2008 Valient Gough <[email protected]>
* work around problem with RLog section inlining

Mon Aug 25 2008 Valient Gough <[email protected]>
* fix potential null pointer exception in opendir handler,
affects MacOS systems but not Linux.

Sat Aug 23 2008 Valient Gough <[email protected]>
* bump library version
* add BOOST_SYSTEM check

Fri Aug 22 2008 Valient Gough <[email protected]>
* replace raw pointers with vector in EncFSConfig

Sun Aug 17 2008 Valient Gough <[email protected]>
* bump version to 1.5
* minor improvement to showFSInfo output
* make KDF function run longer in paranoia mode

Sat Aug 16 2008 Valient Gough <[email protected]>
* enable file hole support by default
* allow for automatic upgrade to PBKDF2 when changing passwords
* reset salt and iteration count when creating new password
* use PBKDF2 for new keys with salt and variable iteration count.
When creating a new key, adjusts iteration count to take
approximatly 1/2 a second of CPU time to test key.
Expand Down
4 changes: 4 additions & 0 deletions encfs/FileUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
#include <boost/serialization/split_free.hpp>
#include <boost/serialization/binary_object.hpp>

// disable rlog section grouping for this file.. seems to cause problems
#undef RLOG_SECTION
#define RLOG_SECTION

using namespace rel;
using namespace rlog;
using namespace std;
Expand Down

0 comments on commit 8837eb6

Please sign in to comment.