-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
work around problem with RLog section grouping
git-svn-id: http://encfs.googlecode.com/svn/trunk@42 db9cf616-1c43-0410-9cb8-a902689de0d6
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters