]> granicus.if.org Git - linux-pam/blob - modules/pammodutil/README
Relevant BUGIDs: 490938
[linux-pam] / modules / pammodutil / README
1 $Id$
2
3 This is a libarary of routines for use by modules. The routines seem
4 to have a common use for modules, but are not part of libpam and never
5 will be. They are also a convenient layer of abstraction for providing
6 thread-safe functions that may require use of pam_handle_t 'data'
7 items to make their thread-safeness tied to the use of a single
8 pam_handle_t per thread.
9
10 Functions provided so far are all listed in
11
12    include/security/_pam_modutil.h
13
14 .
15