work around problem with RLog section grouping

git-svn-id: http://encfs.googlecode.com/svn/trunk@42 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
Valient Gough 2008-09-10 05:53:44 +00:00
parent dcbd57ecd0
commit 8837eb6183
2 changed files with 26 additions and 0 deletions

View File

@ -1,5 +1,27 @@
Tue Sep 9 2008 Valient Gough <vgough@pobox.com>
* work around problem with RLog section inlining
Mon Aug 25 2008 Valient Gough <vgough@pobox.com>
* fix potential null pointer exception in opendir handler,
affects MacOS systems but not Linux.
Sat Aug 23 2008 Valient Gough <vgough@pobox.com>
* bump library version
* add BOOST_SYSTEM check
Fri Aug 22 2008 Valient Gough <vgough@pobox.com>
* replace raw pointers with vector in EncFSConfig
Sun Aug 17 2008 Valient Gough <vgough@pobox.com>
* bump version to 1.5
* minor improvement to showFSInfo output
* make KDF function run longer in paranoia mode
Sat Aug 16 2008 Valient Gough <vgough@pobox.com>
* 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.

View File

@ -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;