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

ecryptfs-utils-96-3.fc15 RPM for x86_64

From Fedora 15 updates for x86_64

Name: ecryptfs-utils Distribution: Fedora Project
Version: 96 Vendor: Fedora Project
Release: 3.fc15 Build date: Tue Jun 5 16:09:44 2012
Group: System Environment/Base Build host: x86-04.phx2.fedoraproject.org
Size: 575448 Source RPM: ecryptfs-utils-96-3.fc15.src.rpm
Packager: Fedora Project
Url: https://launchpad.net/ecryptfs
Summary: The eCryptfs mount helper and support libraries
eCryptfs is a stacked cryptographic filesystem that ships in Linux
kernel versions 2.6.19 and above. This package provides the mount
helper and supporting libraries to perform key management and mount
functions.

Install ecryptfs-utils if you would like to mount eCryptfs.

Provides

Requires

License

GPLv2+

Changelog

* Mon Jun 04 2012 Michal Hlavinka <mhlavink@redhat.com> - 96-3
  - for file name encryption support check, module must be loaded already
* Mon Apr 16 2012 Michal Hlavinka <mhlavink@redhat.com> - 96-2
  - when ecryptfs-mount-fails, check if user is member of ecryptfs group
* Mon Feb 20 2012 Michal Hlavinka <mhlavink@redhat.com> - 96-1
  - ecryptfs-utils updated to 96
* Thu Feb 09 2012 Michal Hlavinka <mhlavink@redhat.com> - 95-2
  - blowfish and twofish support check did not work with on 3.2.x kernels (#785036)
* Fri Dec 16 2011 Michal Hlavinka <mhlavink@redhat.com> - 95-1
  - updated to v. 95
* Tue Nov 01 2011 Michal Hlavinka <mhlavink@redhat.com> - 93-1
  - updated to v. 93
* Wed Aug 31 2011 Michal Hlavinka <mhlavink@redhat.com> - 90-2
  - set the group id in mount.ecryptfs_private (CVE-2011-3145)
* Thu Aug 11 2011 Michal Hlavinka <mhlavink@redhat.com> - 90-1
  - security fixes:
  - privilege escalation via mountpoint race conditions (CVE-2011-1831, CVE-2011-1832)
  - race condition when checking source during mount (CVE-2011-1833)
  - mtab corruption via improper handling (CVE-2011-1834)
  - key poisoning via insecure temp directory handling (CVE-2011-1835)
  - information disclosure via recovery mount in /tmp (CVE-2011-1836)
  - arbitrary file overwrite via lock counter race (CVE-2011-1837)
* Tue Aug 09 2011 Michal Hlavinka <mhlavink@redhat.com> - 87-9
  - improve logging messages of ecryptfs pam module
  - keep own copy of passphrase, pam clears it too early
* Wed Aug 03 2011 Michal Hlavinka <mhlavink@redhat.com> - 87-8
  - keyring from auth stack does not survive, use pam_data and delayed 
    keyring initialization
* Thu Jul 21 2011 Michal Hlavinka <mhlavink@redhat.com> - 87-7
  - fix pam module to set ecryptfs gid before mount helper execution
  - do not use zombie process, it causes lock ups in ssh
* Tue Jul 19 2011 Michal Hlavinka <mhlavink@redhat.com> - 87-6
  - do not use memcpy for overlaping areas
  - fix broken pam module resulting in session with wrong gid
* Mon Jul 11 2011 Michal Hlavinka <mhlavink@redhat.com> - 87-5
  - fix mtab handling everywhere
* Thu Jun 09 2011 Michal Hlavinka <mhlavink@redhat.com> - 87-4
  - check for ecryptfs pam module before home dir migration
* Tue Jun 07 2011 Michal Hlavinka <mhlavink@redhat.com> - 87-3
  - update of mtab does not work if it's a symlink (#706911)
* Thu May 26 2011 Michal Hlavinka <mhlavink@redhat.com> - 87-2
  - auto-load ecryptfs module in ecryptfs-setup-private
* Tue May 24 2011 Michal Hlavinka <mhlavink@redhat.com> - 87-1
  - updated to v. 87
* Fri Mar 11 2011 Michal Hlavinka <mhlavink@redhat.com> - 86-3
  - fix man pages
* Wed Mar 02 2011 Michal Hlavinka <mhlavink@redhat.com> - 86-2
  - fix selinux context
* Fri Feb 25 2011 Michal Hlavinka <mhlavink@redhat.com> - 86-1
  - updated to v. 86
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 85-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Tue Feb 01 2011 Michal Hlavinka <mhlavink@redhat.com> - 85-1
  - ecryptfs-utils updated to 85
* Tue Jan 11 2011 Dan Horák <dan[at]danny.cz> - 84-3
  - fix build on arches where char is unsigned by default
* Tue Jan 04 2011 Michal Hlavinka <mhlavink@redhat.com> - 84-2
  - fix unsigned < 0 test (#664474)
* Mon Dec 20 2010 Michal Hlavinka <mhlavink@redhat.com> - 84-1
  - ecryptfs-utils updated to 84
* Wed Sep 29 2010 jkeating - 83-9
  - Rebuilt for gcc bug 634757
* Wed Sep 22 2010 Michal Hlavinka <mhlavink@redhat.com> - 83-8
  - add missing gettext require (#630212)
* Mon Jul 26 2010 Michal Hlavinka <mhlavink@redhat.com> - 83-7
  - fix ftbfs for python mass rebuild
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 83-6
  - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
* Tue May 04 2010 Michal Hlavinka <mhlavink@redhat.com> - 83-5
  - remove nss dependency from umount.ecryptfs
* Fri Apr 16 2010 Michal Hlavinka <mhlavink@redhat.com> - 83-4
  - make salt working together with passwd_file
* Mon Mar 22 2010 Michal Hlavinka <mhlavink@redhat.com> - 83-3
  - enable PKCS#11 support
* Wed Mar 10 2010 Michal Hlavinka <mhlavink@redhat.com> - 83-2
  - blkid moved from e2fsprogs to util-linux-ng, follow the change (#569996)
* Thu Feb 18 2010 Michal Hlavinka <mhlavink@redhat.com> - 83-1
  - updated to v. 83
* Wed Jan 27 2010 Michal Hlavinka <mhlavink@redhat.com> - 82-2
  - better fix for (#486139)
* Wed Nov 11 2009 Michal Hlavinka <mhlavink@redhat.com> - 82-1
  - updated to 82
* Mon Nov 09 2009 Michal Hlavinka <mhlavink@redhat.com> - 81-2
  - fix getext typos (#532732)
* Tue Sep 29 2009 Michal Hlavinka <mhlavink@redhat.com> - 81-1
  - updated to 81
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 79-2
  - rebuilt with new openssl
* Tue Aug 18 2009 Michal Hlavinka <mhlavink@redhat.com> - 79-1
  - updated to 79
* Wed Jul 29 2009 Michal Hlavinka <mhlavink@redhat.com> - 78-2
  - ecryptfs-dot-private is no longer used
* Wed Jul 29 2009 Michal Hlavinka <mhlavink@redhat.com> - 78-1
  - updated to 78
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 76-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Mon Jul 20 2009 Michal Hlavinka <mhlavink@redhat.com> 76-1
  - updated to 76
* Thu May 21 2009 Michal Hlavinka <mhlavink@redhat.com> 75-1
  - removed executable permission from ecryptfs-dot-private (#500817)
  - require cryptsetup-luks for encrypted swap (#500824)
  - use blkid instead of vol_id (#500820)
  - don't rely on cryptdisks service (#500829)
  - add icon for Access-Your-Private-Data.desktop file
* Mon May 04 2009 Michal Hlavinka <mhlavink@redhat.com> 75-1
  - updated to 75
  - restrict mount.ecryptfs_private to ecryptfs group members only
* Thu Apr 23 2009 Michal Hlavinka <mhlavink@redhat.com> 74-1
  - updated to 74
* Sat Mar 21 2009 Michal Hlavinka <mhlavink@redhat.com> 73-1
  - updated to 73
  - move libs from /usr/lib to /lib (#486139)
  - fix symlinks created by ecryptfs-setup-private (#486146)
* Tue Feb 24 2009 Michal Hlavinka <mhlavink@redhat.com> 71-1
  - updated to 71
  - remove .la files
* Mon Feb 16 2009 Michal Hlavinka <mhlavink@redhat.com> 70-1
  - updated to 70
  - fix: #479762 - ecryptfsecryptfs-setup-private broken
  - added umount option to clear per-user keyring
* Mon Feb 02 2009 Michal Hlavinka <mhlavink@redhat.com> 69-4
  - fix list of onwed directories
* Tue Jan 27 2009 Michal Hlavinka <mhlavink@redhat.com> 69-3
  - add missing requires: keyutils
* Tue Jan 27 2009 Michal Hlavinka <mhlavink@redhat.com> 69-2
  - bump release for rebuild
* Tue Jan 27 2009 Michal Hlavinka <mhlavink@redhat.com> 69-1
  - updated to 69
* Mon Jan 12 2009 Michal Hlavinka <mhlavink@redhat.com> 68-0
  - updated to 68
  - fix #478464 - /usr/bin/ecryptfs-setup-private errors out
* Mon Dec 29 2008 Michal Hlavinka <mhlavink@redhat.com> 67-1
  - bump release for rebuild
* Mon Dec 29 2008 Michal Hlavinka <mhlavink@redhat.com> 67-0
  - updated to 67
* Wed Oct 22 2008 Mike Halcrow <mhalcrow@us.ibm.com> 61-0
  - Add support for filename encryption enablement (future kernel feature)
  - Replace uint32_t with size_t for x86_64 compatibility (patch by Eric Sandeen)
* Fri Oct 17 2008 Eric Sandeen <sandeen@redhat.com> 59-2
  - Remove duplicate doc files from rpm
* Tue Oct 07 2008 Mike Halcrow <mhalcrow@us.ibm.com> 59-1
  - Put attr declaration in the right spot
* Tue Oct 07 2008 Mike Halcrow <mhalcrow@us.ibm.com> 59-0
  - Make /sbin/*ecryptfs* files setuid
  - Add /sbin path to ecryptfs-setup-private
* Mon Oct 06 2008 Mike Halcrow <mhalcrow@us.ibm.com> 58-0
  - TSPI key module update to avoid flooding TrouSerS library with requests
  - OpenSSL key module parameter fixes
  - Updates to mount-on-login utilities
* Wed Aug 13 2008 Mike Halcrow <mhalcrow@us.ibm.com> 56-0
  - Namespace fixes for the key module parameter aliases
  - Updates to the man page and the README
* Wed Jul 30 2008 Eric Sandeen <sandeen@redhat.com> 53-0
  - New upstream version
  - Many new manpages, new ecryptfs-stat util
* Thu Jul 17 2008 Tom "spot" Callaway <tcallawa@redhat.com> 50-1
  - fix license tag
* Fri Jun 27 2008 Mike Halcrow <mhalcrow@us.ibm.com> 50-0
  - Add umount.ecryptfs_private symlink
  - Add pam_mount session hooks for mount and unmount
* Fri Jun 27 2008 Eric Sandeen <sandeen@redhat.com> 49-1
  - build with TrouSerS key module
* Fri Jun 27 2008 Eric Sandeen <sandeen@redhat.com> 49-0
  - New upstream version
* Tue Jun 03 2008 Eric Sandeen <sandeen@redhat.com> 46-0
  - New upstream version
* Mon Feb 18 2008 Mike Halcrow <mhalcrow@us.ibm.com> 40-0
  - Enable passwd_file option in openssl key module
* Wed Feb 13 2008 Mike Halcrow <mhalcrow@us.ibm.com> 39-0
  - Fix include upstream
* Wed Feb 13 2008 Karsten Hopp <karsten@redhat.com> 38-1
  - fix includes
* Tue Jan 08 2008 Mike Halcrow <mhalcrow@us.ibm.com> 38-0
  - Fix passthrough mount option prompt
   - Clarify man page
   - Add HMAC option (for future kernel versions)
   - Bump to version 38
* Wed Dec 19 2007 Mike Halcrow <mhalcrow@us.ibm.com> 37-0
  - Remove unsupported ciphers; bump to version 37
* Tue Dec 18 2007 Mike Halcrow <mhalcrow@us.ibm.com> 36-0
  - Cipher selection detects .gz ko files; bump to version 36
* Mon Dec 17 2007 Mike Halcrow <mhalcrow@us.ibm.com> 35-0
  - Cleanups to cipher selection; bump to version 35
* Mon Dec 17 2007 Mike Halcrow <mhalcrow@us.ibm.com> 34-0
  - Fix OpenSSL key module; bump to version 34
* Fri Dec 14 2007 Mike Halcrow <mhalcrow@us.ibm.com> 33-1
  - Add files to package
* Fri Dec 14 2007 Mike Halcrow <mhalcrow@us.ibm.com> 33-0
  - update to version 33
* Thu Dec 13 2007 Karsten Hopp <karsten@redhat.com> 32-1
  - update to version 32
* Thu Nov 29 2007 Karsten Hopp <karsten@redhat.com> 30-2
  - fix ia64 libdir
  - build initial RHEL-5 version
* Thu Nov 29 2007 Karsten Hopp <karsten@redhat.com> 30-1
  - build version 30
* Fri Oct 05 2007 Mike Halcrow <mhalcrow@us.ibm.com> - 30-0
  - Bump to version 30. Several bugfixes. Key modules are overhauled
    with a more sane API.
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 18-1
  - Rebuild for selinux ppc32 issue.
* Thu Jun 28 2007 Mike Halcrow <mhalcrow@us.ibm.com> - 18-0
  - Bump to version 18 with an OpenSSL key module fix
* Thu Jun 21 2007 Kevin Fenzi <kevin@tummy.com> - 17-1
  - Change kernel Requires to Conflicts
  - Remove un-needed devel buildrequires
* Wed Jun 20 2007 Mike Halcrow <mhalcrow@us.ibm.com>  - 17-0
  - Provide built-in fallback passphrase key module. Remove keyutils,
    openssl, and pam requirements (library dependencies take care of
    this). Include wrapped passphrase executables in file set.
* Fri Apr 20 2007 Mike Halcrow <mhalcrow@us.ibm.com>  - 15-1
  - Change permission of pam_ecryptfs.so from 644 to 755.
* Thu Apr 19 2007 Mike Halcrow <mhalcrow@us.ibm.com>  - 15-0
  - Fix mount option parse segfault. Fix pam_ecryptfs.so semaphore
    issue when logging in via ssh.
* Thu Mar 01 2007 Mike Halcrow <mhalcrow@us.ibm.com>  - 10-0
  - Remove verbose syslog() calls; change key module build to allow
    OpenSSL module to be disabled from build; add AUTHORS, NEWS, and
    THANKS to docs; update Requires with variables instead of hardcoded
    name and version.
* Tue Feb 06 2007 Mike Halcrow <mhalcrow@us.ibm.com>  - 9-1
  - Minor update in README, add dist tag to Release, add --disable-rpath
    to configure step, and remove keyutils-libs from Requires.
* Tue Jan 09 2007 Mike Halcrow <mhalcrow@us.ibm.com>  - 9-0
  - Correct install directories for 64-bit; add support for xattr and
    encrypted_view mount options
* Tue Jan 02 2007 Mike Halcrow <mhalcrow@us.ibm.com>  - 8-0
  - Introduce build support for openCryptoki key module.  Fix -dev build
    dependencies for devel package
* Mon Dec 11 2006 Mike Halcrow <mhalcrow@us.ibm.com>  - 7-0
  - Initial package creation

Files

/lib64/ecryptfs
/lib64/ecryptfs/libecryptfs_key_mod_openssl.so
/lib64/ecryptfs/libecryptfs_key_mod_passphrase.so
/lib64/ecryptfs/libecryptfs_key_mod_pkcs11_helper.so
/lib64/ecryptfs/libecryptfs_key_mod_tspi.so
/lib64/libecryptfs.so.0
/lib64/libecryptfs.so.0.0.0
/lib64/security/pam_ecryptfs.so
/sbin/mount.ecryptfs
/sbin/mount.ecryptfs_private
/sbin/umount.ecryptfs
/sbin/umount.ecryptfs_private
/usr/bin/ecryptfs-add-passphrase
/usr/bin/ecryptfs-generate-tpm-key
/usr/bin/ecryptfs-insert-wrapped-passphrase-into-keyring
/usr/bin/ecryptfs-manager
/usr/bin/ecryptfs-migrate-home
/usr/bin/ecryptfs-mount-private
/usr/bin/ecryptfs-recover-private
/usr/bin/ecryptfs-rewrap-passphrase
/usr/bin/ecryptfs-rewrite-file
/usr/bin/ecryptfs-setup-private
/usr/bin/ecryptfs-setup-swap
/usr/bin/ecryptfs-stat
/usr/bin/ecryptfs-umount-private
/usr/bin/ecryptfs-unwrap-passphrase
/usr/bin/ecryptfs-verify
/usr/bin/ecryptfs-wrap-passphrase
/usr/bin/ecryptfsd
/usr/lib/modules-load.d/ecryptfs.conf
/usr/share/doc/ecryptfs-utils-96
/usr/share/doc/ecryptfs-utils-96/AUTHORS
/usr/share/doc/ecryptfs-utils-96/COPYING
/usr/share/doc/ecryptfs-utils-96/NEWS
/usr/share/doc/ecryptfs-utils-96/README
/usr/share/doc/ecryptfs-utils-96/THANKS
/usr/share/doc/ecryptfs-utils-96/ecryptfs-faq.html
/usr/share/doc/ecryptfs-utils-96/ecryptfs-pam-doc.txt
/usr/share/doc/ecryptfs-utils-96/ecryptfs-pkcs11-helper-doc.txt
/usr/share/ecryptfs-utils
/usr/share/ecryptfs-utils/ecryptfs-find
/usr/share/ecryptfs-utils/ecryptfs-mount-private.desktop
/usr/share/ecryptfs-utils/ecryptfs-mount-private.png
/usr/share/ecryptfs-utils/ecryptfs-mount-private.txt
/usr/share/ecryptfs-utils/ecryptfs-setup-private.desktop
/usr/share/locale/ca/LC_MESSAGES/ecryptfs-utils.mo
/usr/share/man/man1/ecryptfs-add-passphrase.1.gz
/usr/share/man/man1/ecryptfs-generate-tpm-key.1.gz
/usr/share/man/man1/ecryptfs-insert-wrapped-passphrase-into-keyring.1.gz
/usr/share/man/man1/ecryptfs-mount-private.1.gz
/usr/share/man/man1/ecryptfs-recover-private.1.gz
/usr/share/man/man1/ecryptfs-rewrap-passphrase.1.gz
/usr/share/man/man1/ecryptfs-rewrite-file.1.gz
/usr/share/man/man1/ecryptfs-setup-private.1.gz
/usr/share/man/man1/ecryptfs-setup-swap.1.gz
/usr/share/man/man1/ecryptfs-stat.1.gz
/usr/share/man/man1/ecryptfs-umount-private.1.gz
/usr/share/man/man1/ecryptfs-unwrap-passphrase.1.gz
/usr/share/man/man1/ecryptfs-wrap-passphrase.1.gz
/usr/share/man/man1/mount.ecryptfs_private.1.gz
/usr/share/man/man1/umount.ecryptfs_private.1.gz
/usr/share/man/man7/ecryptfs.7.gz
/usr/share/man/man8/ecryptfs-manager.8.gz
/usr/share/man/man8/ecryptfsd.8.gz
/usr/share/man/man8/mount.ecryptfs.8.gz
/usr/share/man/man8/pam_ecryptfs.8.gz
/usr/share/man/man8/umount.ecryptfs.8.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Jun 10 07:06:21 2013