summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/include/security/pam_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/openpam/include/security/pam_types.h')
-rw-r--r--contrib/openpam/include/security/pam_types.h17
1 files changed, 13 insertions, 4 deletions
diff --git a/contrib/openpam/include/security/pam_types.h b/contrib/openpam/include/security/pam_types.h
index a95fdd4..2cafa01 100644
--- a/contrib/openpam/include/security/pam_types.h
+++ b/contrib/openpam/include/security/pam_types.h
@@ -3,9 +3,9 @@
* All rights reserved.
*
* This software was developed for the FreeBSD Project by ThinkSec AS and
- * NAI Labs, the Security Research Division of Network Associates, Inc.
- * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the
- * DARPA CHATS research program.
+ * Network Associates Laboratories, the Security Research Division of
+ * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035
+ * ("CBOSS"), as part of the DARPA CHATS research program.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $P4: //depot/projects/openpam/include/security/pam_types.h#5 $
+ * $P4: //depot/projects/openpam/include/security/pam_types.h#7 $
*/
#ifndef _PAM_TYPES_H_INCLUDED
@@ -69,6 +69,15 @@ struct pam_conv {
struct pam_handle;
typedef struct pam_handle pam_handle_t;
+/*
+ * Solaris 9
+ */
+typedef struct pam_repository {
+ char *type;
+ void *scope;
+ size_t scope_len;
+} pam_repository_t;
+
#ifdef __cplusplus
}
#endif
OpenPOWER on IntegriCloud