cifs-utils: infrastructure for stashing passwords in keyring
authorIgor Druzhinin <jaxbrigs@gmail.com>
Fri, 20 Aug 2010 18:53:38 +0000 (14:53 -0400)
committerJeff Layton <jlayton@samba.org>
Fri, 20 Aug 2010 18:53:38 +0000 (14:53 -0400)
commit909c1bac5eb3b1fc677ef0d4de011cb68e999d15
treecf82a24391434fa788126b7a07f672ed186aa672
parentc546d8d786f70204968fbc78d276bc2c8d2eb670
cifs-utils: infrastructure for stashing passwords in keyring

It is a userspace part of a new infrastructure for stashing passwords
in kernel keyring per user basis. The patch adds the "cifscreds"
utility for management keys with credentials. Assembling of the utility
from the distribution is possible with --enable-cifscreds=yes option of
configure script.

Signed-off-by: Igor Druzhinin <jaxbrigs@gmail.com>
Makefile.am
cifscreds.c [new file with mode: 0644]
configure.ac