mirror of
https://github.com/vgough/encfs.git
synced 2025-06-24 14:02:13 +02:00
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:
parent
dcbd57ecd0
commit
8837eb6183
22
ChangeLog
22
ChangeLog
@ -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>
|
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.
|
* use PBKDF2 for new keys with salt and variable iteration count.
|
||||||
When creating a new key, adjusts iteration count to take
|
When creating a new key, adjusts iteration count to take
|
||||||
approximatly 1/2 a second of CPU time to test key.
|
approximatly 1/2 a second of CPU time to test key.
|
||||||
|
@ -63,6 +63,10 @@
|
|||||||
#include <boost/serialization/split_free.hpp>
|
#include <boost/serialization/split_free.hpp>
|
||||||
#include <boost/serialization/binary_object.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 rel;
|
||||||
using namespace rlog;
|
using namespace rlog;
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user