ecryptfs-utils 109-0ubuntu1 source package in Ubuntu
Changelog
ecryptfs-utils (109-0ubuntu1) xenial; urgency=medium [ Maikel ] * doc/manpage/ecryptfs-migrate-home.8: Fix typos in man page (LP: #1518787) [ Kylie McClain ] * src/utils/mount.ecryptfs.c, src/utils/mount.ecryptfs_private.c: Fix build issues on musl libc (LP: #1514625) [ Colin Ian King ] * src/daemon/main.c: - Static analysis with Clang's scan-build shows that we can potentially overflow the input buffer if the input is equal or more than the buffer size. Need to guard against this by: 1. Only reading in input_size - 1 chars 2. Checking earlier on to see if input_size is value to insure that we read in at least 1 char [ Tyler Hicks ] * src/utils/mount.ecryptfs_private.c: - Refuse to mount over non-standard filesystems. Mounting over certain types filesystems is a red flag that the user is doing something devious, such as mounting over the /proc/self symlink target with malicious content in order to confuse programs that may attempt to parse those files. (LP: #1530566) [ Dustin Kirkland ] * xenial -- Dustin Kirkland <email address hidden> Fri, 22 Jan 2016 10:05:35 -0600
Upload details
- Uploaded by:
- Dustin Kirkland
- Uploaded to:
- Xenial
- Original maintainer:
- Dustin Kirkland
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ecryptfs-utils_109.orig.tar.gz | 647.5 KiB | 78ea4c3beac85105520bb019a0a9a9d3eae624fb495c890d0428cce311d8f56c |
ecryptfs-utils_109-0ubuntu1.debian.tar.gz | 29.2 KiB | 91c96b4cd31a915e9ce340a8b83070e9aa87256cc48ae39b1790e39e972d031f |
ecryptfs-utils_109-0ubuntu1.dsc | 2.3 KiB | b16e7bd956fcb1e1243fe36c844068e38e09afac3e19f9d0a0029d32e49be4c1 |
Available diffs
- diff from 108-0ubuntu1 to 109-0ubuntu1 (27.3 KiB)
Binary packages built by this source
- ecryptfs-utils: ecryptfs cryptographic filesystem (utilities)
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem
for Linux.
.
It provides advanced key management and policy features. eCryptfs stores
cryptographic metadata in the header of each file written, so that encrypted
files can be copied between hosts; the file will be decryptable with the proper
key, and there is no need to keep track of any additional information aside
from what is already in the encrypted file itself. Think of eCryptfs as a sort
of "gnupgfs".
.
eCryptfs is a native Linux filesystem. The kernel module component of eCryptfs
is part of the Linux kernel since 2.6.19.
.
This package contains the userland utilities.
- ecryptfs-utils-dbg: ecryptfs cryptographic filesystem (utilities; debug)
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem
for Linux.
.
This package contains the debugging symbols.
- ecryptfs-utils-dbgsym: debug symbols for package ecryptfs-utils
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem
for Linux.
.
It provides advanced key management and policy features. eCryptfs stores
cryptographic metadata in the header of each file written, so that encrypted
files can be copied between hosts; the file will be decryptable with the proper
key, and there is no need to keep track of any additional information aside
from what is already in the encrypted file itself. Think of eCryptfs as a sort
of "gnupgfs".
.
eCryptfs is a native Linux filesystem. The kernel module component of eCryptfs
is part of the Linux kernel since 2.6.19.
.
This package contains the userland utilities.
- libecryptfs-dev: ecryptfs cryptographic filesystem (development)
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem
for Linux.
.
This package contains the development files.
- libecryptfs-dev-dbgsym: debug symbols for package libecryptfs-dev
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem
for Linux.
.
This package contains the development files.
- libecryptfs1: ecryptfs cryptographic filesystem (library)
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem
for Linux.
.
This package contains the library.
- libecryptfs1-dbgsym: debug symbols for package libecryptfs1
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem
for Linux.
.
This package contains the library.
- python-ecryptfs: ecryptfs cryptographic filesystem (python)
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem
for Linux.
.
This package contains the python module.