cifscreds: create PAM module to insert credentials at login
authorOrion Poplawski <orion@nwra.com>
Wed, 13 Nov 2013 20:53:30 +0000 (13:53 -0700)
committerJeff Layton <jlayton@samba.org>
Sat, 7 Dec 2013 13:55:39 +0000 (08:55 -0500)
commitcbbcd6e71c0a58e79236670463b9eb3f00347021
treee1317a7679f82b9e8a73d6ceb81551edbba47028
parent2152ccc3d61e5248c70360020a0aa279a24f852c
cifscreds: create PAM module to insert credentials at login

Split out some of the cifscreds key handling routines into a separate
file, and then link that in to both cifscreds and the new PAM module.

Fix up autoconf to handle building this automatically.

Signed-off-by: Orion Poplawski <orion@nwra.com>
Makefile.am
cifscreds.c
cifskey.c [new file with mode: 0644]
cifskey.h [new file with mode: 0644]
configure.ac
pam_cifscreds.c [new file with mode: 0644]