Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

fuse-encfs-1.4.1.1-1.fc7 RPM for i386

From Fedora 7 updates for i386

Name: fuse-encfs Distribution: Unknown
Version: 1.4.1.1 Vendor: Fedora Project
Release: 1.fc7 Build date: Wed Jan 23 00:12:52 2008
Group: System Environment/Kernel Build host: xenbuilder2.fedora.redhat.com
Size: 1101808 Source RPM: fuse-encfs-1.4.1.1-1.fc7.src.rpm
Packager: Fedora Project
Url: http://arg0.net/wiki/encfs
Summary: Encrypted pass-thru filesystem in userspace
EncFS implements an encrypted filesystem in userspace using FUSE.  FUSE
provides a Linux kernel module which allows virtual filesystems to be written
in userspace.  EncFS encrypts all data and filenames in the filesystem and
passes access through to the underlying filesystem.  Similar to CFS except that
it does not use NFS.

Provides

Requires

Copyright

GPLv3+

Signatures

internal MD5: 8c9d2e23d54d06f1015d4c3c2c009197
GPG

Changelog

* Wed Jan 23 2008 Peter Lemenkov <lemenkov@gmail.com> 1.4.1.1-1
  - Ver. 1.4.1.1
  - Changed License tag according to Fedora policy
  - Added new BR - boost-devel
  - Proper locale handling
  - Some other cosmetic changes
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.3.2-2
  - Rebuild for deps
* Fri Apr 13 2007 Peter Lemenkov <lemenkov@gmail.com> 1.3.2-1
  - Version 1.3.2
* Wed Sep 13 2006 Peter Lemenkov <lemenkov@gmail.com> 1.3.1-3.fc7
  - Rebuild for FC6
* Sun Aug 27 2006 Peter Lemenkov <lemenkov@newmail.ru> 1.3.1-2.fc7
  - Added necessary 'requires'field
* Thu May 04 2006 Peter Lemenkov <lemenkov@newmail.ru> 1.3.1-1.fc7
  - Version 1.3.1
* Fri Mar 31 2006 Peter Lemenkov <lemenkov@newmail.ru> 1.3.0-1.fc7
  - Version 1.3.0
* Fri Dec 16 2005 Peter Lemenkov <lemenkov@newmail.ru> 1.2.5-1
  - Initial build for FE
* Fri Nov 11 2005 Valient Gough <vgough@pobox.com>
  - 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
* Sat Aug 27 2005 Valient Gough <vgough@pobox.com>
  - 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
* Wed Apr 20 2005 Valient Gough <vgough@pobox.com>
  - 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 <vgough@pobox.com>
  - 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 <vgough@pobox.com>
  - 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 <vgough@pobox.com>
  - Release 1.1.10
  - fix problems with recursive rename
  - fix incorrect error codes from xattr functions
* Mon Aug 16 2004 Valient Gough <vgough@pobox.com>
  - Release 1.1.9
  - fix another rename bug (affected filesystems with 'paranoia' configuration)
* Sun Aug 15 2004 Valient Gough <vgough@pobox.com>
  - Release 1.1.8
  - Improve MAC block header processing.
* Fri Aug 13 2004 Valient Gough <vgough@pobox.com>
  - Release 1.1.7
  - fix bug in truncate() for unopened files.
* Tue Aug 10 2004 Valient Gough <vgough@pobox.com>
  - 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).
* Fri Jul 23 2004 Valient Gough <vgough@pobox.com>
  - Release 1.1.5
* Sun Jul 11 2004 Valient Gough <vgough@pobox.com>
  - Release 1.1.4
  - add external password prompt support.
* Fri Jun 25 2004 Valient Gough <vgough@pobox.com>
  - Release 1.1.3
* Sat May 29 2004 Valient Gough <vgough@pobox.com>
  - 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.
* Thu May 20 2004 Valient Gough <vgough@pobox.com>
  - Release 1.1.1
  - Fix MAC header memory size allocation error.
  - Add file rename-while-open support needed for Evolution.
* Fri May 14 2004 Valient Gough <vgough@pobox.com>
  - 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.
* Mon Apr 05 2004 Valient Gough <vgough@pobox.com>
  - Release 1.0.5
  - Allow truncate call to extend file (only shrinking was supported)
* Fri Mar 26 2004 Valient Gough <vgough@pobox.com>
  - Release 1.0.4
  - Large speed improvement.
  - Add support for FUSE major version 2 API.
* Thu Mar 18 2004 Valient Gough <vgough@pobox.com>
  - Release 1.0.3
  - Fix bugs in truncation and padding code.
* Sat Mar 13 2004 Valient Gough <vgough@pobox.com>
  - 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 <vgough@pobox.com>
  - 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 <vgough@pobox.com>
  - 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 <vgough@pobox.com>
  - 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 <vgough@pobox.com>
  - 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

Files

ˆK÷	%


Generated by rpm2html 1.8.1

Daniel Veillard, Tue Oct 7 03:55:22 2008