lp:~colin-king/ecryptfs/lp-1007159

Created by Colin Ian King and last modified
Get this branch:
bzr branch lp:~colin-king/ecryptfs/lp-1007159
Only Colin Ian King can upload to this branch. If you are Colin Ian King please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Colin Ian King
Project:
eCryptfs
Status:
Merged

Recent revisions

695. By Colin Ian King

fix ENOSPC test errors when using btrfs

Tests on btrfs have been failing because we cannot easily estimate the
amount of free space and hence the maximum possible file size on btrfs.
Remove the common buggy way of doing this and use a new bash function
etl_lmax_filesize that gives a better file system based maximum file
system estimation. Fixes bug LP: #1007159

694. By Tyler Hicks

Improve the test quality of lp-1009207.sh by first creating a file with an
empty umask and then creating another file with a fully restrictive umask. The
access rights should be equal because umask is to be ignored when a default
POSIX ACL mask is set on the parent directory.

693. By Tyler Hicks

* tests/kernel/lp-1009207.sh, tests/kernel/Makefile.am,
  tests/kernel/tests.rc:
  - Add simple testcase for incorrect handling of umask and default POSIX
    ACL masks

692. By Dustin Kirkland 

* debian/control:
  - update to suggest zescrow-client

691. By Dustin Kirkland 

* src/utils/mount.ecryptfs_private.c:
  - EoL fixes

690. By Dustin Kirkland 

* debian/control, debian/copyright, doc/manpage/ecryptfs.7,
  doc/manpage/ecryptfs-add-passphrase.1, doc/manpage/ecryptfsd.8,
  doc/manpage/ecryptfs-generate-tpm-key.1, doc/manpage/ecryptfs-
  insert-wrapped-passphrase-into-keyring.1, doc/manpage/ecryptfs-
  manager.8, doc/manpage/ecryptfs-mount-private.1,
  doc/manpage/ecryptfs-recover-private.1, doc/manpage/ecryptfs-rewrap-
  passphrase.1, doc/manpage/ecryptfs-rewrite-file.1,
  doc/manpage/ecryptfs-setup-private.1, doc/manpage/ecryptfs-setup-
  swap.1, doc/manpage/ecryptfs-stat.1, doc/manpage/ecryptfs-umount-
  private.1, doc/manpage/ecryptfs-unwrap-passphrase.1,
  doc/manpage/ecryptfs-wrap-passphrase.1,
  doc/manpage/mount.ecryptfs.8, doc/manpage/mount.ecryptfs_private.1,
  doc/manpage/pam_ecryptfs.8, doc/manpage/umount.ecryptfs.8,
  doc/manpage/umount.ecryptfs_private.1, README,
  src/utils/mount.ecryptfs.c:
  - use the new ecryptfs.org website where appropriate

689. By Tyler Hicks

Revno 685 reintroduced two function declarations that were removed in revno
684, causing compiler warnings. Remove them for good.

688. By Tyler Hicks

* src/libecryptfs/module_mgr.c:
  - Use correct blowfish block size when displaying supported ciphers to
    the user

Thanks to Jussi Kivilinna for bringing this to our attention!

687. By Tyler Hicks

Remove mount option length check now that we aren't allocating memory for
mntent.mnt_opts. /bin/mount handles this now.

686. By Tyler Hicks

Simplify error code assignment. -0 is valid, so no need for the conditional.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ecryptfs
This branch contains Public information 
Everyone can see this information.

Subscribers