Changelog for
fuse-encfs-1.2.5-1.ML5.x86_64.rpm :
* Mon Apr 03 2006 Eddy Nigg
- rebuild and update for StartCom Linux 5.0.x
* Fri Dec 16 2005 Peter Lemenkov 1.2.5-1- Initial build for FE
* Fri Nov 11 2005 Valient Gough - Release 1.2.5- Fix race condition when using newer versions of GCC. Fixes problem reported by Chris at x.nu.- add encfssh script, thanks to David Rosenstrauch
* Fri Aug 26 2005 Valient Gough - Release 1.2.4- fix segfault if small invalid filenames were encountered in the encrypted directory, reported by paulgfx.- try and detect if user tries to mount the filesystem over the top of the encrypted directory, problem reported by paulgfx.- environment variable ENCFS5_CONFIG can be used to override the location of the .encfs5 configuration file.- add encfsctl \'export\' command, patch from Janne Hellsten
* Tue Apr 19 2005 Valient Gough - Release 1.2.1- add --public mount option- add --stdinpass option to read password from stdin for scripting- import latest rosetta translation updates
* Thu Feb 10 2005 Valient Gough - Release 1.2.0- Fix bug with MAC headers and files > 2GB, reported by Damian Frank- Fix bug with external password interface which could result in problems communicating with external password program. Found by Olivier Dournaux.- Switch to FUSE 2.2 API -- support for FUSE 1.x has been dropped.- Add support for inode numbering pass-thru (when used \'use_ino\' option to fuse). This allows encoded filesystem to use the same inode numbers as the underlying filesystem.
* Wed Jan 12 2005 Valient Gough - Release 1.1.11- add internationalization support. Thanks to lots of contributors, there are translations for serveral languages.- added workaround for libfuse mount failure with FUSE 1.4- fix compile failure with FUSE 1.4
* Mon Nov 08 2004 Valient Gough - Release 1.1.10- fix problems with recursive rename- fix incorrect error codes from xattr functions
* Sun Aug 15 2004 Valient Gough - Release 1.1.9- fix another rename bug (affected filesystems with \'paranoia\' configuration)
* Sat Aug 14 2004 Valient Gough - Release 1.1.8- Improve MAC block header processing.
* Thu Aug 12 2004 Valient Gough - Release 1.1.7- fix bug in truncate() for unopened files.
* Mon Aug 09 2004 Valient Gough - Release 1.1.6- fix header IV creation when truncate() used to create files.- add support for IV chaining to old 0.x filesystem support code (useful for systems with old OpenSSL, like RedHat 7.x).
* Thu Jul 22 2004 Valient Gough - Release 1.1.5
* Sat Jul 10 2004 Valient Gough - Release 1.1.4- add external password prompt support.
* Thu Jun 24 2004 Valient Gough - Release 1.1.3
* Fri May 28 2004 Valient Gough - Release 1.1.2- Fix bug affecting filesystems with small empty directories (like XFS)- Updates to recursive rename code to undo all changes on failure.- Fix OpenSSL dependency path inclusion in build.
* Wed May 19 2004 Valient Gough - Release 1.1.1- Fix MAC header memory size allocation error.- Add file rename-while-open support needed for Evolution.
* Thu May 13 2004 Valient Gough - Second release candidate for version 1.1- Add support for block mode filename encryption.- Add support for per-file initialization vectors.- Add support for directory IV chaining for per-directory initialization vectors.- Add support for per-block MAC headers for file contents.- Backward compatibility support dropped for filesystems created by version 0.x. Maintains backward compatible support for versions 1.0.x.
* Sun Apr 04 2004 Valient Gough - Release 1.0.5- Allow truncate call to extend file (only shrinking was supported)
* Fri Mar 26 2004 Valient Gough - Release 1.0.4- Large speed improvement.- Add support for FUSE major version 2 API.
* Thu Mar 18 2004 Valient Gough - Release 1.0.3- Fix bugs in truncation and padding code.
* Sat Mar 13 2004 Valient Gough - Release 1.0.2- Use pkg-config to check for OpenSSL and RLog build settings- Add support for \'--\' argument to encfs to pass arbitrary options to FUSE / fusermount.- Add man pages.
* Tue Mar 02 2004 Valient Gough - Release 1.0.1- Fix problem with using OpenSSL\'s EVP_BytesToKey function with variable key length ciphers like Blowfish, as it would only generate 128 bit keys.- Some configure script changes to make it possible to use --with-extra-include configure option to pick up any necessary directories for OpenSSL.
* Fri Feb 27 2004 Valient Gough - Release 1.0- Added some pre-defined configuration options at startup to make filesystem creation a bit more user friendly.
* Mon Feb 23 2004 Valient Gough - Merge development branch to mainline. Source modularized to make it easier to support different algorithms.- Added encfsctl program which can show information about an encrypted directory and can change the user password used to store the volume key.- Added support for AES and BlowFish with user specified keys and block sizes (when building with OpenSSL >= 0.9.7).- Backward compatible with old format, but new filesystems store configuration information in a new format which is not readable by old encfs versions.
* Sat Feb 07 2004 Valient Gough - Improved performance by fixing cache bug which caused cached data to not be used as often as it could have been. Random seek performance improved by 600% according to Bonnie++ benchmark.- Fixed bugs preventing files larger then 2GB. Limit should now be around 128GB (untested - I don\'t have that much drive space). > 2GB also requires recent version of FUSE module (from Feb 6 or later) and an underlying filesystem which supports large files.- Release 0.6