Download project files

How do I verify a download?


3140 of 50 releases

78 release from the trunk series released

Release information
Release notes:

  [ James Westby ]
  * src/libecryptfs/main.c flockfile the filehandle after checking that
    we were able to successfully open it (LP: #403011)
  * debian/libecryptfs0.shlibs: bump shlibs dep to 77 since we added new
    symbols there

File Description Downloads
download icon ecryptfs-utils_78.orig.tar.gz (md5, sig) ecryptfs-utils-78 241
last downloaded 29 weeks ago
Total downloads: 241

77 release from the trunk series released

Release information
Release notes:

  [ Dustin Kirkland ]
  * src/libecryptfs/key_management.c, src/pam_ecryptfs/pam_ecryptfs.c:
    revert the zombie code removal from pam_ecryptfs as it seems this
    bit is still needed; fix the source of the problem introduced in
    commit r407; check for non-zero return codes; this problem would
    manifest itself as a) unable to unlock screensaver, b) unable to
    switch users, c) unable to mount home folder on initial login;
    LP: #402222, #402029
  * src/utils/ecryptfs-umount-private: use for loop to loop over key
    ids on removal
  * src/utils/mount.ecryptfs_private.c: return non-zero on unmount failure
    due to open sessions; handle this in ecryptfs-umount-private too; make
    the flock() blocking; use /dev/shm for counter; add an iterator to the
    counter file to pr...

File Description Downloads
download icon ecryptfs-utils_77.orig.tar.gz (md5, sig) ecryptfs-utils-77 70
last downloaded 3 days ago
Total downloads: 70

76 (76) release from the trunk series released

Release information
Release notes:

  [ Dustin Kirkland ]
  * src/utils/ecryptfs-setup-swap: switch from vol_id to blkid,
    LP: #376486
  * debian/ecryptfs-utils.postinst, src/utils/ecryptfs-setup-private:
    don't echo mount passphrase if running in bootstrap mode; prune
    potential leakages from install log, LP: #383650
  * SECURITY UPDATE: mount passphrase recorded in install log (LP: #383650).
    - debian/ecryptfs-utils.postinst: prune private information from
      installer log
    - src/utils/ecryptfs-setup-private: don't echo passphrase if running in
      bootstrap mode
    - CVE-2009-1296
  * src/utils/ecryptfs-setup-private: make some of the lanuage more readable,
    (thanks, anrxc)
  * README, configure.ac, debian/control, debian/rules,
    doc/sourceforge_webpage/README, src/libecryptfs-swig/libecryptf...

File Description Downloads
download icon ecryptfs-utils_76.orig.tar.gz (md5) ecryptfs-utils-76 126
last downloaded 29 weeks ago
Total downloads: 126

75 release from the trunk series released

Release information
Release notes:

ecryptfs-utils (75) unreleased; urgency=low

  [ Dustin Kirkland ]
  * debian/rules: drop hackery that moves stuff /usr/share/ecryptfs-utils
  * src/utils/mount.ecryptfs_private.c: update inline documentation
  * debian/changelog, src/libecryptfs/cmd_ln_parser.c,
    src/libecryptfs/key_management.c, src/pam_ecryptfs/pam_ecryptfs.c,
    src/utils/ecryptfs_add_passphrase.c,
    src/utils/ecryptfs_insert_wrapped_passphrase_into_keyring.c,
    src/utils/ecryptfs_rewrap_passphrase.c,
    src/utils/ecryptfs_unwrap_passphrase.c,
    src/utils/ecryptfs_wrap_passphrase.c: silence some useless logging,
    LP: #313330
  * include/ecryptfs.h, libecryptfs/key_management.c,
    utils/ecryptfs_insert_wrapped_passphrase_into_keyring.c,
    utils/ecryptfs_unwrap_passphrase.c: if the file to unwrap is
...

File Description Downloads
download icon ecryptfs-utils_75.orig.tar.gz (md5, sig) ecryptfs-utils-75 416
last downloaded 29 weeks ago
Total downloads: 416

74 release from the trunk series released

Release information
Release notes:

ecryptfs-utils-74
  [ Michal Hlavinka ]
  * Changes for RH/Fedora release
    - change error codes to be more descriptive
    - decision_graph.h, *: change definition of node return codes to positive
      values
    - mount.ecryptfs.c: insist for yes/no answer for unkown sigs
    - don't print error for removing key from keyring if it succeeded
    - module_mgr.c: insist on yes/no answer
    - use ECRYPTFS_NONEMPTY_VALUE_REQUIRED where reasonable
    - pam_ecryptfs.c: don't try to unwrap key for users not using pam mounting
    - add verbosity to man page
    - decision_graph.* : add ECRYPTFS_NONEMPTY_VALUE_REQUIRED flag for nodes
    - decision_graph.* : add WRONG_VALUE return code to nodes for asking
      question again

  [ Dustin Kirkland ]
  * src/utils/ecryptfs-setup-private: fi...

File Description Downloads
download icon ecryptfs-utils_74.orig.tar.gz (md5, sig) ecryptfs-utils-74 102
last downloaded 2 days ago
Total downloads: 102

73 (ecryptfs-utils-73) release from the trunk series released

Release information
Release notes:

  [ Dustin Kirkland ]
  Userspace fixes for LP: #345544, CVE-2009-0787
  * src/utils/ecryptfs-rewrite-file: new script, to rewrite a file,
    forcing it to be re-encrypted when written to disk
  * doc/manpage/ecryptfs-rewrite-file.1: documentation added

  Unrelated fixes in this release
  * src/utils/ecryptfs-mount-private, src/utils/ecryptfs-setup-private,
    src/utils/ecryptfs-setup-swap: use head/line for prompting and reading
    input

  [ Michal Hlavinka ]
  * ecryptfs-setup-private: don't fail with syntax error when kernel
    module not loaded
  * make desktop files standards compliant
  * umount.ecryptfs: don't sigsegv when arguments are missing

File Description Downloads
download icon ecryptfs-utils_73.orig.tar.gz (md5, sig) ecryptfs-utils-73 321
last downloaded 29 weeks ago
Total downloads: 321

72 (ecryptfs-utils-72) release from the trunk series released

Release information
Release notes:

  [ Dustin Kirkland ]
  * src/utils/ecryptfs-[u]mount-private: print message about cd $PWD,
    LP: #332331
  * doc/manpage/*: manpage updates
  * debian/ecryptfs-utils.prerm: prevent removal of ecryptfs-utils
    package, if in use, LP: #331085
  * src/utils/ecryptfs-setup-private:
    - allow for LDAP-based logins, LP: #317307
    - add --noautomount, --noautoumount options, LP: #301759

  [ Tyler Hicks ]
  * src/libecryptfs/cipher_list.c: ignore unknown ciphers, LP: #335632
  * doc/manpage/ecryptfs.7: add key sig mount options info, LP: #329491
  * src/utils/mount.ecryptfs.c: scrub unknown option

  [ James Dupin ]
  * doc/manpage/fr/*: initial cut at french manpages

  [ Michal Hlavinka ]
  * src/libecryptfs/module_mgr.c: fix mount parameter handling on
    interactive mounting, LP...

File Description Downloads
download icon ecryptfs-utils_72.orig.tar.gz (md5, sig) ecryptfs-utils-72 50
last downloaded 29 weeks ago
Total downloads: 50

71 (ecryptfs-utils-71) release from the trunk series released

Release information
Release notes:

ecryptfs-utils-71
  [ Dustin Kirkland ]
  * src/utils/ecryptfs-setup-swap: a first cut at a script that helps setup
    encrypted swap
  * debian/control: suggest cryptsetup

  [ Michal Hlavinka ]
  * improve interactive mode of mount.ecryptfs

File Description Downloads
download icon ecryptfs-utils_71.orig.tar.gz (md5, sig) ecryptfs-utils-71 166
last downloaded 7 days ago
Total downloads: 166

70 (ecryptfs-utils-70) release from the trunk series released

Release information
Release notes:

  [ Michal Hlavinka ]
  * Auto module loading improvements
  * Fix nss passphrase (un)wrapping
  * Fix error handling when wrapping passphrase is too long
  * Use %m instead of strerror(errno) everywhere
  * Make the code compile with -Werror

  [ Tyler Hicks ]
  * umount.ecryptfs wrapper, clears keys

  [ Dustin Kirkland ]
  * Add a trailing newline to passphrase printing
  * Hack around glibc/kernel mlock limit issue, LP: #329176

Changelog:

  [ Michal Hlavinka ]
  * Auto module loading improvements
  * Fix nss passphrase (un)wrapping
  * Fix error handling when wrapping passphrase is too long
  * Use %m instead of strerror(errno) everywhere
  * Make the code compile with -Werror

  [ Tyler Hicks ]
  * umount.ecryptfs wrapper, clears keys

  [ Dustin Kirkland ]
  * Add a trailing newline to passphrase printing
  * Hack around glibc/kernel mlock limit issue, LP: #329176

File Description Downloads
download icon ecryptfs-utils_70.orig.tar.gz (md5, sig) ecryptfs-utils-70 114
last downloaded 29 weeks ago
Total downloads: 114

69 (ecryptfs-utils-69) release from the trunk series released

Release information
Release notes:

ecryptfs-utils-69
 * Released 2008-01-26
 * Support for filename encryption
 * Silence some less valuable error messages
 * Fix the mount counter
 * Prune keys from the keyring when using the unmount helper

Changelog:

ecryptfs-utils-69
 * Released 2008-01-26
 * Support for filename encryption
 * Silence some less valuable error messages
 * Fix the mount counter
 * Prune keys from the keyring when using the unmount helper

File Description Downloads
download icon ecryptfs-utils_69.orig.tar.gz (md5, sig) ecryptfs-utils-69 95
last downloaded 18 weeks ago
Total downloads: 95

3140 of 50 releases