741
|
|
* src/daemon/main.c, src/include/ecryptfs.h, src/libecryptfs/{Makefile.am,messaging.c,miscdev.c,netlink.c,sysfs.c}, doc/manpage/ecryptfsd.8, doc/design_doc/ecryptfs_design_doc_v0_2.tex: - Remove netlink messaging interface support - Netlink messaging support was superceded by the miscdev interface (/dev/ecryptfs) in upstream kernel version 2.6.26 in July, 2008 - Netlink messaging support was completely removed from the upstream kernel starting with version 2.6.32 in December, 2009
|
Tyler Hicks |
|
12 years ago
|
 |
|
740
|
|
|
Dustin Kirkland |
|
12 years ago
|
 |
|
739
|
|
|
Dustin Kirkland |
|
12 years ago
|
 |
|
738
|
|
|
Dustin Kirkland |
|
12 years ago
|
 |
|
737
|
|
|
Dustin Kirkland |
|
12 years ago
|
 |
|
736
|
|
|
Dustin Kirkland |
|
12 years ago
|
 |
|
735
|
|
* src/utils/mount.ecryptfs_private.c: LP: #1052038 - fix race condition, which typically manifests itself with a user saying that their home directory is not accessible, or that their filenames are not decrypted - the root of the problem is that we were reading the signature file, ~/.ecryptfs/Private.sig, twice; in some cases, the first one succeeds, so the file encryption signature is read and key is loaded, but then some other process (usually from PAM, perhaps a cron job or a subsequent login) mounts the home directory before the filename encryption key is loaded; thus, $HOME is mounted but filenames are not decrypted, so the second read of ~/.ecryptfs/Private.sig fails as that file is not found - the solution is to rework the internal fetch_sig() function and read one or both signatures within a single open/read/close operation of the file
|
Dustin Kirkland |
|
12 years ago
|
 |
|
734
|
|
|
Dustin Kirkland |
101 |
12 years ago
|
 |
|
733
|
|
|
Dustin Kirkland |
|
12 years ago
|
 |
|
732
|
|
|
Tyler Hicks |
|
12 years ago
|
 |
|
731
|
|
|
Tyler Hicks |
|
12 years ago
|
 |
|
730
|
|
|
Tyler Hicks |
|
12 years ago
|
 |
|
729
|
|
|
Tyler Hicks |
|
12 years ago
|
 |
|
728
|
|
|
Tyler Hicks |
|
12 years ago
|
 |
|
727
|
|
|
Tyler Hicks |
|
12 years ago
|
 |
|
726
|
|
|
Tyler Hicks |
|
12 years ago
|
 |
|
725
|
|
|
Colin King |
|
12 years ago
|
 |
|
724
|
|
|
Colin King |
|
12 years ago
|
 |
|
723
|
|
|
Colin King |
|
12 years ago
|
 |
|
722
|
|
|
Tyler Hicks |
|
12 years ago
|
 |
|