summaryrefslogtreecommitdiff
path: root/Linux-PAM/modules/pammodutil/README
blob: ea44f31082a0c4d09fda838f63f943ca7eaf87b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$Id: README,v 1.1 2001/12/09 22:15:12 agmorgan Exp $

This is a libarary of routines for use by modules. The routines seem
to have a common use for modules, but are not part of libpam and never
will be. They are also a convenient layer of abstraction for providing
thread-safe functions that may require use of pam_handle_t 'data'
items to make their thread-safeness tied to the use of a single
pam_handle_t per thread.

Functions provided so far are all listed in

   include/security/_pam_modutil.h

.