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 # Copyright 2014 Andrew Stormont. 25 # 26 27 set name=pkg.fmri value=pkg:/system/library/security/gss@$(PKGVERS) 28 set name=pkg.description \ 29 value="Generic Security Service Application Program Interface, Version 2 - user" 30 set name=pkg.summary value="GSSAPI V2" 31 set name=info.classification \ 32 value=org.opensolaris.category.2008:System/Security 33 set name=variant.arch value=$(ARCH) 34 dir path=usr group=sys 35 dir path=usr/lib 36 $(BUILD64)dir path=usr/lib/$(ARCH64) 37 $(BUILD64)dir path=usr/lib/$(ARCH64)/gss 38 dir path=usr/lib/gss 39 dir path=usr/lib/sasl 40 $(BUILD64)dir path=usr/lib/sasl/$(ARCH64) 41 dir path=usr/sbin 42 dir path=usr/share/man/man1m 43 dir path=usr/share/man/man3gss 44 dir path=usr/share/man/man3lib 45 $(BUILD64)file path=usr/lib/$(ARCH64)/libgss.so.1 46 file path=usr/lib/gss/gsscred_clean group=sys mode=0744 47 file path=usr/lib/gss/gssd mode=0555 48 file path=usr/lib/libgss.so.1 49 $(BUILD64)file path=usr/lib/sasl/$(ARCH64)/gssapi.so.1 50 file path=usr/lib/sasl/gssapi.so.1 51 file path=usr/sbin/gsscred group=sys mode=0555 52 file path=usr/share/man/man1m/gsscred.1m 53 file path=usr/share/man/man1m/gssd.1m 54 file path=usr/share/man/man3gss/gss_accept_sec_context.3gss 55 file path=usr/share/man/man3gss/gss_acquire_cred.3gss 56 file path=usr/share/man/man3gss/gss_add_cred.3gss 57 file path=usr/share/man/man3gss/gss_add_oid_set_member.3gss 58 file path=usr/share/man/man3gss/gss_canonicalize_name.3gss 59 file path=usr/share/man/man3gss/gss_compare_name.3gss 60 file path=usr/share/man/man3gss/gss_context_time.3gss 61 file path=usr/share/man/man3gss/gss_create_empty_oid_set.3gss 62 file path=usr/share/man/man3gss/gss_delete_sec_context.3gss 63 file path=usr/share/man/man3gss/gss_display_name.3gss 64 file path=usr/share/man/man3gss/gss_display_status.3gss 65 file path=usr/share/man/man3gss/gss_duplicate_name.3gss 66 file path=usr/share/man/man3gss/gss_export_name.3gss 67 file path=usr/share/man/man3gss/gss_export_sec_context.3gss 68 file path=usr/share/man/man3gss/gss_get_mic.3gss 69 file path=usr/share/man/man3gss/gss_import_name.3gss 70 file path=usr/share/man/man3gss/gss_import_sec_context.3gss 71 file path=usr/share/man/man3gss/gss_indicate_mechs.3gss 72 file path=usr/share/man/man3gss/gss_init_sec_context.3gss 73 file path=usr/share/man/man3gss/gss_inquire_context.3gss 74 file path=usr/share/man/man3gss/gss_inquire_cred.3gss 75 file path=usr/share/man/man3gss/gss_inquire_cred_by_mech.3gss 76 file path=usr/share/man/man3gss/gss_inquire_mechs_for_name.3gss 77 file path=usr/share/man/man3gss/gss_inquire_names_for_mech.3gss 78 file path=usr/share/man/man3gss/gss_oid_to_str.3gss 79 file path=usr/share/man/man3gss/gss_process_context_token.3gss 80 file path=usr/share/man/man3gss/gss_release_buffer.3gss 81 file path=usr/share/man/man3gss/gss_release_cred.3gss 82 file path=usr/share/man/man3gss/gss_release_name.3gss 83 file path=usr/share/man/man3gss/gss_release_oid.3gss 84 file path=usr/share/man/man3gss/gss_release_oid_set.3gss 85 file path=usr/share/man/man3gss/gss_store_cred.3gss 86 file path=usr/share/man/man3gss/gss_str_to_oid.3gss 87 file path=usr/share/man/man3gss/gss_test_oid_set_member.3gss 88 file path=usr/share/man/man3gss/gss_unwrap.3gss 89 file path=usr/share/man/man3gss/gss_verify_mic.3gss 90 file path=usr/share/man/man3gss/gss_wrap.3gss 91 file path=usr/share/man/man3gss/gss_wrap_size_limit.3gss 92 file path=usr/share/man/man3lib/libgss.3lib 93 legacy pkg=SUNWgss \ 94 desc="Generic Security Service Application Program Interface, Version 2 - user" \ 95 name="GSSAPI V2" 96 license cr_Sun license=cr_Sun 97 license lic_CDDL license=lic_CDDL 98 license usr/src/lib/libgss/THIRDPARTYLICENSE \ 99 license=usr/src/lib/libgss/THIRDPARTYLICENSE 100 license usr/src/lib/sasl_plugins/gssapi/THIRDPARTYLICENSE \ 101 license=usr/src/lib/sasl_plugins/gssapi/THIRDPARTYLICENSE 102 license usr/src/uts/common/gssapi/mechs/krb5/THIRDPARTYLICENSE \ 103 license=usr/src/uts/common/gssapi/mechs/krb5/THIRDPARTYLICENSE 104 $(BUILD64)link path=usr/lib/$(ARCH64)/libgss.so target=libgss.so.1 105 link path=usr/lib/libgss.so target=libgss.so.1