summaryrefslogtreecommitdiff
path: root/Linux-PAM/modules/pammodutil/README
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 12:44:11 -0800
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 12:44:11 -0800
commitefd31890b5ed496a5a00c08a262da240e66a4ddc (patch)
tree22a7aab22b3a491bb58df250d7d6409e0c160bcc /Linux-PAM/modules/pammodutil/README
parent067affee9267fa0d1c21835182ba639ba33e820f (diff)
New upstream version 0.76
Diffstat (limited to 'Linux-PAM/modules/pammodutil/README')
-rw-r--r--Linux-PAM/modules/pammodutil/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/Linux-PAM/modules/pammodutil/README b/Linux-PAM/modules/pammodutil/README
new file mode 100644
index 00000000..bd957247
--- /dev/null
+++ b/Linux-PAM/modules/pammodutil/README
@@ -0,0 +1,15 @@
+$Id: README,v 1.1.1.1 2002/09/15 20:09:04 hartmans 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
+
+.
+