1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24# 25 26set name=pkg.fmri value=pkg:/system/library/security/gss@$(PKGVERS) 27set name=pkg.summary value="GSSAPI V2" 28set name=pkg.description \ 29 value="Generic Security Service Application Program Interface, Version 2 - user" 30set name=info.classification value=org.opensolaris.category.2008:System/Security 31set name=variant.arch value=$(ARCH) 32dir path=usr group=sys 33dir path=usr/lib 34dir path=usr/lib/$(ARCH64) 35dir path=usr/lib/$(ARCH64)/gss 36link path=usr/lib/$(ARCH64)/libgss.so target=libgss.so.1 37file path=usr/lib/$(ARCH64)/libgss.so.1 38dir path=usr/lib/gss 39file path=usr/lib/gss/gsscred_clean group=sys mode=0744 40file path=usr/lib/gss/gssd mode=0555 41link path=usr/lib/libgss.so target=libgss.so.1 42file path=usr/lib/libgss.so.1 43dir path=usr/lib/sasl 44dir path=usr/lib/sasl/$(ARCH64) 45file path=usr/lib/sasl/$(ARCH64)/gssapi.so.1 46file path=usr/lib/sasl/gssapi.so.1 47dir path=usr/sbin 48file path=usr/sbin/gsscred group=sys mode=0555 49dir path=usr/share/man/man3gss 50file path=usr/share/man/man3gss/gss_accept_sec_context.3gss 51file path=usr/share/man/man3gss/gss_acquire_cred.3gss 52file path=usr/share/man/man3gss/gss_add_cred.3gss 53file path=usr/share/man/man3gss/gss_add_oid_set_member.3gss 54file path=usr/share/man/man3gss/gss_canonicalize_name.3gss 55file path=usr/share/man/man3gss/gss_compare_name.3gss 56file path=usr/share/man/man3gss/gss_context_time.3gss 57file path=usr/share/man/man3gss/gss_create_empty_oid_set.3gss 58file path=usr/share/man/man3gss/gss_delete_sec_context.3gss 59file path=usr/share/man/man3gss/gss_display_name.3gss 60file path=usr/share/man/man3gss/gss_display_status.3gss 61file path=usr/share/man/man3gss/gss_duplicate_name.3gss 62file path=usr/share/man/man3gss/gss_export_name.3gss 63file path=usr/share/man/man3gss/gss_export_sec_context.3gss 64file path=usr/share/man/man3gss/gss_get_mic.3gss 65file path=usr/share/man/man3gss/gss_import_name.3gss 66file path=usr/share/man/man3gss/gss_import_sec_context.3gss 67file path=usr/share/man/man3gss/gss_indicate_mechs.3gss 68file path=usr/share/man/man3gss/gss_init_sec_context.3gss 69file path=usr/share/man/man3gss/gss_inquire_context.3gss 70file path=usr/share/man/man3gss/gss_inquire_cred.3gss 71file path=usr/share/man/man3gss/gss_inquire_cred_by_mech.3gss 72file path=usr/share/man/man3gss/gss_inquire_mechs_for_name.3gss 73file path=usr/share/man/man3gss/gss_inquire_names_for_mech.3gss 74file path=usr/share/man/man3gss/gss_oid_to_str.3gss 75file path=usr/share/man/man3gss/gss_process_context_token.3gss 76file path=usr/share/man/man3gss/gss_release_buffer.3gss 77file path=usr/share/man/man3gss/gss_release_cred.3gss 78file path=usr/share/man/man3gss/gss_release_name.3gss 79file path=usr/share/man/man3gss/gss_release_oid.3gss 80file path=usr/share/man/man3gss/gss_release_oid_set.3gss 81file path=usr/share/man/man3gss/gss_store_cred.3gss 82file path=usr/share/man/man3gss/gss_str_to_oid.3gss 83file path=usr/share/man/man3gss/gss_test_oid_set_member.3gss 84file path=usr/share/man/man3gss/gss_unwrap.3gss 85file path=usr/share/man/man3gss/gss_verify_mic.3gss 86file path=usr/share/man/man3gss/gss_wrap.3gss 87file path=usr/share/man/man3gss/gss_wrap_size_limit.3gss 88dir path=usr/share/man/man3lib 89file path=usr/share/man/man3lib/libgss.3lib 90dir path=usr/share/man/man8 91file path=usr/share/man/man8/gsscred.8 92file path=usr/share/man/man8/gssd.8 93legacy pkg=SUNWgss \ 94 desc="Generic Security Service Application Program Interface, Version 2 - user" \ 95 name="GSSAPI V2" 96license cr_Sun license=cr_Sun 97license lic_CDDL license=lic_CDDL 98license usr/src/lib/libgss/THIRDPARTYLICENSE \ 99 license=usr/src/lib/libgss/THIRDPARTYLICENSE 100license usr/src/lib/sasl_plugins/gssapi/THIRDPARTYLICENSE \ 101 license=usr/src/lib/sasl_plugins/gssapi/THIRDPARTYLICENSE 102license usr/src/uts/common/gssapi/mechs/krb5/THIRDPARTYLICENSE \ 103 license=usr/src/uts/common/gssapi/mechs/krb5/THIRDPARTYLICENSE 104