[Ecryptfs-devel] [PATCH] Allow unloaded crypto_algapi module

2008-06-09 Thread Tyler Hicks
If all ciphers are built as kernel modules, crypto_algapi will also be built as a module. /proc/crypto is only created when crypto_algapi is loaded. This patch allows an eCryptfs mount to continue if /proc/crypto is not present, but cipher modules are found. Signed-off-by: Tyler Hicks <[EM

[Ecryptfs-devel] [PATCH] Fix ecryptfsd argument handling

2008-06-10 Thread Tyler Hicks
Remove colons following short opts that don't require arguments. If foreground functionality is requested, log syslog messages to stderr and system logs. Also, add daemon name and pid as syslog prefix. Signed-off-by: Tyler Hicks <[EMAIL PROTECTED]> --- src/daemon/main.c |3 +

[Ecryptfs-devel] [PATCH] Properly report failed open of ecryptfs device file

2008-06-10 Thread Tyler Hicks
nnecessary mention of netlink. Signed-off-by: Tyler Hicks <[EMAIL PROTECTED]> --- src/daemon/main.c |5 ++--- src/libecryptfs/miscdev.c | 22 +- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/src/daemon/main.c b/src/daemon/main.c index